flutter_architecture_samples icon indicating copy to clipboard operation
flutter_architecture_samples copied to clipboard

TodoMVC for Flutter

Results 50 flutter_architecture_samples issues
Sort by recently updated
recently updated
newest added

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...

enhancement
good first issue

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. ![image](https://user-images.githubusercontent.com/2410127/84650127-ee8be980-af07-11ea-993f-74de4f2c5880.png) However in Bloc Library Example, it is fine. ![image](https://user-images.githubusercontent.com/2410127/84650162-fcda0580-af07-11ea-972d-f8e1b74079d4.png) Other side notes: 1....