- 15 Oct, 2019 1 commit
-
-
Jenn Magder authored
-
- 14 Oct, 2019 1 commit
-
-
Ryan Macnak authored
Fixes various Flutter framework test failures when bytecode is enabled.
-
- 07 Oct, 2019 1 commit
-
- 05 Oct, 2019 1 commit
-
-
Ian Hickson authored
This reverts commit 3024053c.
-
- 04 Oct, 2019 1 commit
-
-
Jonah Williams authored
-
- 16 Sep, 2019 1 commit
-
-
stuartmorgan authored
Moves the generated config into that directory. Matches the structure of the other desktop projects. Also fixes #40265
-
- 13 Sep, 2019 2 commits
-
-
Zachary Anderson authored
-
stuartmorgan authored
On macOS and iOS, the build mode is converted to lowercase in the Flutter-side script, allowing projects to pass configuration names directly. This adds the same behavior to the tool_backend.dart script currently used by Windows and Linux, so that Windows builds can do the same (since the default configuration names used by VS, as in Xcode, start with a capital letter).
-
- 11 Sep, 2019 1 commit
-
-
stuartmorgan authored
Moves files generated in windows/flutter/ as part of the build to an ephemeral/ subdirectory, matching the approach used on macOS (and in the future, Windows). Adds that directory to the generated properties file to minimize hard-coding of paths in the project.
-
- 10 Sep, 2019 1 commit
-
-
Jenn Magder authored
-
- 05 Sep, 2019 1 commit
-
-
Ian Hickson authored
This reverts commit 72cacb40.
-
- 04 Sep, 2019 1 commit
-
-
Jenn Magder authored
-
- 28 Aug, 2019 5 commits
-
-
Dan Field authored
-
Jonah Williams authored
This reverts commit 202c1b42.
-
Dan Field authored
-
Jonah Williams authored
-
stuartmorgan authored
The name is very misleading at this point, since it does substantially more than build flutter_assets. Name it more generically as a wrapper for 'assemble' for macOS builds.
-
- 23 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 15 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 06 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 01 Aug, 2019 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 31 Jul, 2019 1 commit
-
-
Jonah Williams authored
-
- 30 Jul, 2019 1 commit
-
-
xster authored
-
- 29 Jul, 2019 1 commit
-
-
Zachary Anderson authored
-
- 24 Jul, 2019 1 commit
-
-
Jiahao authored
An optimization to the coverage collection speed was added in #30811. This commit further expands on it to parameterize the CoverageCollector with a custom predicate, allowing internal use cases to filter the RPC calls to the Dart VM based on scripts of interest to coverage collection.
-
- 21 Jul, 2019 1 commit
-
-
Jonah Williams authored
-
- 19 Jul, 2019 1 commit
-
-
Dan Field authored
-
- 17 Jul, 2019 1 commit
-
-
xster authored
-
- 16 Jul, 2019 1 commit
-
-
Todd Volkert authored
Slight cleanup of file locations in flutter_tools to make it easier to see which files are responsible for data reporting.
-
- 02 Jul, 2019 1 commit
-
-
Alexandre Ardhuin authored
* more ui-as-code * address review comments
-
- 01 Jul, 2019 2 commits
-
-
stuartmorgan authored
- Adds desktop projects to ApplicationPackageStore - Plumbs target overrides through the desktop builds
-
Jenn Magder authored
-
- 11 Jun, 2019 1 commit
-
-
Emmanuel Garcia authored
This is done via `flutter build bundle`. As a consequence, this PR introduces a new way to disable analytics via the `FLUTTER_SUPPRESS_ANALYTICS` env flag.
-
- 31 May, 2019 1 commit
-
-
Jonah Williams authored
This reverts commit 445505d6.
-
- 30 May, 2019 2 commits
-
-
Jonah Williams authored
-
stuartmorgan authored
Rather than macos/Flutter containing a mixture of files that should and shouldn't be checked in, create clear locations for: - Files that are "owned" by Flutter, but should be checked in (Flutter/). This will contain files like the top-level Flutter xcconfigs, generated plugin registrants, etc. - Files that are generated by Flutter on the fly, and should not be checked in (Flutter/ephemeral/). This will contain Flutter SDK caches, the generated xcconfig, etc. Also adds Flutter-owned Debug and Release xcconfig variants, in preparation for PodSpec tooling.
-
- 29 May, 2019 1 commit
-
-
stuartmorgan authored
Invoking msbuild with runInShell makes handling path escaping more error-prone, and substantially increases the chances of running into maximum path limits. This replaces the direct call with a .bat wrapper that calls vsvars64.bat then msbuild, and uses relative paths within the script to keep command lengths short. Fixes https://github.com/flutter/flutter/issues/32792
-
- 25 May, 2019 1 commit
-
-
Chris Bracken authored
Corects a bnuch of typeos throuhgout teh Fluter codebsae. Made use of the `misspell` tool: https://github.com/client9/misspell
-
- 24 May, 2019 1 commit
-
-
Jonah Williams authored
-