- 20 Sep, 2019 1 commit
-
-
stuartmorgan authored
Rather than have a monolithic .gitignore covering all platforms in the app template, have each platform folder contain its own rules. Fixes #40793
-
- 14 Sep, 2019 2 commits
-
-
Emmanuel Garcia authored
-
Emmanuel Garcia authored
-
- 01 Jun, 2019 1 commit
-
-
Josh Burton authored
-
- 22 Jan, 2019 1 commit
-
-
Jonah Williams authored
-
- 12 Jan, 2019 1 commit
-
-
Jason Simmons authored
Profile builds need access to sockets in order to launch the Dart observatory server. This permission used to be enabled by default in all build types, but was moved to a build type specific manifest in https://github.com/flutter/flutter/commit/88b853f7eb85bf0b47e1ca4d1bf9d9a9f821730d
-
- 11 Jan, 2019 1 commit
-
-
Andrei Lesnitsky authored
-
- 20 Oct, 2018 1 commit
-
-
Stanislav Baranov authored
-
- 18 Oct, 2018 2 commits
-
-
Sebastian Roth authored
- 04 Oct, 2018 1 commit
-
-
Greg Spencer authored
This renames the "module" template to the "application" template, and makes "application" the default. The existing "app" template is now deprecated. flutter create also now recognizes the type of project in an existing directory, and is able to recreate it without having the template type explicitly specified (although you can still do that). It does this now by first looking in the .metadata file for the new project_type field, and if it doesn't find that, then it looks at the directory structure. Also, the .metadata file is now overwritten even on an existing directory so that 1) the project_type can be added to legacy projects, and 2) the version of Flutter that updated the project last is updated. I also cleaned up a bunch of things in create_test.dart, added many more tests, and added an example test to the test/ directory in the generated output of the application template. Fixes #22530 Fixes #22344
-