Skip to content

Commit

Permalink
Docs improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcglasberg committed Feb 3, 2024
1 parent 1139548 commit d3b9132
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Please visit the <a href="https://github.com/marcglasberg/redux_app_example">Red
repository in GitHub for a full-fledged example with a complete app showcasing the fundamentals and
best practices described in the AsyncRedux README.md file.

# [21.3.0] - 2024/02/02
# [21.3.1] - 2024/02/02

* There is now an extension on `BuildContext` that helps you access the state and dispatch
actions, directly inside of widgets. This is only useful when you don't want to use
Expand Down
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,22 @@ Medium story</a>.
https://plugins.jetbrains.com/plugin/21898-marcelo-s-flutter-dart-essentials
</a>

# Example project

Please visit the <a href="https://github.com/marcglasberg/redux_app_example">Redux App Example</a>
repository in GitHub for a full-fledged example with a complete app showcasing the fundamentals and
best practices described in this Readme.
# Example projects

Please visit:

* **Fully documented:**
> The <a href="https://github.com/marcglasberg/SameAppDifferentTech/">Same App
Different Tech
Project</a> is a repository in GitHub, containing the same mobile app implemented using a variety
of different tech stacks, including
a <a href="https://github.com/marcglasberg/SameAppDifferentTech/blob/main/MobileAppFlutterRedux/README.md">
Redux App Example</a>.

* **Documented in the source code only:**
> The <a href="https://github.com/marcglasberg/redux_app_example">Redux App Example</a>
repository in GitHub also contains a full-fledged example with a complete app showcasing the
fundamentals and best practices described in this Readme.

# Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: async_redux
description: Redux without the boilerplate, tailored for Flutter. Easy to learn, to use and test. Allows for both sync and async reducers.
version: 21.3.0
version: 21.3.1
# author: Marcelo Glasberg <[email protected]>
homepage: https://github.com/marcglasberg/async_redux
topics:
Expand Down

0 comments on commit d3b9132

Please sign in to comment.