John Ryan
14b9a8c4c4
Flutter 1.17 updates ( #432 )
...
* Material text theme updates & flutter pub upgrade (#411 )
* Beta channel updates (#412 )
* fix deprecated usages in provider_shopper - beta channel
* fix deprecated usages in animations - beta channel
* fix deprecated usages in provider_counter - beta
* Updates additional samples for beta release (#416 )
* use headline6 instead of title
* fix another title -> headline6
Co-authored-by: Brett Morgan <brett.morgan@gmail.com >
Co-authored-by: Andrew Brogdon <RedBrogdon@users.noreply.github.com >
2020-05-06 14:09:15 -07:00
Jaideep Prasad
ddf610d682
[provider_shopper] Added widget tests for login, catalog and cart screens ( #400 )
2020-04-27 17:45:50 -07:00
Aadarsh Patel
c6f6b5b757
Added missing login page ( #339 )
2020-03-02 09:59:58 -08:00
Filip Hracek
c121b2d2a6
Follow best practice of ProxyProvider updating ( #298 )
...
* Upgrade to pkg:provider 4.0
* Follow best practice of ProxyProvider updating
The addresses feedback from https://github.com/flutter/samples/issues/245 . Instead of constructing a new `CartModel`, we merely update the `catalog` field.
We no longer need a fancy constructor, and `CartModel._catalog` cannot be final any more.
2020-01-31 13:25:14 -08:00
Brett Morgan
d71180683c
flutter pub upgrade ( #178 )
2019-12-18 10:54:58 +11:00
Andrew Brogdon
5b0fd46fed
Maintenance for provider_shopper ( #168 )
2019-12-02 10:12:43 -08:00
Filip Hracek
086a77b1b8
Add provider_shopper ( #87 )
...
This is the code for the sample at https://flutter.dev/docs/development/data-and-backend/state-mgmt/simple .
2019-07-23 15:40:43 -07:00