1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00
Commit Graph

596 Commits

Author SHA1 Message Date
Brett Morgan
9153fdb6fc dart migrate add_to_app/fullscreen/flutter_module (#835) 2021-06-10 14:07:39 +10:00
Brett Morgan
e931456f20 dart migrate add_to_app/multiple_flutters/multiple_flutters_module (#836) 2021-06-10 14:02:44 +10:00
Brett Morgan
4633bb0406 Add flutter_lints to ios_app_clip (#824) 2021-06-09 16:34:18 +10:00
Brett Morgan
b34cc5671a Add flutter_lints (#808) 2021-06-09 06:48:39 +10:00
Brett Morgan
6acb879dfa Add flutter_lints to experimental/federated_plugin/federated_plugin_macos (#818) 2021-06-08 14:53:39 +10:00
Brett Morgan
82c0e717ab Update experimental/federated_plugin/federated_plugin_* (#819) 2021-06-08 14:53:16 +10:00
Brett Morgan
5cdab9c44d jsonexample: Update lint rules, rebuild runners (#826) 2021-06-07 16:57:21 -07:00
Brett Morgan
26e0e215cf Adjust flutter_maps_firestore's lint rules (#821) 2021-06-07 16:51:44 -07:00
Brett Morgan
0850579bc8 dart migrate place_tracker (#831) 2021-06-08 09:23:48 +10:00
Brett Morgan
b1a49c0afb Adjust animations lint rules (#814) 2021-06-07 16:00:06 -07:00
Brett Morgan
12ba3b2245 Add flutter_lints to form_app (#822) 2021-06-08 08:57:23 +10:00
Brett Morgan
fc1fe989fb Add flutter_lints (#813) 2021-06-07 15:56:21 -07:00
Brett Morgan
78dee899ea isolate_example: Update lints, rebuild runners (#825) 2021-06-07 15:49:46 -07:00
Ayush Bherwani
865c545f3d [platform_channels] Migrate to sound null safety (#803) 2021-06-07 15:30:12 -07:00
Brett Morgan
c8112c88ac Add flutter_lints to add_to_app/plugin/flutter_module_using_plugin (#812) 2021-06-07 15:18:20 -07:00
Brett Morgan
a405fc4a9d Update the dependencies (#815) 2021-06-08 08:15:43 +10:00
Brett Morgan
14cce8b0f7 Adding flutter_lints (#811) 2021-06-08 08:15:11 +10:00
Brett Morgan
55e02d6e4d Add flutter_lints to add_to_app/fullscreen/flutter_module (#810) 2021-06-07 15:14:46 -07:00
Brett Morgan
40abd00a45 Adjust lint rules for experimental/web_dashboard (#820) 2021-06-08 07:48:36 +10:00
Brett Morgan
9ad1fae51c Adjust desktop_photo_search's lint rules (#816) 2021-06-08 07:48:14 +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
a51c0641f1 Add flutter_lints (#809) 2021-06-08 05:57:46 +10:00
Brett Morgan
39b0049345 Add flutter_lints to null_safety (#828) 2021-06-07 20:53:25 +10:00
Brett Morgan
4069bfbe9e Adjust experimental/federated_plugin/federated_plugin lint rules (#817) 2021-06-07 14:18:38 +10:00
Brett Morgan
35f43dae45 infinite_list: Adjust lint rules and rebuild Android, iOS and Web runners (#823) 2021-06-06 19:37:13 -07:00
Brett Morgan
936d1fdaae Upgrading samples to flutter_lints, part 1 of n (#804) 2021-06-05 12:24:28 +10:00
xster
14921d0c06 Use a newer version of gradle to avoid an AGP bug around NDK (#797) 2021-06-04 14:25:47 -07:00
John Ryan
b00ac891fa update slide_puzzle to latest master (#802) 2021-05-25 22:32:30 -07:00
Abdullah Deshmukh
c0d3d0cf04 [testing_app] Migrate to null safety (#800) 2021-05-20 19:04:46 +10:00
Andrew Brogdon
2809a7c89c Sorting imports in federated_plugin and others (#801) 2021-05-19 10:07:01 -07:00
Andrew Brogdon
376c666f0a Merge beta into master (#799) 2021-05-18 13:35:06 -07:00
Michael Goderbauer
252c6fcb57 Change router examples to use SynchronousFuture (#796) 2021-05-18 07:47:04 -07:00
John Ryan
3f5ab56485 Add workflow to deploy the sample index (#791)
* Add workflow to build and deploy the sample index

* update gh-pages action

* fix yaml

* create web/ directory in build

* grammar

* add ignored directories

* revert pubspec.lock files

* add job to run _tool/verify_samples.dart

* Update filipino_cuisine for Flutter 2

* remove timeflow demo.

The unnamed List constructor is now deprecated, refactoring
this code to use add() requires more knowledge about the code for
this demo.
https://dart.dev/null-safety/understanding-null-safety#no-unnamed-list-constructor

* update slide_puzzle

* ensure stable channel is used to verify

* move verify web demos action into separate yaml file - avoid running
on each flutter version.

* add on: pull_request

* update slide_puzzle

* Update gh-pages.yml

* Add copyright header
2021-05-06 10:26:15 -07:00
Andrew Brogdon
b26f2cccc1 Unbreaks dev and beta CI (#793)
* Unbreaking dev and beta CI

* Newline all the things.

* Unhooking desktop_photo_search from beta and dev CI

* Unhooking web_dashboard and veggieseasons as well
2021-05-05 17:10:48 -07:00
Jason Simmons
e623b043f2 Add an entry point annotation to the Dart function invoked by the android_view sample (#790)
Fixes https://github.com/flutter/flutter/issues/81350
2021-05-03 13:27:23 -07:00
Ayush Bherwani
beface247a [federated_plugin] mirgrate to sound null safety (#781) 2021-04-06 18:59:58 +10:00
Todd Volkert
9d50bdf494 Change the sci-fi books we use in our samples (#783) 2021-03-26 15:43:36 -07:00
Brett Morgan
5cb6c39bd7 Update desktop_photo_search to use url_launcher's Link (#780) 2021-03-20 07:30:56 +11:00
Brett Morgan
873ff4306b Update Flutter's desktop support (#768) 2021-03-18 12:26:52 +11:00
pcamp
84bb425d11 Typo fix in README.md (#776) 2021-03-17 15:42:29 +11:00
pcamp
c050096caa Typo fix in README.md (#777) 2021-03-17 14:12:13 +11:00
pcamp
ceac95c72a Typo fixes in README.md (#775) 2021-03-17 11:46:59 +11:00
pcamp
252356123b Typo fixes in README.md (#773) 2021-03-15 10:57:52 +11:00
pcamp
751b340d68 Typo fix in README.md (#774) 2021-03-15 10:57:10 +11:00
Daco Harkes
a9482b18c2 [veggieseasons] Fix search backspace when no results (#766) 2021-03-12 09:20:38 +01:00
xster
fc5b4510b0 Update host Android projects away from problematic AGP versions (#764) 2021-03-11 14:38:43 -08:00
gaaclarke
680c8babd3 fixed crash if you back out of 2 double engine activities (#763) 2021-03-09 14:44:37 -08:00
gaaclarke
d04f3295c0 extracted copy and pasted function across module ci scripts (#760) 2021-03-09 13:15:00 +11:00
Brett Morgan
20feb3f901 Re-enable CI on beta and dev channels (#757) 2021-03-09 10:40:33 +11:00
gaaclarke
cf913f689d Multiple flutters sample android (#677) 2021-03-08 10:10:45 -08:00