brianegan / flutter_architecture_samples

TodoMVC for Flutter
http://fluttersamples.com/
BSD 3-Clause "New" or "Revised" License
8.75k stars 1.71k forks source link

Wire example #186

Open VladimirCores opened 4 years ago

VladimirCores commented 4 years ago

I have prepared example of use 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 reuse of the business logic from example of Wire use in original repository - web version with template from TodoMVC. Also this example use Flutter Widget for Wire - WireDataBuilder. The library is still in developing, but I think major API and concepts won't change, I have plan to add "middleware" and "traces" to inspect current state and registered wires/signals and data. @brianegan could you please check my PR from wire branch?

VladimirCores commented 4 years ago

@brianegan any resolution on my PR?