brianegan / flutter_architecture_samples

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

Freezed sample #174

Closed rrousselGit closed 4 years ago

rrousselGit commented 4 years ago

This is a fork of change_notifier_provider to use ValueNotifier + the freezed package for an immutable architecture.

It doesn't change anything besides the implementation of the ChangeNotifier

rrousselGit commented 4 years ago

The CI error is because it was built using the master channel which deprecated a bunch of Theme variable and added new ones.

brianegan commented 4 years ago

Hey -- thanks so much! On a business trip for a couple of days, I'll check it out later in the week :)

rrousselGit commented 4 years ago

No problem 😊

I may change it a bit in the meantime anyway

brianegan commented 4 years ago

Thanks for the discussion and updates! I'll wait for the tests to pass then merge it in :)