David Iglesias
|
a4bc894616
|
[deps] Update package:web dependency. (#135174)
This PR is the result of running:
```console
$ flutter upgrade-packages --force-upgrade
```
### Issues
* Fixes https://github.com/flutter/flutter/issues/135075
* Supersedes #135081
|
2023-09-20 22:55:52 +00:00 |
|
Gray Mackall
|
f4b5fc1803
|
Unpin url launcher (remake) (#134958)
More up to date version of https://github.com/flutter/flutter/pull/133786.
Fixes https://github.com/flutter/flutter/issues/111304
|
2023-09-20 02:43:57 +00:00 |
|
Zachary Anderson
|
4d5a1d91e1
|
Bump gradle heap size limit in *everywhere* (#134665)
I'm seeing these in the bot reports every week. Hopefully this is all of
them, and hopefully 4GB is enough.
|
2023-09-13 10:36:24 -07:00 |
|
Pierrick Bouvier
|
792e26df95
|
[Windows] Add target architecture to build path (#131843)
To implement windows-arm64 support, it is needed to add architecture as a subdirectory (https://github.com/flutter/flutter/issues/129805).
In short, when performing a flutter windows build, we have:
- Before: build/windows/runner/Release/gallery.exe
- After: build/windows/x64/runner/Release/gallery.exe
This convention follows what flutter linux build does.
Addresses: https://github.com/flutter/flutter/issues/129805
Addresses: https://github.com/flutter/flutter/issues/116196
Design doc: [flutter.dev/go/windows-arm64](https://flutter.dev/go/windows-arm64)
|
2023-08-31 09:09:02 -07:00 |
|
chunhtai
|
99790cc8c0
|
Add more use cases to a11y assessments (#132325)
see [go/flutter-gar-reporting-q3-2023](http://go/flutter-gar-reporting-q3-2023)
|
2023-08-16 16:44:11 +00:00 |
|
chunhtai
|
7dff527be5
|
Update application id and bundle id of a11y assessment app (#132334)
The skeleton id needed to be updated to be sent to app store or play store
|
2023-08-10 22:15:26 +00:00 |
|
chunhtai
|
3d74b0b737
|
Adds a11y assessment sample app (#131716)
This app will be use for a11y assessments. See [design doc](http://go/flutter-gar-reporting-q3-2023) (internal only)
|
2023-08-03 16:15:14 +00:00 |
|