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

873 Commits

Author SHA1 Message Date
John Ryan
308c6ff21c Specify workflow permissions for build-and-deploy action (#948)
* add write permissions to build-and-deploy action

fixes#914

* formatting
2021-11-02 08:37:34 -07:00
Ahmed Ashour
822a046c08 Fix typo (#944) 2021-11-01 16:15:45 -07:00
Ahmed Ashour
ce84cdc2e5 Remove ignore prefer_initializing_formals (#945) 2021-11-01 16:14:07 -07:00
Jenn Magder
05a3263eb4 Add plugin and host registration to multiple_flutters example (#942) 2021-10-29 09:41:23 -07:00
Brett Morgan
eb74d3f380 Desktop Runner refresh (#936) 2021-10-28 07:03:03 +10:00
Brett Morgan
b10b46bc18 Revert "Enable no-response workflow. (#937)" (#938) 2021-10-22 09:08:34 +10:00
godofredoc
ac4dc45d87 Enable no-response workflow. (#937) 2021-10-22 08:21:09 +11:00
Camille Simon
fa0b54bb9e Add android_splash_screen (#903)
Adds a Flutter app designed for devices running at least Android 12 that exemplifies how to implement an animated splash screen with the SplashScreen API.
2021-10-18 14:45:11 -07:00
Brett Morgan
b7156523ff Add a pull request template (#930) 2021-10-18 11:55:59 -07:00
Andrew Brogdon
b01152dfe1 Removed FormDatePicker type param. (#934) 2021-10-15 16:31:53 -07:00
Brett Morgan
97010f5411 Add a .gitattributes file (#929)
Automatically convert EOL to line feed to make Windows development of codelabs easier.

Inspiration from https://github.com/flutter/flutter/blob/master/.gitattributes
2021-10-15 14:45:14 -07:00
MainTobias
43ce0239b4 Update AndroidManifest.xml (#883)
To fix it opening the app in the same window (fe in whatsapp and not going to desired screen but instead only to login screen and then home screen instead of book/0 or book/2).
2021-10-13 14:01:46 -07:00
Brett Morgan
e2b77a4bf1 flutter pub upgrade (#931) 2021-10-13 10:18:41 -07:00
John Ryan
4893a24625 Migrate web dashboard to null safety (#928)
* update dependencies

* Update to cloud_firestore 2.x.x

* run dart migrate

* Fix analyzer warnings from null safety migration

* Fix errors resulting from null safety migration

* Fix info level warnings

* run flutter format

* fix tests

* remove unused import, format
2021-10-12 14:38:34 -07:00
Brett Morgan
0061b0d70d platform_design: Enforce use_key_in_widget_constructors (#927) 2021-10-12 10:12:35 +10:00
Brett Morgan
ac2bef7d83 veggieseasons: Migrate to null safety (#922) 2021-10-11 16:27:54 -07: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
58af3f5c75 Delete the filipino_cuisine web sample (#923)
* Delete the `filipino_cuisine` web sample

* Drop `filipino_cuisine` from sample index
2021-10-11 11:04:28 -07:00
John Ryan
d3c6253f85 Migrate form_app to null safety (#925) 2021-10-09 10:45:46 +10:00
Brett Morgan
e2e2713986 Enforce use_key_in_widget_constructors and file_names lints (#913)
* Start enforcing use_key_in_widget_constructors and file_names lints

* dart format

* analysis fixes

* analysis fixes, pt2

* analysis fixes, part 3

* Revert platform_design (test failure)

* More reverts

* Notate why we aren't enforcing a lint
2021-10-08 14:30:28 -07:00
Brett Morgan
e160f5261c experimental/linting_tool: dart fix (#915) 2021-10-08 09:18:41 -07:00
Brett Morgan
83d3ea99f0 web/github_dataviz: Migrate to null safety (#919) 2021-10-08 19:43:25 +11:00
Brett Morgan
8932e60976 web/charts: Migrate to null safety (#921) 2021-10-08 15:39:37 +10:00
Brett Morgan
d14e79b833 filipino_cuisine: migrate to null safety (#920) 2021-10-08 11:10:23 +10:00
Brett Morgan
3905b45fba Update pubspec.lock to be in line with pubspec.yaml (#917) 2021-10-07 14:39:15 -07:00
Brett Morgan
dead5df178 Update the issue tracker to flutter/samples tracker (#912) 2021-10-07 08:20:48 +10:00
Brett Morgan
2d9ba2f9eb web/chart: fix sample (#909) 2021-10-07 07:10:34 +10:00
Brett Morgan
0fe216a1cf Make the URL for the data JSON file absolute. (#902)
* Make the URL for the data JSON file absolute.

* dart format
2021-10-06 11:44:45 -07:00
imthegithubuser
5b1045187a Spelling corrected (#908) 2021-10-06 19:22:58 +11:00
Robert Stevens
3d4b6f45fe Updated the dart english_words package to 4.0.0 (#907) 2021-10-06 13:34:57 +10:00
John Ryan
cdab12421c Add form_app and navigation_and_routing samples to CI scripts (#905) 2021-10-05 09:29:36 -07:00
John Ryan
9a9f0210b7 Update mockito in form_app (#904) 2021-10-05 21:49:11 +10:00
Michael Thomsen
3de664f9e7 Link to dart.dev docs for lints (#901) 2021-09-24 09:35:50 -07:00
Brett Morgan
3914822ecb Update slide_puzzle (#900) 2021-09-22 15:42:44 -07:00
Brett Morgan
583457dc75 Drop author from pubspecs, organise imports (#899) 2021-09-22 10:17:05 +10: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
Majid Hajian
7665752896 Remove extra ios_books in bash code (#868) 2021-09-21 16:35:23 +10:00
John Ryan
bf823550ed Reverts the default animation behavior to be based on the platform, (#896)
not the kIsWeb flag:

https://github.com/flutter/flutter/issues/82053
2021-09-20 09:05:32 -07:00
Andrew Brogdon
4cac0e6661 Lands beta branch into master for 2.5 (#895) 2021-09-08 17:35:05 -07:00
gaaclarke
e43698fa01 updated add_to_app sample to pigeon 1.0 (#894) 2021-09-08 11:07:11 -07:00
Abdullah Deshmukh
69abb6146a Add separate driver file for performance tests (#890) 2021-08-28 10:19:35 +10:00
Abdullah Deshmukh
912418be86 Add desktop runners (#892) 2021-08-28 10:09:10 +10:00
Jenn Magder
79c7cc70a5 Stop excluding arm64 from simulator iOS add-to-app host app archs (#891) 2021-08-27 13:44:14 -07:00
Kevin Moore
2084742612 RouteState: make field final private (#888) 2021-08-26 16:52:38 -07:00
Kevin Moore
c9688ca34b Move library to a top-level variable, since it never changes (#887) 2021-08-26 16:18:40 -07:00
Kevin Moore
ecf716dcab navigation_and_routing: a bunch of cleanup (#886)
Fail early on nullable context objects - no code paths allow null
Eliminate superfluous private function
Use a function over an abstract class with one method
2021-08-26 16:14:29 -07:00
Kevin Moore
ad6dc454f2 cleanup: remove old snippets from navigation and routing (#882) 2021-08-26 12:45:40 -07:00
Kevin Moore
fa7dec1475 Cleanup to navigation_and_routing sample (#881)
- make more things private and final, where possible
- remove unused members
- used expression bodies, where possible
2021-08-26 09:16:27 -07:00
Abdullah Deshmukh
410e43fbc1 [linting_tool] Prepare for release (#880) 2021-08-24 09:26:55 +10:00
Abdullah Deshmukh
0aad30fc5b Add new DefaultRulesPage (#875) 2021-08-17 11:50:14 +10:00