Commit Graph

464 Commits

Author SHA1 Message Date
Flutter GitHub Bot
4591f057fb roll packages (#117357) 2022-12-20 22:04:23 +00:00
Zachary Anderson
c64dcbefa6 Revert "Manual roll Flutter Engine from 339791f190fa to 7ee3bf518036 (1 revision) #117367 (#117372)" (#117396)
This reverts commit 61fb6ea2d5.
2022-12-20 09:04:05 -08:00
Siva
61fb6ea2d5 Manual roll Flutter Engine from 339791f190fa to 7ee3bf518036 (1 revision) #117367 (#117372) 2022-12-20 08:31:22 -08:00
Michael Goderbauer
1adc27503f Bump min SDK to 2.19.0-0 (#117345)
* Bump min SDK to 2.19.0-0

* fix
2022-12-20 00:46:14 +00:00
Alexander Markov
c63d797f94 Upgrade dependencies (#117007) 2022-12-14 13:13:05 -08:00
Christopher Fujino
7a743c8816 [flutter_tools] Pin and roll pub (#116745)
* pin path_provider_android

* make path_provider_android non-transitive

* roll
2022-12-12 21:02:07 +00:00
Siva
7c8e171320 Manual Roll of Flutter Engine from 67254d6e4b03 to 8d83b98c55b3 (#116635)
* Roll Flutter Engine from 67254d6e4b03 to 8d83b98c55b3

* Roll Dart SDK from 35a9facce191 to e517487c5679 (Dart 3.0) (#38105)

* Bump SDK versions.

* Bump Dart SDK version constraints

* Update shrine package to 2.0.1 (null safe version)

* Fix more tests.

* Include patches from Jason for min android sdk version

* Fix analyzer warning
2022-12-08 18:03:51 -08:00
Casey Hillers
7673108d7e Revert "Speed up first asset load by encoding asset manifest in binary rather than JSON (#113637)" (#116662)
This reverts commit 56cad89b1e.
2022-12-07 17:29:05 +00:00
Gary Qian
06e7c7a618 Incrementally update gradle to AGP 7.2.0 and 7.3.3 in some integration_tests (#116201) 2022-12-05 12:27:29 -08:00
Andrew Kolos
56cad89b1e Speed up first asset load by encoding asset manifest in binary rather than JSON (#113637) 2022-12-05 10:39:10 -08:00
Zachary Anderson
7c0f882a92 Revert "[flutter_tools] Pin path_provider_android and roll pub packages (#116377)" (#116424)
This reverts commit ce94230281.
2022-12-02 08:30:14 -08:00
Christopher Fujino
ce94230281 [flutter_tools] Pin path_provider_android and roll pub packages (#116377)
* pin path_provider_android

* remove constraint that only explicit dependencies can be pinned

* roll packages
2022-12-02 03:13:07 +00:00
Christopher Fujino
dfdec8984f [flutter_tools] Remove package:image (#115848)
* remove ciyaml targets

* remove screenshot_test and package:image

* update-packages

* remove TESTOWNERS entries
2022-11-22 21:49:57 +00:00
Christopher Fujino
459391708e [flutter_tools] Pin package:archive and manual roll (#115662)
* add package:archive to pins

* roll
2022-11-18 19:28:10 +00:00
Devon Carew
0344407614 Rev package:pub_semver to the latest version (#115570)
* rev package:pub_semver to the latest version

* revert update_packages.dart changes
2022-11-17 18:29:37 +00:00
Chris Bracken
3c9288c6d3 Increase minimum supported macOS version from 10.13 to 10.14 (#114713)
Increases the minimum macOS deployment target from macOS 10.13 (High Sierra) to 10.14 (Mojave) in the macOS app templates.

Includes:
* Update migration for macOS 10.11 apps to upgrade to 10.14
* Adds migration for macOS 10.13 apps to upgrade to 10.14
* Apply migration to all examples, and integration tests

This does not increase version in the plugin templates since those will need to wait until the 10.14 framework rolls to stable channel, so new plugins can build with apps created with `flutter create` on stable channel.

Issue: https://github.com/flutter/flutter/issues/114445
See RFC: http://flutter.dev/go/flutter-drop-macOS-10.13-2022-q4
See previous patch: https://github.com/flutter/flutter/pull/107689
2022-11-07 11:32:42 +01:00
Greg Spencer
37b72342b0 Add maybeOf for all the cases where of returns nullable. (#114120) 2022-10-31 23:09:09 +00:00
Flutter GitHub Bot
ef1236e038 Roll pub packages (#114189) 2022-10-28 19:15:08 +00:00
Flutter GitHub Bot
1ebe53c209 Roll pub packages (#113799) 2022-10-21 16:38:18 +00:00
Flutter GitHub Bot
37af038303 Roll pub packages (#113574) 2022-10-20 21:39:12 +00:00
Jenn Magder
49405135d7 Update macOS gallery display name (#113658) 2022-10-20 03:23:12 +00:00
Flutter GitHub Bot
d20129b64a Roll pub packages (#113331) 2022-10-17 22:03:08 +00:00
Flutter GitHub Bot
a454c6d03b Roll pub packages (#112986) 2022-10-06 21:18:08 +00:00
Flutter GitHub Bot
2ae6f536af Roll pub packages (#112668) 2022-09-29 22:09:25 +00:00
Andrew Kolos
cb5b5c3459 Tighten asset variant detection criteria to only include device-pixel-ratio variants (#110721) 2022-09-27 20:57:33 +00:00
Flutter GitHub Bot
2adee31ce8 Roll pub packages (#112408) 2022-09-26 21:21:58 +00:00
Flutter GitHub Bot
a24b50ba8f Roll pub packages (#112225) 2022-09-22 21:18:22 +00:00
Flutter GitHub Bot
f16fe11ecf Roll pub packages (#112021) 2022-09-22 20:23:42 +00:00
Flutter GitHub Bot
d5946021e5 Roll pub packages (#112004) 2022-09-20 22:07:57 +00:00
Flutter GitHub Bot
d26365504c Roll pub packages (#111679) 2022-09-15 19:51:47 +00:00
Alexandre Ardhuin
4f9b19e25a fix for upcoming use_build_context_synchronously changes (#111539) 2022-09-14 18:14:47 +00:00
Flutter GitHub Bot
9ba35816ca Roll pub packages (#111423) 2022-09-12 23:03:50 +00:00
Christopher Fujino
2e299e1934 [flutter_tools] Pin url_launcher_android and update packages (#111309) 2022-09-09 23:57:03 +00:00
Loïc Sharma
22f3b4edf5 [Windows] Use dark title bar on dark system theme (#111042) 2022-09-09 22:23:59 +00:00
Dan Field
eaff1562a9 Dispose Paragraph objects (#110627) 2022-09-06 20:45:55 +00:00
Jenn Magder
c075ef058c Revert "[Windows] Use dark title bar on dark system theme" (#110890) 2022-09-03 00:18:34 +00:00
Loïc Sharma
2fb5b2729a [Windows] Use dark title bar on dark system theme (#110615) 2022-09-02 23:15:12 +00:00
Elliott Brooks (she/her)
57e42f0223 Manually update DWDS version to v.16.0.0 (#110822) 2022-09-02 19:17:48 +00:00
Pierre-Louis
8853926601 Deprecate ThemeData errorColor and backgroundColor (#110162) 2022-09-02 04:02:55 +00:00
Pierre-Louis
0c2f7bc2a2 Remove errant double spaces (#110758) 2022-09-02 04:00:58 +00:00
Loïc Sharma
c60cf97c19 [Windows] Hide app until first frame is drawn (#109816) 2022-08-30 14:26:21 +00:00
Christopher Fujino
db51e5d944 [flutter_tools] unpin path_provider_android and roll (#110216) 2022-08-25 19:42:21 +00:00
Kate Lovett
7e12b37111 Deprecate 2018 text theme parameters (#109817) 2022-08-22 20:00:34 +00:00
Alexander Aprelev
bfdc9a6cfa Introduce stubbed exclusive parameter to File.create-overridden method (#109646)
* Introduce stubbed `exclusive` parameter to `File.create`-overridden method.

This is to soften landing of a breaking change https://github.com/dart-lang/sdk/issues/49647
2022-08-17 13:26:08 -07:00
Christopher Fujino
b79c216845 [flutter_tools] Pin path_provider_android (#109429) 2022-08-12 01:18:41 +00:00
Christopher Fujino
675f67d611 Revert "Roll pub packages (#109408)" (#109424)
This reverts commit da036da69f.
2022-08-11 16:29:05 -07:00
Flutter GitHub Bot
da036da69f Roll pub packages (#109408) 2022-08-11 20:53:11 +00:00
Peter Eliasson
41f13d2087 Free library even if proc lookup fails (#108312) 2022-08-11 20:45:03 +00:00
Greg Spencer
e3b42e5e2f Revert "Roll pub packages (#109348)" (#109363)
Committing to green the build.
2022-08-10 19:15:18 -07:00
Flutter GitHub Bot
5a06e2bd5f Roll pub packages (#109348) 2022-08-10 22:40:38 +00:00