- 31 Aug, 2023 1 commit
-
-
- 15 Jun, 2023 1 commit
-
-
Christopher Fujino authored
Fixes https://github.com/flutter/flutter/issues/112833 Most of the actual changes here are in [packages/flutter_tools/lib/src/version.dart](https://github.com/flutter/flutter/pull/124558/files#diff-092e00109d9e1589fbc7c6de750e29a6ae512b2dd44e85d60028953561201605), while the rest is largely just addressing changes to the constructor of `FlutterVersion` which now has different dependencies. This change makes `FlutterVersion` an interface with two concrete implementations: 1. `_FlutterVersionGit` which is mostly the previous implementation, and 2. `_FlutterVersionFromFile` which will read a new `.version.json` file from the root of the repo The [`FlutterVersion` constructor](https://github.com/flutter/flutter/pull/124558/files#diff-092e00109d9e1589fbc7c6de750e29a6ae512b2dd44e85d60028953561201605R70) is now a factory that first checks if `.version.json` exists, and if so returns an instance of `_FlutterVersionFromGit` else it returns the fallback `_FlutterVersionGit` which will end up writing `.version.json` so that we don't need to re-calculate the version on the next invocation. `.version.json` will be deleted in the bash/batch entrypoints any time we need to rebuild he tool (this will usually be because the user did `flutter upgrade` or `flutter channel`, or manually changed the commit with git).
-
- 09 Jun, 2023 1 commit
-
-
- 22 May, 2023 1 commit
-
-
Ian Hickson authored
Similar to https://github.com/flutter/flutter/pull/126972 but for master upgrades. Co-authored-by: Tim Sneath <timsneath@google.com>
-
- 13 Mar, 2023 1 commit
-
-
Bartek Pacia authored
[flutter_tools] Clean up `boolArgDeprecated` and `stringArgDeprecated`
-
- 08 Sep, 2022 1 commit
-
-
Sigurd Meldgaard authored
-
- 07 Sep, 2022 1 commit
-
-
Greg Spencer authored
-
- 29 Aug, 2022 2 commits
-
-
Zachary Anderson authored
This reverts commit 3802eb62.
-
Sigurd Meldgaard authored
-
- 10 May, 2022 1 commit
-
-
Aman Verma authored
-
- 09 May, 2022 1 commit
-
-
Jesús S Guerrero authored
-
- 14 Apr, 2022 1 commit
-
-
Anurag Roy authored
-
- 22 Mar, 2022 1 commit
-
-
Anurag Roy authored
-
- 02 Feb, 2022 1 commit
-
-
Collin Jackson authored
-
- 25 Jan, 2022 1 commit
-
-
Christopher Fujino authored
-
- 06 Jan, 2022 1 commit
-
-
Jenn Magder authored
-
- 02 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 06 Oct, 2021 1 commit
-
-
Pierre-Louis authored
-
- 01 Oct, 2021 1 commit
-
-
Ian Hickson authored
-
- 12 Aug, 2021 1 commit
-
-
Anurag Roy authored
-
- 30 Jul, 2021 1 commit
-
-
Anurag Roy authored
-
- 26 May, 2021 1 commit
-
-
Christopher Fujino authored
This reverts commit c835ad43.
-
- 25 May, 2021 1 commit
-
-
Anurag Roy authored
-
- 19 May, 2021 1 commit
-
-
Hattomo (TomohiroHattori) authored
-
- 09 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 24 Mar, 2021 2 commits
-
-
Jia Hao authored
-
Jenn Magder authored
-
- 14 Feb, 2021 1 commit
-
-
Ian Hickson authored
-
- 27 Jan, 2021 1 commit
-
-
Jonah Williams authored
* opt out the flutter tool * oops EOF * fix import * Update tool_backend.dart * Update daemon_client.dart * fix more
-
- 23 Nov, 2020 1 commit
-
-
Masaaki Kakimoto(柿本匡章) authored
-
- 20 Nov, 2020 1 commit
-
-
Anurag Roy authored
[flutter_tools] Make flutter upgrade --verify-only display framework version differences instead of commit hashes (#69420)
-
- 12 Nov, 2020 1 commit
-
-
Jonah Williams authored
[flutter_tools] remove branch migration and standardize constructor style for version interface (#70058)
-
- 27 Oct, 2020 1 commit
-
-
Anurag Roy authored
* Add --verify-only flag for flutter upgrade
-
- 23 Oct, 2020 1 commit
-
-
Jonah Williams authored
There have been some more additional reports of a missing 'package:characters' import after upgrading flutter. This has me concerned that our pub caching logic is incorrect. Instead of the tool attempting to guess when pub should be run, always delegate to pub. Also takes an opportunity to fix the kernel snapshot depending on the .packages or package_config. Due to the generated: date field this causes extra rebuilds. Instead when pub get is run, write out an additional file with just the package contents and version. Fixes #66777 Fixes #65723
-
- 14 Oct, 2020 1 commit
-
-
Jenn Magder authored
-
- 12 Oct, 2020 1 commit
-
-
Jonah Williams authored
HACKTOBERFEST
-
- 07 Oct, 2020 1 commit
-
-
Jonah Williams authored
This reverts commit 76cbc462.
-