Brett Morgan
baa1f976b2
Samples maintenance ( #435 )
5 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
Aadarsh Patel
1c887b6d80
typo fix ( #403 )
5 years ago
Brett Morgan
28742ddeaf
Adding directives_ordering ( #396 )
5 years ago
sanni prasad
0a88d4519e
Update cupertino_icons: from 0.1.2 to 0.1.3 ( #325 )
5 years ago
Brett Morgan
897e664fa5
Update place_tracker android and ios dirs ( #232 )
5 years ago
Brett Morgan
d71180683c
flutter pub upgrade ( #178 )
5 years ago
Brett Morgan
73086e20c1
Beta branch fix ( #173 )
5 years ago
Brett Morgan
22f01ff4a6
Analysis options uplift to 1.8 ( #169 )
5 years ago
Brett Morgan
23d71e057d
Adding git ignores and pubspec updates ( #166 )
5 years ago
Andrew Brogdon
16fa475ff8
Updates for 1.9 ( #139 )
5 years ago
Andrew Brogdon
3d40fa9fb2
Tweaked pubspecs, linted. ( #113 )
5 years ago
Brett Morgan
01478f5e88
Analysis options, fixes and format ( #106 )
5 years ago
Michael Thomsen
3098bf2c9a
flutter pub ( #86 )
6 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
Kevin Moore
d6d23f5168
Fix place_tracking while we're at it
6 years ago
Andrew Brogdon
aab1efd51a
Updating place_tracker again ( #77 )
6 years ago
Andrew Brogdon
ce28b8c010
Updates place_tracker to specify SDK >=2.1.0 ( #71 )
6 years ago
Tim Sneath
38a54314c7
Clean up .gitignore and checked in files ( #65 )
6 years ago
Kenzie Schmoll
a2419b3dcf
Update Place Tracker to use latest version of plugin ( #59 )
6 years ago
Abhijeeth Padarthi
8fe2999ee8
Removed redundant "const" and "new" assignments & Formatted code. ( #58 )
6 years ago
Andrew Brogdon
7ae3780bcb
Unbreaking tests borked by SDK update. ( #49 )
6 years ago
Andrew Brogdon
e67cbb03ea
Updates travis config to include place_tracker and platform_view_swift ( #42 )
6 years ago
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.
6 years ago
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.
6 years ago
Kenzie Schmoll
e59c865884
Use custom marker icons for Favorite places and Visited places. ( #31 )
6 years ago
kenzieschmoll
4ed6aca905
Merge branch 'master' of github.com:flutter/samples
6 years ago
Kenzie Schmoll
eff382bcb2
Update README with additional information and instructions.
6 years ago
kenzieschmoll
3a6152c972
Add more stub data. Alphabetize entries.
6 years ago
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.
6 years ago
Kenzie Schmoll
bfce2a44e9
Add map type toggle to place_tracker demo. ( #23 )
...
Button will toggle between normal, satellite, terrain, hybrid, and none MapTypes.
6 years ago
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.
6 years ago