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

59 Commits

Author SHA1 Message Date
Andrew Brogdon
664b63c03c Updates for 2.8! (#961) 2021-12-09 13:15:57 +10:00
Brett Morgan
be34b0bf43 Centralize analysis options (#957) 2021-12-01 16:49:51 +10:00
Brett Morgan
84e7057abe Update pubspec.yaml files (#958) 2021-12-01 09:33:28 +10:00
Ahmed Ashour
29339b8334 Remove unneeded types (#949) 2021-11-03 09:58:12 -07:00
Ahmed Ashour
64805fe5b6 Remove unneeded return (#950) 2021-11-03 21:12:41 +10:00
Brett Morgan
994cdb4afa flutter pub upgrade (#926)
* flutter pub upgrade

* `desktop_photo_search`: Remove unneeded `unawaited`

Co-authored-by: John Ryan <ryjohn@google.com>
2021-10-11 14:01:27 -07:00
Brett Morgan
297f6b0b96 Upgrade deps, format, fix web/filipino_cuisine (#898)
fixes: https://github.com/flutter/samples/issues/897
2021-09-21 11:38:59 -07:00
Andrew Brogdon
4cac0e6661 Lands beta branch into master for 2.5 (#895) 2021-09-08 17:35:05 -07:00
Brett Morgan
0850579bc8 dart migrate place_tracker (#831) 2021-06-08 09:23:48 +10:00
Brett Morgan
a405fc4a9d Update the dependencies (#815) 2021-06-08 08:15:43 +10:00
Brett Morgan
7acef097f0 place_tracker: use_key_in_widget_constructors and Runners rebuild (#829) 2021-06-08 07:46:36 +10:00
Brett Morgan
936d1fdaae Upgrading samples to flutter_lints, part 1 of n (#804) 2021-06-05 12:24:28 +10:00
Andrew Brogdon
376c666f0a Merge beta into master (#799) 2021-05-18 13:35:06 -07:00
Andrew Brogdon
8c1cd0b049 Landing beta changes in master for the new stable release (#747) 2021-03-03 11:44:35 -08:00
John Ryan
241e2c1b26 Fix cookbook scraper bugs and re-run (#697)
* fix path separator bug in cookbook scraper

* update lockfiles

* add category to image name to avoid conflicts

e.g.
testing/integration/introduction
testing/widget/introduction

* fix form_app symlink

* remove webimages directory

* remove vision_challenge

vision_challenge doesn't build on the dev channel

* update pubspec.yaml in _tool and form_app
2021-02-08 10:36:22 -08:00
Brett Morgan
622e8d55d3 Migrate to the New Material Buttons (#668) 2021-01-27 13:20:50 +11:00
Arteev Raina
1f0f430dbd [multiple] Added copyright headers (#664) 2021-01-21 11:16:46 -08:00
Brett Morgan
6e9824dc12 flutter pub update & various fixes (#627) 2020-12-18 10:51:31 +11:00
Andrew Brogdon
9af31afec4 Updates for Flutter 1.22 (#559) 2020-10-01 11:14:27 -07:00
John Ryan
2236f122b4 Add web support to place_tracker (#550)
* enable web for place_tracker

* add place_tracker symlink

* add generated_plugin_registrant.dart

* update google_maps_flutter_web to fix pins not showing

* add place_tracker to peanut.yaml

* upgrade place_tracker dep

* use a 32 pixel square

* Apply zoom to selected category when the PlaceMapState updates. This fixes a grey screen issue in web, after saving a place.

* pub upgrade

* run pub upgrade

* use published versions of packages

* remove lib/generated_plugin_registrant.dart

* add newline

* add web API key to README

Co-authored-by: David Iglesias Teixeira <ditman@gmail.com>
2020-09-23 11:06:25 -07:00
John Ryan
d61d843f56 Update place_tracker README (#530) 2020-08-18 21:46:49 -07:00
John Ryan
8767dadff0 Add smaller images, use AssetImage directory structure (#522)
https://api.flutter.dev/flutter/painting/AssetImage-class.html
2020-08-13 15:28:47 -07:00
John Ryan
955d8c4266 Make package:provider a direct dependency (#523) 2020-08-13 15:27:36 -07:00
John Ryan
437d1f620b Place tracker/maintenance (#519)
* format place_tracker README

* update sentence in README

* sort Dart members, remove unnecessary type declarations

* Run place_tracker on Android and iOS, update project files

* add link to developer preview caveat

* grammar

* update MAINTENANCE
2020-08-13 14:30:28 -07:00
Andrew Brogdon
0eb1233cb4 Updates samples for latest beta release of the Flutter SDK (#492)
* Updating for beta release

* Re-adding pub get to Flutter travis script
2020-08-05 08:05:31 -07:00
Rubens de Melo
09b26f89b4 fix ios install (#479)
To use this plugin on iOS you need to opt-in for the embedded views preview by adding a boolean property to the app's Info.plist file, with the key io.flutter.embedded_views_preview and the value YES.

<key>io.flutter.embedded_views_preview</key>
<true/>
2020-06-22 13:31:54 +10:00
Tushar Ojha
084c532ac0 [place_tracker] ChangeNotifierProvider for state management (#424) 2020-06-12 16:50:46 -07:00
Brett Morgan
baa1f976b2 Samples maintenance (#435) 2020-05-13 09:18:26 +10:00
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>
2020-05-06 14:09:15 -07:00
Aadarsh Patel
1c887b6d80 typo fix (#403) 2020-03-30 22:18:53 -07:00
Brett Morgan
28742ddeaf Adding directives_ordering (#396) 2020-03-26 06:14:39 +11:00
sanni prasad
0a88d4519e Update cupertino_icons: from 0.1.2 to 0.1.3 (#325) 2020-02-12 10:28:00 -08:00
Brett Morgan
897e664fa5 Update place_tracker android and ios dirs (#232) 2020-01-14 06:56:13 +10:00
Brett Morgan
d71180683c flutter pub upgrade (#178) 2019-12-18 10:54:58 +11:00
Brett Morgan
73086e20c1 Beta branch fix (#173) 2019-12-11 13:01:45 -05:00
Brett Morgan
22f01ff4a6 Analysis options uplift to 1.8 (#169) 2019-11-22 11:12:35 +11:00
Brett Morgan
23d71e057d Adding git ignores and pubspec updates (#166) 2019-11-22 09:53:27 +11:00
Andrew Brogdon
16fa475ff8 Updates for 1.9 (#139) 2019-09-10 08:47:34 -07:00
Andrew Brogdon
3d40fa9fb2 Tweaked pubspecs, linted. (#113) 2019-07-08 11:25:46 -07:00
Brett Morgan
01478f5e88 Analysis options, fixes and format (#106) 2019-07-04 15:42:59 +10:00
Michael Thomsen
3098bf2c9a flutter pub (#86) 2019-05-22 16:54:09 +02:00
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`.
2019-05-21 13:30:37 -07:00
Kevin Moore
d6d23f5168 Fix place_tracking while we're at it 2019-05-08 09:19:45 -07:00
Andrew Brogdon
aab1efd51a Updating place_tracker again (#77) 2019-05-07 13:40:19 -07:00
Andrew Brogdon
ce28b8c010 Updates place_tracker to specify SDK >=2.1.0 (#71) 2019-05-05 15:16:14 -07:00
Tim Sneath
38a54314c7 Clean up .gitignore and checked in files (#65) 2019-04-14 17:10:44 -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
7ae3780bcb Unbreaking tests borked by SDK update. (#49) 2019-02-27 10:13:08 -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