- 01 Oct, 2021 1 commit
-
-
Christopher Fujino authored
-
- 30 Sep, 2021 3 commits
-
-
Jenn Magder authored
-
Greg Spencer authored
This modifies the flutter update-packages and flutter update-packages --force-upgrade commands so that the many invocations of "dart pub get" in each repo project run in parallel instead of in series.
-
Jenn Magder authored
-
- 29 Sep, 2021 1 commit
-
-
Kenzie (Schmoll) Davisson authored
-
- 28 Sep, 2021 1 commit
-
-
Greg Spencer authored
This adds a smoke test for every single API example. It also fixes 17 tests that had bugs in them, or were otherwise broken, and even fixes one actual bug in the framework, and one limitation in the framework. The bug in the framework is that NetworkImage's _loadAsync method had await response.drain<List<int>>();, but if the response is null, it will throw a cryptic exception saying that Null can't be assigned to List<int>. The fix was just to use await response.drain<void>(); instead. The limitation is that RelativePositionedTransition takes an Animation<Rect> rect parameter, and if you want to use a RectTween with it, the value emitted there is Rect?, and one of the examples was just casting from Animation<Rect> to Animation<Rect?>, which is invalid, so I modified RelativePositionedTransition to take a Rect? and just use Rect.zero if the rect is null.
-
- 27 Sep, 2021 1 commit
-
-
Jason Simmons authored
-
- 25 Sep, 2021 1 commit
-
-
Christopher Fujino authored
-
- 22 Sep, 2021 1 commit
-
-
Jenn Magder authored
-
- 18 Sep, 2021 1 commit
-
-
Jason Simmons authored
-
- 16 Sep, 2021 3 commits
-
-
Liam Appelbe authored
* Use the report lines flag * Handle major version bumps in the version check * Fix existing tests and add a new test
-
Ahmed Ashour authored
-
Jenn Magder authored
-
- 14 Sep, 2021 1 commit
-
-
Michael Thomsen authored
-
- 10 Sep, 2021 4 commits
-
-
Phil Quitslund authored
-
Chase Latta authored
Fuchsia is deprecating amber_ctl and replacing it with pkgctl. This change removes the FuchsiaAmberCtl class and replaces it with the FuchsiaPkgctl class and updates the usages appropriately. BUG: fxbug.dev/83865
-
Jenn Magder authored
-
Jenn Magder authored
-
- 09 Sep, 2021 2 commits
-
-
Jenn Magder authored
This reverts commit 619121b0.
-
Ben Konyi authored
-
- 08 Sep, 2021 1 commit
-
-
Jenn Magder authored
-
- 07 Sep, 2021 1 commit
-
-
Anis Alibegić authored
-
- 04 Sep, 2021 1 commit
-
-
Chris Bracken authored
When we landed the CMake minimum requirement constraint for Visual Studio 2019, we landed it with minimum version 3.15, since that's what was shipping with the current version of VS 2019 at the time. Looking at the release notes of earlier versions, it's clear that earlier versions of Visual Studio 2019 shipped with version 3.14. See: https://devblogs.microsoft.com/cppblog/visual-studio-cmake-support-clang-llvm-cmake-3-14-vcpkg-and-performance-improvements/ Looking at release notes for CMake 3.15, there are no features/fixes introduced in that version that we are dependent on. https://cmake.org/cmake/help/latest/release/3.15.html Issue: https://github.com/flutter/flutter/issues/88589
-
- 03 Sep, 2021 1 commit
-
-
arfy slowy authored
-
- 30 Aug, 2021 2 commits
-
-
Kate Lovett authored
-
Sigurd Meldgaard authored
* Use `dart __deprecated_pub` instead of `pub` to invoke pub from tools The top level `pub` commmand has been deprecated and will print a message. It is however implemented via the __deprecated_pub command that prints no message.
-
- 26 Aug, 2021 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 25 Aug, 2021 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 24 Aug, 2021 2 commits
-
-
Zachary Anderson authored
This reverts commit 7c24ff2c.
-
Sigurd Meldgaard authored
Top level `pub` is being deprecated.
-
- 23 Aug, 2021 1 commit
-
-
Jonah Williams authored
-
- 18 Aug, 2021 2 commits
-
-
Taha Tesser authored
-
Jenn Magder authored
-
- 17 Aug, 2021 3 commits
-
-
Taha Tesser authored
-
Zachary Anderson authored
-
Jonah Williams authored
-
- 16 Aug, 2021 2 commits
-
-
Jason Simmons authored
-
Jenn Magder authored
-