flutter_architecture_samples
flutter_architecture_samples copied to clipboard
TodoMVC for Flutter
I followed a similar design with the `ConnectToDataSourceAction` action which triggers a listener on login. https://github.com/brianegan/flutter_architecture_samples/blob/master/firestore_redux/lib/middleware/store_todos_middleware.dart However I noticed sometimes (haven't been able to reproduce this consistently), after long period...
I've gotten feedback that this library, asking for more comments within the code demonstrating the flow of these apps. - [ ] vanilla - [ ] redux - [ ]...
A couple of comments. 1. The vanilla sample is too complex for a flutter/dart beginner. The discussion located at flutter_architecture_samples/example/vanilla/ is useful in explaining how flutter can implement inter-widget communications...
I have an external database (localhost) that contains a "questions" table characterized by their level (Easy, Medium, Hard) and class(1st class, 2nd class, 3rd class). I have an internal database...
PR supporting issue 186 - [Wire example](https://github.com/brianegan/flutter_architecture_samples/issues/186)
I have prepared example of use [Wire](https://pub.dev/packages/wire) library for state management and separation of concerns, another way of Flux implementation, it's almost complete clone (except on line in model) and...
After Flutter 1.17, the font names were updated according to the new material design. Just replaced the old values with new ones.
In https://fas_bloc_flutter.codemagic.app/#/, with Chrome `83.0.4103.97` and Firefox `77.0.1`, the text is not aligned with the checkbox.  However in Bloc Library Example, it is fine.  Other side notes: 1....