Miguel Beltran
35713ac2d9
rename constants ( #1047 )
3 years ago
Miguel Beltran
4b9cc632a7
Setup to handle app window on desktop ( #1028 )
3 years ago
Brett Morgan
e2e2713986
Enforce `use_key_in_widget_constructors` and `file_names` lints ( #913 )
...
* Start enforcing use_key_in_widget_constructors and file_names lints
* dart format
* analysis fixes
* analysis fixes, pt2
* analysis fixes, part 3
* Revert platform_design (test failure)
* More reverts
* Notate why we aren't enforcing a lint
3 years ago
Brett Morgan
936d1fdaae
Upgrading samples to flutter_lints, part 1 of n ( #804 )
3 years ago
Andrew Brogdon
8c1cd0b049
Landing beta changes in master for the new stable release ( #747 )
4 years ago
Brett Morgan
622e8d55d3
Migrate to the New Material Buttons ( #668 )
4 years ago
Alabhya
0188371865
Added trailing button to delete cart item in provider_shopper App ( #571 )
4 years ago
Nikita Puzankov
253cd3d0ab
Small typo fix. ( #542 )
4 years ago
Filip Hracek
c617da7e1e
Upgrade provider shopper ( #521 )
4 years ago
查理大叔
30ee7202e2
Code of other files depends on `headline1` ( #466 )
...
Code of other files depends on `headline1`, but there's only `headline2` defined in the **theme.dart** file.
This was a regression introduced with #432 .
4 years ago
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>
5 years ago
Jaideep Prasad
ddf610d682
[provider_shopper] Added widget tests for login, catalog and cart screens ( #400 )
5 years ago
Aadarsh Patel
c6f6b5b757
Added missing login page ( #339 )
5 years ago
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.
5 years ago
Brett Morgan
d71180683c
flutter pub upgrade ( #178 )
5 years ago
Andrew Brogdon
5b0fd46fed
Maintenance for provider_shopper ( #168 )
5 years ago
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 .
5 years ago