redux
Redux is a predictable state container for Dart and Flutter apps
5.0.0
65K downloads/mo
#1314 most downloaded on pub.dev
fluttercommunity/redux.dart
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Release timing varies
gaps range from 1 weeks to 1.7 years
Most releases are documented
notes for 11 of 14 stable releases
Nothing withdrawn
no release was ever pulled
10 years old
15 releases · first in 2016
0 releases in the last 12 months
see the full history below
Release timeline
15 releases · May 2016 to Feb 2021Releases
latest 15-
5.0.023 Feb 2021Nothing published for this version
-
5.0.0-nullsafety23 Feb 2021 pre-releaseNothing published for this version
-
4.0.004 Dec 2019Release notes
Open source →dispatchreturns the provided action- Removed Dart 1.x support
- Enforce Pedantic package lint rules
- Enforce
public_member_api_docslint rule and add docs to missing parts - Update
travis.ymlwith support for dartfmt, analysis, and code coverage - Add coverage badge to root README
- Pub.dev updates
- Longer description
- https for package url
- update example folder to include README
Release notes
Open source →dispatchreturns the provided action- Removed Dart 1.x support
- Enforce Pedantic package lint rules
- Enforce
public_member_api_docslint rule and add docs to missing parts - Update
travis.ymlwith support for dartfmt, analysis, and code coverage - Add coverage badge to root README
- Pub.dev updates
- Longer description
- https for package url
- update example folder to include README
-
4.0.0+223 Jul 2020 -
4.0.0+327 Jul 2020 -
3.0.030 Mar 2018Release notes
Open source →- Dart 2 support
- Remove
ReducerBinding, useTypedReducer - Remove
combineTypedReducer. UsecombineReducerswith normal reducers &TypedReducers. - Remove
MiddlewareBinding, useTypedMiddleware. - Remove
combineTypedMiddleware-- no longer needed! Just create a normalList<Middleware<State>>!
- Remove
- Dart 2 support
-
2.1.103 Jan 2018 -
2.1.022 Dec 2017Release notes
Open source →- Add the
distinctoption. If set to true, the Store will not emit onChange events if the new State that is returned from your [reducer] in response to an Action is equal to the previous state. False by default.
- Add the
-
2.0.429 Nov 2017 -
2.0.329 Nov 2017 -
2.0.204 Nov 2017 -
2.0.105 Sep 2017 -
2.0.025 Aug 2017Release notes
Open source →- Breaking API Changes:
Reduceris now atypedef. UseReducerClass<State>if you'd like to continue to use a class interface.Middlewareis now atypedef. UseMiddlewareClass<State>as a replacement for the oldMiddleware<State, Action>- A
teardownmethod has been added. Use it to shut down the store in the middle of your application lifecycle if you no longer need the store. - Added more docs
- Breaking API Changes:
-
1.1.007 Sep 2016Nothing published for this version
-
1.0.017 May 2016Nothing published for this version