Miguel Beltran
715c4338f6
adding more named and explicit imports ( #1909 )
1 year 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
ccd68f34e2
Beta ( #1234 )
3 years ago
Andrew Brogdon
664b63c03c
Updates for 2.8! ( #961 )
3 years ago
Ahmed Ashour
29339b8334
Remove unneeded types ( #949 )
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
kjain333
134b64bcad
Fixed issue #278 by making list scrollable under search bar ( #572 )
4 years ago
Filip Hracek
af0858b69d
Veggie seasons update ( #518 )
4 years ago
Brett Morgan
baa1f976b2
Samples maintenance ( #435 )
5 years ago
Abdullah Deshmukh
d9c9b3a519
[VeggieSeasons] Fix dark mode problems ( #395 )
5 years ago
Jurgen Geitner
e171f543c3
Searchbar style fix ( #326 )
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
Filip Hracek
fa356540c6
Ensure flutter format and fix offending files ( #80 )
...
The current Travis script will only print offending files, but won’t fail the build. Added `--set-exit-if-changed` to fix that.
Also, simplified the call from using `grep` and `xargs` to simple `flutter format .`, which recurses directories.
Lastly, fixed offending files that needed `dartfmt`. (But not in the directories that aren’t covered by `travis_script.sh`.
6 years ago
xster
46a62e252b
Make in-season and not-in-season cards different ( #67 )
6 years ago
Andrew Brogdon
526ee0602a
Adds trivia to Veggie details screen ( #61 )
6 years ago
Abhijeeth Padarthi
8fe2999ee8
Removed redundant "const" and "new" assignments & Formatted code. ( #58 )
6 years ago
Andrew Brogdon
be35972637
Adding no-result display to search screen. ( #57 )
6 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
fe72ed957f
Pressable veggie cards, new launcher icon, release metadata. ( #54 )
6 years ago
Andrew Brogdon
d123c32f29
Moves modal close button to left. ( #55 )
6 years ago
Andrew Brogdon
5d56599f7f
Fleshes out settings screen with groups, items, and navigation ( #43 )
6 years ago
Andrew Brogdon
6ce0d22e9b
Updates detail screen to new, modal design. ( #40 )
6 years ago
Andrew Brogdon
bfb8b8aea9
Adds new image assets, card-style list, and new data for the veggies ( #38 )
6 years ago
Andrew Brogdon
b5ce05e934
Adds search screen to veggieseasons. ( #17 )
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