- 08 Jan, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 10 Dec, 2020 1 commit
-
-
Chris Yang authored
[flutter_tools] update message for `flutter create -t plugin` when no `--platforms` specified (#71962)
-
- 01 Dec, 2020 1 commit
-
-
Chris Yang authored
[flutter_tools] Display "no platforms" message based on results when creating plugins project (#70215)
-
- 20 Nov, 2020 2 commits
-
-
Chris Yang authored
-
Chris Yang authored
-
- 13 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 26 Oct, 2020 1 commit
-
-
Jonah Williams authored
The tool observes a large number of unhandled exceptions during the file copy portion of flutter create. it is difficult to tell whether the permission issue is caused by the source/destination, or whether it is due to a bug in dart:io. To work around this, implement a permission check for both the source and dest files. If either fails, the tool can exit with a more specific message. If these checks pass, then perform the actual copy. If the copy fails, fallback to manually copying the bytes
-
- 19 Oct, 2020 1 commit
-
-
Jenn Magder authored
-
- 15 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Oct, 2020 1 commit
-
-
Jonah Williams authored
According to https://dart.dev/tools/pub/pubspec#name , uppercase is not permitted for package names.
-
- 10 Oct, 2020 1 commit
-
-
Jonah Williams authored
Remove flutter create --with-driver-test . Fixes #64095
-
- 18 Sep, 2020 1 commit
-
-
stuartmorgan authored
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 21 Aug, 2020 1 commit
-
-
Jonah Williams authored
-
- 20 Aug, 2020 1 commit
-
-
xster authored
-
- 30 Jul, 2020 1 commit
-
-
Chris Yang authored
[flutter_tools] update pubspec .yaml message should not be displayed when creating a new plugin (#62599) * update pubspec message should not be displayed when creating a new plugin * formatting * revikew * review * cleanup
-
- 29 Jul, 2020 1 commit
-
-
Robert Ancell authored
-
- 15 Jul, 2020 1 commit
-
-
Jonah Williams authored
Allow configuring the flutter_manifest to support a synthetic package, this is done through flutter: generate: true. When running pub get, insert a flutter_gen entry into the packages if it does not already exist. This points to .dart_tool/flutter_gen, which can be updated to contain the generated intl sources (But doesn't currently) Adds an integration test that verifies this code can be run and imported when enabled. Part of #60914
-
- 13 Jul, 2020 1 commit
-
-
Jenn Magder authored
-
- 11 Jul, 2020 1 commit
-
-
xster authored
-
- 24 Jun, 2020 4 commits
-
-
Jonah Williams authored
First pass at fixing #57985 and implementing #59602 This doesn't have enough metadata to be useful for IDEs yet, but it prevents the issue from getting worse while we iterate on it.
-
stuartmorgan authored
Remove the version checking and associated warnings. The Linux template and build process will now be subject to more typical Flutter breaking change policy, and should no longer require regularly deleting and recreating the platform directory.
-
Chris Yang authored
-
Chris Yang authored
-
- 16 Jun, 2020 1 commit
-
-
stuartmorgan authored
Updates the tooling to use the GTK embedding, rather than the GLFW embedding: - Adds new requirements to `doctor` - Updates the app and plugin templates to make GTK-based runners and plugins - Stops downloading and installing the GLFW artifacts Final part of #54860, other than cleanup.
-
- 09 Jun, 2020 1 commit
-
-
Jenn Magder authored
-
- 14 May, 2020 1 commit
-
-
Jesse authored
-
- 22 Apr, 2020 1 commit
-
-
xster authored
remove intellij references to the v1 embedding jars now that the v2 embeddings are referenced via maven (#55353)
-
- 16 Apr, 2020 1 commit
-
-
Jenn Magder authored
* Move doctor into globals * Fix tests
-
- 30 Mar, 2020 1 commit
-
-
Jonah Williams authored
-
- 27 Mar, 2020 1 commit
-
-
Jenn Magder authored
-
- 23 Mar, 2020 1 commit
-
-
stuartmorgan authored
Adds initial support for flutter create of apps and plugins. This is derived from the current FDE example app and sample plugin, adding template values where relevant. Since the APIs/tooling/template aren't stable yet, the app template includes a version marker, which will be updated each time there's a breaking change. The build now checks that the template version matches the version known by that version of the tool, and gives a specific error message when there's a mismatch, which improves over the current breaking change experience of hitting whatever build failure the breaking change causes and having to figure out that the problem is that the runner is out of date. It also adds a warning to the create output about the fact that it won't be stable. Plugins don't currently have a version marker since in practice this is not a significant problem for plugins yet the way it is for runners; we can add it later if that changes. Fixes #30704
-
- 11 Mar, 2020 1 commit
-
-
Emmanuel Garcia authored
-
- 10 Mar, 2020 1 commit
-
-
Zachary Anderson authored
-
- 06 Mar, 2020 1 commit
-
-
Zachary Anderson authored
* Reland: [flutter_tool] Where possible, catch only subtypes of Exception * Add armv7f to getIOSArchForName
-
- 04 Mar, 2020 2 commits
-
-
Jenn Magder authored
This reverts commit 57c6721c.
-
Flutter GitHub Bot authored
-
- 03 Mar, 2020 2 commits
-
-
stuartmorgan authored
Adds initial support for `flutter create` of apps and plugins. This is derived from the current FDE example app and sample plugin, with a few changes: - Added template values where it makes sense. - Moved some likely-to-change values into separate files for now, to simplify the delete/recreate cycle that will be necessary until it's stable. - Added some minor Makefile flag handling improvements Since the APIs/tooling/template aren't stable yet, the app template includes a version marker, which will be updated each time there's a breaking change. The build now checks that the template version matches the version known by that version of the tool, and gives a specific error message when there's a mismatch, which improves over the current breaking change experience of hitting whatever build failure the breaking change causes and having to figure out that the problem is that the runner is out of date. It also adds a warning to the `create` output about the fact that it won't be stable.
-
Greg Spencer authored
This PR adds the linux and windows target platform enum values, along with automatically setting the defaultTargetPlatform to the appropriate value on those platforms. Fixes #31366
-
- 28 Feb, 2020 1 commit
-
-
Zachary Anderson authored
This reverts commit 9de7787f.
-