states_rebuilder icon indicating copy to clipboard operation
states_rebuilder copied to clipboard

a simple yet powerful state management technique for Flutter

Results 27 states_rebuilder issues
Sort by recently updated
recently updated
newest added

Project can compile because your library use navigation_builder pub-cache/hosted/pub.dev/navigation_builder-0.0.3/lib/src/rm_scaffold.dart:102:3: Error: Expected 0 type arguments. PersistentBottomSheetController showBottomSheet( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ../../../../.pub-cache/hosted/pub.dev/navigation_builder-0.0.3/lib/src/rm_scaffold.dart:124:29: Error: Expected 0 type arguments. final r = scaffoldState.showBottomSheet( ^ Unhandled exception:...

How to do dependency injection in States_Rebuilder. I can not seem to find any documentation.

I get this error when using localization and DynamicColorBuilder, `No Parent InheritedWidget of type [TopReactiveStateless ] is found`. Removing dynamicColorBuilder fix this problem. Is there is a way to use...

I just found this interesting article https://codewithandrea.com/articles/flutter-bottom-navigation-bar-nested-routes-gorouter-beamer/ and want to implement it in my app, but since I use states_rebuilder, I want to try to implement it using states_rebuilder. ![https://codewithandrea.com/articles/flutter-bottom-navigation-bar-nested-routes-gorouter-beamer/images/nested-navigation-with-state.gif](https://codewithandrea.com/articles/flutter-bottom-navigation-bar-nested-routes-gorouter-beamer/images/nested-navigation-with-state.gif)...

Bumps [dio](https://github.com/cfug/dio) from 4.0.6 to 5.1.2. Release notes Sourced from dio's releases. dio 5.1.2 What's new Allow FormData to send a null entry value as an empty string. dio 5.1.1...

dependencies

If you have a text field in a form that depends on another text field, the validation doesn't work. I have a form called Reset Password with two fields: New...

At first.. I had tried a number of state management libraries like provider, getx, mobx, ... and hook based access in production. But none of them is as much simple...