1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00
Commit Graph

168 Commits

Author SHA1 Message Date
Jon Tippens
edd51e019b Small text correction (#70) 2019-04-24 07:40:48 -07:00
Tim Sneath
38a54314c7 Clean up .gitignore and checked in files (#65) 2019-04-14 17:10:44 -07:00
Xiao Yu
c45e5ea2b6 accidentally pushed to master 2019-04-11 23:06:28 -07:00
Xiao Yu
77fff68d15 made some progress 2019-04-11 23:04:48 -07:00
xster
46a62e252b Make in-season and not-in-season cards different (#67) 2019-04-10 01:23:57 -07:00
xster
1ade80f948 translucent search tab bar (#68) 2019-04-09 16:24:35 -07:00
xster
759afa5435 add profile xcode configuration (#66) 2019-04-09 00:52:16 -07:00
Andrew Brogdon
3f77d3c8d4 Un-transparented launcher icon. (#64) 2019-03-25 16:17:13 -07:00
Andrew Brogdon
bf3a963bdc Adds season display to details screen. (#62) 2019-03-25 11:22:23 -07:00
Andrew Brogdon
673992f49e Adds rest of the trivia questions (#63) 2019-03-22 15:12:29 -07:00
Andrew Brogdon
526ee0602a Adds trivia to Veggie details screen (#61) 2019-03-22 08:32:44 -07:00
Andrew Brogdon
dcca6e44b2 Refactors detail view in advance of trivia (#60) 2019-03-20 15:59:59 -07:00
Kenzie Schmoll
a2419b3dcf Update Place Tracker to use latest version of plugin (#59) 2019-03-20 09:08:13 -07:00
Abhijeeth Padarthi
8fe2999ee8 Removed redundant "const" and "new" assignments & Formatted code. (#58) 2019-03-19 09:27:32 -07:00
Andrew Brogdon
be35972637 Adding no-result display to search screen. (#57) 2019-03-18 08:41:16 -07:00
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.
2019-03-14 14:45:15 -07:00
Andrew Brogdon
fe72ed957f Pressable veggie cards, new launcher icon, release metadata. (#54) 2019-03-14 13:42:26 -07:00
Andrew Brogdon
d123c32f29 Moves modal close button to left. (#55) 2019-03-13 13:16:42 -07:00
Will Larche
0431592bd6 Removing Fortnightly since it now lives in flutter_gallery. 2019-03-05 15:05:52 -08:00
Andrew Brogdon
008275b042 Removes extra 'because' in INDEX.md (#51) 2019-02-28 14:14:11 -08:00
Andrew Brogdon
2983b21873 Adds disclaimer to index and tweaks one item description (#50) 2019-02-27 12:30:16 -08:00
Bhavik Makwana
2bac3341a0 Adding Flutter Playground repository (#45) 2019-02-27 10:20:56 -08:00
Andrew Brogdon
7ae3780bcb Unbreaking tests borked by SDK update. (#49) 2019-02-27 10:13:08 -08:00
Will Larche
fce0854b7f [Material] Fortnightly study (#44)
* [Fortnightly] Typography demo / Material study.

* [Fortnightly] Removing unneeded file.

* [Fortnightly] Moving theming into same file as demo.

* [Fortnightly] Moving app logic into demo.

* [Fortnightly] PR feedback.

* [Fortnightly] Expanded README.

* [Material] Formatting.

* [Fortnightly] Renaming file.
2019-02-13 11:35:56 -05:00
Andrew Brogdon
5d56599f7f Fleshes out settings screen with groups, items, and navigation (#43) 2019-01-03 11:33:55 -08:00
Filip Hracek
2128608386 Add the ScopedModel Counter sample (#41)
Adds sample app that mimics the beloved starter app, but with ScopedModel for state management.

Contains a smoke test and is set up to run it in travis_script.sh.
2019-01-02 11:25:52 -08:00
Andrew Brogdon
e67cbb03ea Updates travis config to include place_tracker and platform_view_swift (#42) 2018-12-21 15:06:55 -08:00
Andrew Brogdon
6ce0d22e9b Updates detail screen to new, modal design. (#40) 2018-12-21 08:28:28 -08:00
Andrew Brogdon
bfb8b8aea9 Adds new image assets, card-style list, and new data for the veggies (#38) 2018-12-19 09:16:26 -08:00
Andrew Brogdon
2a2c535aab Adds veggieseasons preferences, tweaks styles + list page (#37) 2018-12-14 15:05:28 -08:00
Andrew Brogdon
60837792a1 Updates index to include It's All Widgets. (#36) 2018-12-11 16:05:10 -08:00
Andrew Brogdon
92f692583d Adds some Shrine updates from Material team. (#34) 2018-12-10 14:33:39 -08:00
Amir Hardon
ee59e80324 Set google_maps_flutter's version to <=0.1.0 in place_tracker. (#35)
A breaking API change is coming in 0.1.0, setting a dependency constraint
to keep the place_tracker sample building.
2018-12-10 09:20:45 -08:00
Andrew Brogdon
c553b80c53 Updates to readme, index. (#33) 2018-12-06 19:05:40 +00:00
Burhanuddin Rashid
c61bb7e17f Adding WhatTodo app in Full apps (#27) 2018-12-06 18:36:21 +00:00
Iiro Krankka
e05dedbc5f Mention that inKino is sharing code between web and mobile (#32) 2018-11-26 13:11:31 -08:00
Kenzie Schmoll
79d9d143b4 Add a list view to the place tracker app. (#30)
* Add list view to place tracker. Note: map in listTile is not WAI in this commit.

* Remove map from list tiles. Make list tiles tappable (currently editing a place and saving will do nothing if the details screen is pushed from the list view.

* Fix text alignment in list.

* Initial implementation of using an InheritedWidget to maintain data between list and map. Map does not update correctly at this point.

* Use AppModel.update to set the AppState. Add MapConfiguration class to handle map changes based on AppState.

* Don't cache AppState - lookup directly. Extract AppState code into it's own file and add static methods. Address comments from Hans.

* Extract generic AppModel code.
2018-11-13 10:39:06 -08:00
Kenzie Schmoll
e59c865884 Use custom marker icons for Favorite places and Visited places. (#31) 2018-11-09 15:32:10 -08:00
Andrew Brogdon
c823766300 Adds analyzer and formatter to smoke tests. (#29) 2018-11-08 10:56:29 -08:00
Andrew Brogdon
811b5d245a Fixes Future<void> issue in Shrine. (#28) 2018-11-08 09:59:43 -08:00
kenzieschmoll
4ed6aca905 Merge branch 'master' of github.com:flutter/samples 2018-11-01 16:30:23 -07:00
Kenzie Schmoll
eff382bcb2 Update README with additional information and instructions. 2018-11-01 16:29:17 -07:00
kenzieschmoll
3a6152c972 Add more stub data. Alphabetize entries. 2018-11-01 16:26:03 -07:00
Kenzie Schmoll
3ed537495a Add stub reviews to the place details sheet. (#22)
* Add stub place reviews to the place details sheet. Offers a better demonstration of the map in a list view.
2018-11-01 13:15:12 -07:00
Kenzie Schmoll
bfce2a44e9 Add map type toggle to place_tracker demo. (#23)
Button will toggle between normal, satellite, terrain, hybrid, and none MapTypes.
2018-11-01 12:19:04 -07:00
Kenzie Schmoll
7ab277fad4 Add Google Maps Place Tracker sample app to flutter/samples. (#20)
Sample app that displays places on a map. Add/edit places. Interact with map. Iterations to follow.
2018-10-26 13:11:10 -07:00
Will Larche
4b4d5fef9c [Shrine] New Shrine with expanding cart bottom sheet from experimenal (#18) 2018-09-27 08:36:30 -07:00
Andrew Brogdon
b5ce05e934 Adds search screen to veggieseasons. (#17) 2018-09-13 10:37:30 -07:00
Andrew Brogdon
5f040e6545 Adding favorites screen to veggieseasons. (#16) 2018-09-07 09:34:32 -07:00
Andrew Brogdon
1ed6c91700 Adding email notifications. (#15) 2018-09-06 10:23:31 -07:00