flutter-bloc icon indicating copy to clipboard operation
flutter-bloc copied to clipboard

A compilation of flutter block state management tutorials

Results 5 flutter-bloc issues
Sort by recently updated
recently updated
newest added

Hey, when I try use the login in bloc_login, the error ``` XMLHttpRequest error ``` appears as a Alert within the flutter app. I let my flutter app run as...

Error: Unhandled error MissingPluginException(No implementation found for method getApplicationDocumentsDirectory on channel plugins.flutter.io/path_provider) occurred in Instance of 'AuthenticationBloc'. C:/b/s/w/ir/cache/builder/src/out/host_debug/dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 251:49 throw_ packages/flutter/src/services/platform_channel.dart 165:7 _invokeMethod C:/b/s/w/ir/cache/builder/src/out/host_debug/dart-sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart 45:50 C:/b/s/w/ir/cache/builder/src/out/host_debug/dart-sdk/lib/async/zone.dart 1687:54 runUnary C:/b/s/w/ir/cache/builder/src/out/host_debug/dart-sdk/lib/async/future_impl.dart 160:18...

- Flutter blocs has changed a lot - Even flutter is on a more recent version Need to update examples for same

Currently, the repo only contains two examples of using flutter with bloc pattern, it will be good to have more examples

enhancement
help wanted

The current implementation only contains the code, it will be good to have a main and application wise readme on the examples

documentation
help wanted