- 10 Sep, 2021 16 commits
-
-
Jason Simmons authored
-
BambinoUA authored
-
-
engine-flutter-autoroll authored
* 1720dda2b Roll Fuchsia Mac SDK from 5hlfN-425... to crjfjPXZN... (flutter/engine#28540) * 7135100b3 Roll Dart SDK from c1f80cf5fde6 to 5171a2583ace (1 revision) (flutter/engine#28541) * 825c40916 Discard the resubmitted layer tree of the wrong size instead of rendering it (flutter/engine#28474)
-
Alex Fourman authored
-
Alexander Dahlberg authored
-
Jenn Magder authored
-
Jenn Magder authored
-
Jenn Magder authored
-
engine-flutter-autoroll authored
-
creativecreatorormaybenot authored
-
creativecreatorormaybenot authored
-
Alexander Dahlberg authored
-
xubaolin authored
-
Jenn Magder authored
-
Jenn Magder authored
-
- 09 Sep, 2021 10 commits
-
-
engine-flutter-autoroll authored
-
Jenn Magder authored
-
creativecreatorormaybenot authored
-
LongCatIsLooong authored
-
Jason Simmons authored
Offline pub assumes that the pub cache contains all needed packages. Running "flutter create" in online mode first will ensure that the pub cache is populated. Fixes https://github.com/flutter/flutter/issues/89759
-
Kate Lovett authored
* Update scaffold messenger docs for material banners * Typos
-
Jenn Magder authored
This reverts commit 619121b0.
-
Ben Konyi authored
-
xubaolin authored
-
Dan Field authored
-
- 08 Sep, 2021 14 commits
-
-
Flutter GitHub Bot authored
-
Gary Qian authored
-
creativecreatorormaybenot authored
-
Jenn Magder authored
-
Alexander Dahlberg authored
-
J-P Nurmi authored
-
Gary Qian authored
Directly specify keystore to prevent debug key signing flake in Deferred components integration test. (#89606)
-
Ben Konyi authored
-
Janice Collins authored
-
Zachary Anderson authored
This reverts commit 5cf62e84.
-
keyonghan authored
-
Zachary Anderson authored
This reverts commit bf8e1270.
-
jacobsimionato authored
This fixes #71222 * Implement operator = and hashcode for CupertinoThemeData and CupertinoTextThemeData which CupertinoThemeData depends on. * Add basic tests for CupertinoThemeData equality and hashcode. I also manually tested the case mentioned in #71222, e.g. equality of ThemeData(cupertinoOverrideTheme: someTheme) Co-authored-by: Jacob Simionato <jsimionato@google.com>
-
Greg Spencer authored
Switch to Debian bullseye, update nodejs to npm package, add flutter desktop run dependencies (#89309) This change updates the Dockerfile for Cirrus builds: - Switch to a newer stable Debian build (bullseye instead of stretch) - Eliminates the very old (10) nodejs install in favor of the npm package - Installs OpenJDK so that Android SDK manager can run on bullseye - Installs the prerequisites for Linux desktop flutter run. The motivation for this change was to include the dependencies for Linux desktop flutter run so that I can run tests that use desktop Flutter apps, but that needs cmake 3.10 or later, and stretch doesn't have a cmake that new. Of course, there's also no openjdk-8-jre for bullseye, so I used OpenJDK from JFrog instead.
-