fluttercommunity / fluttercommunity/redux.dart
Creating an simple example
Open
- Dominant language
- Dart
- Stars
- 519
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
A simple example to help many guys approach redux.
- [ ] Reducers tests
- [ ] Thunk middleware tests
- [ ] Injecting repository
- [ ] Using [built_value](https://pub.dev/packages/built_value) and [built_collection](https://pub.dev/packages/built_collection) for:
- are immutable, if the elements/keys/values used are immutable;
- are comparable;
- are hashable;
- use copy-on-write to avoid copying unnecessarily.
I will take care of this task.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.