Miguel Beltran
5c7afb10cf
Update place_tracker Android files ( #1021 )
3 years ago
Miguel Beltran
7e7ed30295
Update platform_channels Android files ( #1022 )
3 years ago
Miguel Beltran
2e8a2c9e6d
Updated Android files ( #1013 )
3 years ago
Miguel Beltran
5f0b6f3055
Update Android files in infinite_list ( #1014 )
3 years ago
Miguel Beltran
b83102d382
Update Android files in animations ( #1015 )
3 years ago
Miguel Beltran
24dcdb6ac0
Update Android files in form_ap ( #1016 )
3 years ago
Miguel Beltran
515cdc1d5d
Update Android files in isolate_example ( #1017 )
3 years ago
Miguel Beltran
a89f1e0b5c
Update Android files in jsonexample ( #1018 )
3 years ago
Chris Bracken
8c48dcdd49
Photo search: minor menu item text cleanup ( #997 )
3 years ago
Craig Labenz
9720e2698b
Working slide_puzzle ( #1012 )
...
* updates slide puzzle to latest
* Bump slide_puzzle to working version
* switch to slide_puzzle release
* Bump slide_puzzle to working version
3 years ago
Craig Labenz
d070028135
updates slide puzzle to latest ( #1011 )
3 years ago
Craig Labenz
7ec65b7236
restored GA to samples index ( #1010 )
3 years ago
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