Brett Morgan
0b86fbc66c
`place_tracker` rebuild script ( #1370 )
2 years ago
dependabot[bot]
e3040c9e36
Bump google_maps_flutter_web from 0.3.3 to 0.4.0 in /place_tracker ( #1308 )
...
Bumps [google_maps_flutter_web](https://github.com/flutter/plugins/tree/main/packages/google_maps_flutter ) from 0.3.3 to 0.4.0.
- [Release notes](https://github.com/flutter/plugins/releases )
- [Commits](https://github.com/flutter/plugins/commits/google_maps_flutter_web-v0.4.0/packages/google_maps_flutter )
---
updated-dependencies:
- dependency-name: google_maps_flutter_web
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Brett Morgan
4af443d33f
Drop lock files from repo ( #1282 )
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
dependabot[bot]
6a41b9ffe0
Bump google_maps_flutter from 2.1.4 to 2.1.5 in /place_tracker ( #1250 )
...
Bumps [google_maps_flutter](https://github.com/flutter/plugins ) from 2.1.4 to 2.1.5.
- [Release notes](https://github.com/flutter/plugins/releases )
- [Commits](https://github.com/flutter/plugins/compare/google_maps_flutter-v2.1.4...google_maps_flutter-v2.1.5 )
---
updated-dependencies:
- dependency-name: google_maps_flutter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Craig Labenz
e8b2bec22a
Add Material You and Rich Text Editor samples ( #1223 )
...
* Added Material You and Rich Text Editor samples
* updated images to have Material 3
* updated packages info
3 years ago
dependabot[bot]
ce7bd1462e
Bump google_maps_flutter from 2.1.3 to 2.1.4 in /place_tracker ( #1162 )
3 years ago
Viren Khatri
a23b33f6c9
migrate from ui.hash* to Object.hash* ( #1133 )
3 years ago
Brett Morgan
3b46646306
`flutter pub upgrade --major-versions` ( #1061 )
3 years ago
Brett Morgan
a481c264cd
Remove git:// url, update deps, fix `destop_photo_search` ( #1052 )
3 years ago
Miguel Beltran
5c7afb10cf
Update place_tracker Android files ( #1021 )
3 years ago
Andrew Brogdon
664b63c03c
Updates for 2.8! ( #961 )
3 years ago
Brett Morgan
be34b0bf43
Centralize analysis options ( #957 )
3 years ago
Brett Morgan
84e7057abe
Update `pubspec.yaml` files ( #958 )
3 years ago
Ahmed Ashour
29339b8334
Remove unneeded types ( #949 )
3 years ago
Ahmed Ashour
64805fe5b6
Remove unneeded `return` ( #950 )
3 years ago
Brett Morgan
994cdb4afa
flutter pub upgrade ( #926 )
...
* flutter pub upgrade
* `desktop_photo_search`: Remove unneeded `unawaited`
Co-authored-by: John Ryan <ryjohn@google.com>
3 years ago
Brett Morgan
297f6b0b96
Upgrade deps, format, fix web/filipino_cuisine ( #898 )
...
fixes: https://github.com/flutter/samples/issues/897
3 years ago
Andrew Brogdon
4cac0e6661
Lands beta branch into master for 2.5 ( #895 )
3 years ago
Brett Morgan
0850579bc8
dart migrate `place_tracker` ( #831 )
3 years ago
Brett Morgan
a405fc4a9d
Update the dependencies ( #815 )
3 years ago
Brett Morgan
7acef097f0
place_tracker: use_key_in_widget_constructors and Runners rebuild ( #829 )
3 years ago
Brett Morgan
936d1fdaae
Upgrading samples to flutter_lints, part 1 of n ( #804 )
3 years ago
Andrew Brogdon
376c666f0a
Merge beta into master ( #799 )
4 years ago
Andrew Brogdon
8c1cd0b049
Landing beta changes in master for the new stable release ( #747 )
4 years ago
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
4 years ago
Brett Morgan
622e8d55d3
Migrate to the New Material Buttons ( #668 )
4 years ago
Arteev Raina
1f0f430dbd
[multiple] Added copyright headers ( #664 )
4 years ago
Brett Morgan
6e9824dc12
flutter pub update & various fixes ( #627 )
4 years ago
Andrew Brogdon
9af31afec4
Updates for Flutter 1.22 ( #559 )
4 years ago
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>
4 years ago
John Ryan
d61d843f56
Update place_tracker README ( #530 )
4 years ago
John Ryan
8767dadff0
Add smaller images, use AssetImage directory structure ( #522 )
...
https://api.flutter.dev/flutter/painting/AssetImage-class.html
4 years ago
John Ryan
955d8c4266
Make package:provider a direct dependency ( #523 )
4 years ago
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
4 years ago
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
4 years ago
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/>
4 years ago
Tushar Ojha
084c532ac0
[place_tracker] ChangeNotifierProvider for state management ( #424 )
4 years ago
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