dartea icon indicating copy to clipboard operation
dartea copied to clipboard

The Elm Architecture (TEA) for Flutter

Results 8 dartea issues
Sort by recently updated
recently updated
newest added

As noted in the issue: https://github.com/p69/dartea/issues/19#issuecomment-963364637

Please see here: https://www.reddit.com/r/flutterhelp/comments/qoxekt/tried_to_migrate_to_androidx_but_get_no_usages/

just like this repo: https://github.com/felangel/Bloc It separates to three packages: bloc, flutter_bloc and angular_bloc, Hopefully there would also be examples for AnguarDart usage with dartea !

Could a ProgramWidget bind two or more models? My view may corresponds to many models, for example, teacher's model, student's model, If only one model could be bound to a...

Have you figured out a way to generate copyWith so it does not have to be created manually by hand? built_value offer this solution but it's pretty ugly to use.

The mvu model is good, easy understand and easy use, but examples or demo is too little. Animation need a class extend State class and with XXXMixin class, so, How...

Am loving this approach. The fractal self similar aspect is create. One concern I have is about performance. When a data change occurs is it updating all of the widgets...