Back to search
A version of the Google Codelab 'Building Beautiful UI's with Flutter' that uses Dart 2, Redux and Flutter_Redux
Stars
7
Forks
0
Watchers
7
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
8
commits
Updated README. Added some comments in code for clarification. Locked down redux lib versions in case of future breaking changes.
bbccb0bView on GitHubCreated the Flutter Redux connectors to display and create new messages through the widget tree
72bf78cView on GitHubRemoved all unnecessary const and new keywords, since we are using Dart 2
e56c89eView on GitHubAdded Redux setup including the Store, AppState and initial reducers
b146c59View on GitHubRemoved copied comments and added Redux/Flutter_Redux to dependencies
fe41a77View on GitHub