- 28 Jun, 2021 1 commit
-
-
Filip Hracek authored
-
- 08 Jun, 2021 1 commit
-
-
Alex Melnyk authored
-
- 01 Jun, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 19 May, 2021 1 commit
-
-
Lau Ching Jun authored
-
- 15 May, 2021 1 commit
-
-
Chris Bracken authored
Windows package identifiers are globally unique strings, typically a GUID. These are required for templates that require a Windows package name as described in https://docs.microsoft.com/en-us/windows/win32/appxpkg/appx-portal Fixes https://github.com/flutter/flutter/issues/82587
-
- 08 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 07 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 30 Mar, 2021 1 commit
-
-
Michael Thomsen authored
-
- 24 Mar, 2021 1 commit
-
-
Jenn Magder authored
-
- 22 Mar, 2021 1 commit
-
-
Marcel Čampa authored
-
- 16 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 25 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 18 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 14 Feb, 2021 1 commit
-
-
Ian Hickson authored
-
- 28 Jan, 2021 1 commit
-
-
Darshan Rander authored
-
- 27 Jan, 2021 2 commits
-
-
Jonah Williams authored
* opt out the flutter tool * oops EOF * fix import * Update tool_backend.dart * Update daemon_client.dart * fix more
-
Michael Goderbauer authored
-
- 19 Jan, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 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 2 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.
-