PackageTrack
Sign in Get early access

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 2021
2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 15
  1. 5.0.0 23 Feb 2021

    Nothing published for this version

  2. 5.0.0-nullsafety 23 Feb 2021 pre-release

    Nothing published for this version

  3. 4.0.0 04 Dec 2019
    Release notes
    • dispatch returns the provided action
    • Removed Dart 1.x support
    • Enforce Pedantic package lint rules
    • Enforce public_member_api_docs lint rule and add docs to missing parts
    • Update travis.yml with 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
    Open source →
    Release notes
    • dispatch returns the provided action
      • Removed Dart 1.x support
      • Enforce Pedantic package lint rules
      • Enforce public_member_api_docs lint rule and add docs to missing parts
      • Update travis.yml with 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
    Open source →
  4. 4.0.0+2 23 Jul 2020
    Release notes
    • Update README with fluttercommunity links
    Open source →
  5. 4.0.0+3 27 Jul 2020
    Release notes
    • Update README
    Open source →
  6. 3.0.0 30 Mar 2018
    Release notes
    • Dart 2 support
      • Remove ReducerBinding, use TypedReducer
      • Remove combineTypedReducer. Use combineReducers with normal reducers & TypedReducers.
      • Remove MiddlewareBinding, use TypedMiddleware.
      • Remove combineTypedMiddleware -- no longer needed! Just create a normal List<Middleware<State>>!
    Open source →
  7. 2.1.1 03 Jan 2018
    Release notes
    • Ensure the repo is 100% healthy.
    Open source →
  8. 2.1.0 22 Dec 2017
    Release notes
    • Add the distinct option. 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.
    Open source →
  9. 2.0.4 29 Nov 2017
    Release notes
    • Use absolute urls to fix broken links in documentation on Pub.
    Open source →
  10. 2.0.3 29 Nov 2017
    Release notes
    • Add MOAR documentation
    Open source →
  11. 2.0.2 04 Nov 2017
    Release notes
    • Add type-safe combineTypedReducers and combineTypedMiddleware functions
    Open source →
  12. 2.0.1 05 Sep 2017
    Release notes
    • Add documentation highlighting the redux ecosystem
    Open source →
  13. 2.0.0 25 Aug 2017
    Release notes
    • Breaking API Changes:
      • Reducer is now a typedef. Use ReducerClass<State> if you'd like to continue to use a class interface.
      • Middleware is now a typedef. Use MiddlewareClass<State> as a replacement for the old Middleware<State, Action>
      • A teardown method 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
    Open source →
  14. 1.1.0 07 Sep 2016

    Nothing published for this version

  15. 1.0.0 17 May 2016

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive