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

703 Commits

Author SHA1 Message Date
Brett Morgan
e20b4a1f28 testing_app: Rebuild runners (#995) 2022-01-19 09:45:03 -08:00
John Ryan
ff405c894c update slide_puzzle to latest commit (#993) 2022-01-18 17:41:31 -08:00
Chris Bracken
0687245ebf Photo search: Wrap tree node in Semantics widget (#988)
The results tree view nodes are each a Row widget containing an
IconButton (which in this case is blank) and an InkWell. In order to
expose this as a tappable widget in screen readers, we wrap the tree
nodes in a Semantics widget that performs the same function as the
InkWell would when tapped.
2022-01-14 18:32:14 -08:00
Chris Bracken
de9afb40e0 Photo search: update Linux window title (#991) 2022-01-15 12:56:30 +11:00
Chris Bracken
6f78a89a61 Photo search: Add image, download button semantics (#989)
Adds the Unsplash photo description, if available, as the image
semantics label in the photo detail view.

Adds a 'download' tooltip to the download IconButton, which also sets
the semantics label for screen readers.
2022-01-14 12:25:10 +10:00
Chris Bracken
8da15e2059 Photo search: Set window title on Windows (#987)
Updates the window title to "Desktop Photo Search" in the Windows
build of desktop_photo_search.
2022-01-14 12:24:57 +10:00
Abdullah Deshmukh
e0fe2830cb Update README.md (#986) 2022-01-11 16:27:52 +10:00
Brett Morgan
a5203b071c linting_tool: Fix warnings and update dependencies (#981) 2022-01-06 15:16:23 +10:00
John Ryan
0cb331f7a7 Update slide puzzle description (#980) 2022-01-05 16:00:26 -08:00
John Ryan
ef464b83b9 Update slide_puzzle screenshot (#979) 2022-01-05 15:46:11 -08:00
Brett Morgan
affbe89cee experimental/web_dashboard: Drop Android and iOS runners (#978) 2022-01-06 08:32:26 +10:00
Brett Morgan
5c063d2a9e Analyze with fatal infos on both stable and beta (#962) 2022-01-05 16:45:06 +10:00
Brett Morgan
9102cb4653 Update federated_plugin runners (#972) 2022-01-05 11:35:50 +10:00
Brett Morgan
26d88f1799 Update pubspec.yaml files (#971) 2022-01-05 10:43:14 +10:00
Ahmed Ashour
50d5dd968b Remove unnecessary types (#946) 2022-01-05 10:39:45 +10:00
John Ryan
7b5f1e52b4 Update slide puzzle (#977)
* remove kevmoo/slide_puzzle

* Add VGVentures/slide_puzzle
2022-01-04 15:27:11 -08:00
Hao
7171e92c1f fix the issue of generating more than [catalogLength] items when [catalogLength] is not divisible by [itemsPerPage] (#952)
It only checks if [startingIndex] is greater than [catalogLength] in the existing implementation. It doesn't check the index of an item in a page. So it may generate more items than the number specified by [catalogLength]. i.e if [catalogLength] is 113, the existing implementation will still generate 120 items. This PR solves the issue by adding the check for the indices of items in a page.
2022-01-05 07:16:01 +10:00
ColdPaleLight
296fbac814 Ensure that the engine is destroyed when 'EngineBindings.detach' in the multiple_flutters example on Android (#969) 2022-01-05 07:13:42 +10:00
Brett Morgan
5b0a6be873 Drop DEVELOPMENT_TEAM (#975) 2022-01-05 06:29:30 +11:00
Brett Morgan
c9c351f671 Resolving CI failures in web (#973) 2022-01-04 10:00:02 -08:00
Miguel Beltran
ea624af0f9 testing_app code review and improvements (#960) 2021-12-11 16:39:07 +10:00
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
bdf7ad36da [CI]: dart analyze --fatal-infos (#954) 2021-12-01 12:10:44 +10:00
Brett Morgan
b229c5236f [CI]: Drop dev channel (#955) 2021-12-01 09:34:24 +10:00
Brett Morgan
84e7057abe Update pubspec.yaml files (#958) 2021-12-01 09:33:28 +10:00
Brett Morgan
53c531879e Update slide_puzzle (#956) 2021-12-01 09:33:07 +10:00
Brett Morgan
ddd618f92e Update charts_flutter to 0.12.0 (#951) 2021-11-19 08:21:53 -08: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
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