Brett Morgan
ae50cc192e
Update `slide_puzzle` ( #1007 )
3 years ago
Brett Morgan
9c02a0fa09
Migrate `desktop_photo_search` to top level ( #1002 )
3 years ago
Andrew Brogdon
93bf3263c5
Lands beta changes. ( #1006 )
3 years ago
Michael Goderbauer
5f4d30740c
Fix multiple_flutters_android ( #1005 )
3 years ago
eggfly
0024df9dad
Add the leak_vm meta-data in add-to-app sample. ( #996 )
3 years ago
Brett Morgan
e20b4a1f28
`testing_app`: Rebuild runners ( #995 )
3 years ago
John Ryan
ff405c894c
update slide_puzzle to latest commit ( #993 )
3 years ago
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.
3 years ago
Chris Bracken
de9afb40e0
Photo search: update Linux window title ( #991 )
3 years ago
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.
3 years ago
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.
3 years ago
Abdullah Deshmukh
e0fe2830cb
Update README.md ( #986 )
3 years ago
Brett Morgan
a5203b071c
`linting_tool`: Fix warnings and update dependencies ( #981 )
3 years ago
John Ryan
0cb331f7a7
Update slide puzzle description ( #980 )
3 years ago
John Ryan
ef464b83b9
Update slide_puzzle screenshot ( #979 )
3 years ago
Brett Morgan
affbe89cee
`experimental/web_dashboard`: Drop Android and iOS runners ( #978 )
3 years ago
Brett Morgan
5c063d2a9e
Analyze with fatal infos on both `stable` and `beta` ( #962 )
3 years ago
Brett Morgan
9102cb4653
Update `federated_plugin` runners ( #972 )
3 years ago
Brett Morgan
26d88f1799
Update `pubspec.yaml` files ( #971 )
3 years ago
Ahmed Ashour
50d5dd968b
Remove unnecessary types ( #946 )
3 years ago
John Ryan
7b5f1e52b4
Update slide puzzle ( #977 )
...
* remove kevmoo/slide_puzzle
* Add VGVentures/slide_puzzle
3 years ago
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.
3 years ago
ColdPaleLight
296fbac814
Ensure that the engine is destroyed when 'EngineBindings.detach' in the multiple_flutters example on Android ( #969 )
3 years ago
Brett Morgan
5b0a6be873
Drop DEVELOPMENT_TEAM ( #975 )
3 years ago
Brett Morgan
c9c351f671
Resolving CI failures in `web` ( #973 )
3 years ago
Miguel Beltran
ea624af0f9
testing_app code review and improvements ( #960 )
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
bdf7ad36da
[CI]: `dart analyze --fatal-infos` ( #954 )
3 years ago
Brett Morgan
b229c5236f
[CI]: Drop dev channel ( #955 )
3 years ago
Brett Morgan
84e7057abe
Update `pubspec.yaml` files ( #958 )
3 years ago
Brett Morgan
53c531879e
Update `slide_puzzle` ( #956 )
3 years ago
Brett Morgan
ddd618f92e
Update charts_flutter to 0.12.0 ( #951 )
3 years ago
Ahmed Ashour
29339b8334
Remove unneeded types ( #949 )
3 years ago
Ahmed Ashour
64805fe5b6
Remove unneeded `return` ( #950 )
3 years ago
John Ryan
308c6ff21c
Specify workflow permissions for build-and-deploy action ( #948 )
...
* add write permissions to build-and-deploy action
fixes#914
* formatting
3 years ago
Ahmed Ashour
822a046c08
Fix typo ( #944 )
3 years ago
Ahmed Ashour
ce84cdc2e5
Remove ignore `prefer_initializing_formals` ( #945 )
3 years ago
Jenn Magder
05a3263eb4
Add plugin and host registration to multiple_flutters example ( #942 )
3 years ago
Brett Morgan
eb74d3f380
Desktop Runner refresh ( #936 )
3 years ago
Brett Morgan
b10b46bc18
Revert "Enable no-response workflow. ( #937 )" ( #938 )
3 years ago
godofredoc
ac4dc45d87
Enable no-response workflow. ( #937 )
3 years ago
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.
3 years ago
Brett Morgan
b7156523ff
Add a pull request template ( #930 )
3 years ago
Andrew Brogdon
b01152dfe1
Removed FormDatePicker type param. ( #934 )
3 years ago
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
3 years ago
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).
3 years ago
Brett Morgan
e2b77a4bf1
flutter pub upgrade ( #931 )
3 years ago
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
3 years ago
Brett Morgan
0061b0d70d
`platform_design`: Enforce `use_key_in_widget_constructors` ( #927 )
3 years ago