flutter_built_redux icon indicating copy to clipboard operation
flutter_built_redux copied to clipboard

Built_redux provider for Flutter.

Results 14 flutter_built_redux issues
Sort by recently updated
recently updated
newest added

- Upgrade to NNBD - Replace deprecated method BuildContext.inheritFromWidgetOfExactType - Replace deprecated `RaisedButton` with `ElevatedButton` in example

please upgrade the package for new flutter releases

I'm getting the following build error after upgrading to Flutter 2.0.0 > ../../flutter/.pub-cache/hosted/pub.dartlang.org/flutter_built_redux-0.6.0/lib/flutter_built_redux.dart:95:17: Error: The method 'inheritFromWidgetOfExactType' isn't defined for the class 'BuildContext'. > - 'BuildContext' is from 'package:flutter/src/widgets/framework.dart' ('../../flutter/packages/flutter/lib/src/widgets/framework.dart')....

> Because flutter_built_redux 0.6.0 depends on built_redux >=6.1.1

I'd like to dispatch an action when a widget initializes. Normally, I'd put this kind of logic inside `initState` on a stateful Flutter widget. But, AFAIK, no such feature exists...

Hi! I changed the formulation of the problem. When navigating to a new page, the previous page in the router stack still subscribes to the state which results in unnecessary...

Because jinritoutiao depends on gesture_password >=0.0.2 which requires SDK version >=1.23.0

e. UserInfo extends StoreConnector{ final String userId; UserInfo(this.userId); connect(){...} build(){....} } when refresh list of UserInfo, ui won't update. we should override the didUpdateWidget, force run the connect function, and...

please upgrade the package for new flutter releases

`flutter_redux` has 3 optional callbacks to `StoreConnection` (`onWillChange`, `onDidChange`, and `onInitialBuild`). I have implemented one because I needed it, Issue #34 implies a need for another. I'm happy to go...