Brett Morgan
bee21b55e6
Cleaning up Veggie Seasons ( #2416 )
...
## Pre-launch Checklist
- [x] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [x] I signed the [CLA].
- [x] I read the [Contributors Guide].
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] All existing and new tests are passing.
If you need help, consider asking for advice on the #hackers-devrel
channel on [Discord].
<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md
[CLA]: https://cla.developers.google.com/
[Discord]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
2 months ago
Miguel Beltran
8c06626190
Migrate `veggieseasons` to `go_router` ( #1544 )
...
* add go_router
* wip migration to go_router
* small fixes
* home screen cleanup
* remove unused
* small fixes
* details should be fullscreen dialog
* remove comment
* fix navigation outside the shell by using the correct navigation keys
* add restoration id to all pages
* test passing, but parts are commented out, wip
* uncommented more test code
* Add TODOs
* fix lint issues
* fix tests
* use FadeTransitionPage
* remove unnecessary builders
* FadeTransitionPage same as CustomTransitionPage
* add comments regarding relative routes
* add missing pageKey
* add missing const
---------
Co-authored-by: Brett Morgan <brettmorgan@google.com>
2 years ago
Brett Morgan
58bc5d7a58
Deps update, utilize `super.key` ( #1265 )
...
* Deps update, utilize `super.key`
* `flutter format`
3 years ago
Brett Morgan
ac2bef7d83
`veggieseasons`: Migrate to null safety ( #922 )
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
Tushar Ojha
99c18b18d7
Moved veggieseasons out of experimental ( #752 )
4 years ago
Michael Goderbauer
ed1503143e
State Restoration support for Veggie Seasons app ( #433 )
4 years ago
Brett Morgan
baa1f976b2
Samples maintenance ( #435 )
5 years ago
Abdullah Deshmukh
d9c9b3a519
[VeggieSeasons] Fix dark mode problems ( #395 )
5 years ago
Andrew Brogdon
3d40fa9fb2
Tweaked pubspecs, linted. ( #113 )
5 years ago
Andrew Brogdon
4646f0fc8e
Adds analysis options to Veggie Seasons ( #98 )
5 years ago
Andrew Brogdon
08beb69245
Updates veggieseasons to Dart 2.3, adds some minor UI updates ( #88 )
5 years ago
Andrew Brogdon
cf95d2c3a3
Adds semantic labels to images and modal close button ( #56 )
...
* Added semantic labels to images.
* Reverting project file.
* Semantic label for close button.
6 years ago
Andrew Brogdon
6ce0d22e9b
Updates detail screen to new, modal design. ( #40 )
6 years ago
Andrew Brogdon
d2c3aeb345
Adding veggieseasons DetailsScreen. ( #14 )
6 years ago
Andrew Brogdon
0675b1f774
Adds model layer and list view to veggieseasons. ( #13 )
6 years ago