- 09 Jan, 2019 4 commits
-
-
kongshanshan33 authored
Fix project directory has spaces lead to compile error when use 'flutter create -t module'command (#23817)
-
Sean Freiburg authored
The variable isn't interpolating because it's using "${}" when ruby uses "#{}".
-
jxltom authored
* Remove *.lock from gitignore * Remove pubspec.lock from gitignore
-
Dan Field authored
-
- 08 Jan, 2019 1 commit
-
-
Devon Carew authored
-
- 28 Nov, 2018 1 commit
-
-
Tim Sneath authored
We hypothesize that many first-time users creating a new project will look at the README.md as a starting point for "what next". As we've updated our documentation particularly for new users, having better links to our codelabs and cookbooks will help them be productive.
-
- 14 Nov, 2018 1 commit
-
-
stevemessick authored
* Update IntelliJ project template files * Add ignored file * Fix test * Restore comma
-
- 10 Nov, 2018 1 commit
-
-
Dan Field authored
* Make host app test actually test host app * mark updated test as flaky
-
- 08 Nov, 2018 1 commit
-
-
Dan Field authored
* Document module pubspec * update doc on plugin template * clarify language
-
- 07 Nov, 2018 1 commit
-
-
Dan Field authored
-
- 06 Nov, 2018 4 commits
-
-
xster authored
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit 71e9bd6f.
-
Jonah Williams authored
-
- 31 Oct, 2018 1 commit
-
-
Dan Field authored
* Use Xcode build configurations to drive Flutter build mode * Proper check wrt local_engine, print error if profile mode misisng * Remove unused code, update tests, fix template problem, update warning * fix up warning * add explanatory dev comment * fix whitespace * missing words, change lambda arrow to function body * error indentation * Test early exits for xcode_backend.sh * only on macOS, use right test * Update error messages * case insensitive compare for build config * Update gallery podfile * update projects to add profile configuration * make compatible with flavors * add missing plist files * add FLUTTER_FRAMEWORK_DIR back, set swift version for profile, tell Podfile about profile
-
- 30 Oct, 2018 5 commits
-
-
Devon Carew authored
* update the docs for the module template * update text
-
Ian Hickson authored
Removes some `new`s and other minor cleanup.
-
Dan Field authored
* Use Xcode build configurations to drive Flutter build mode * Proper check wrt local_engine, print error if profile mode misisng * Remove unused code, update tests, fix template problem, update warning * fix up warning * add explanatory dev comment * fix whitespace * missing words, change lambda arrow to function body * error indentation * Test early exits for xcode_backend.sh * only on macOS, use right test * Update error messages * case insensitive compare for build config * Update gallery podfile * update projects to add profile configuration * make compatible with flavors * add missing plist files
-
Michael Thomsen authored
* Update template comments Make template comments consistent with recent tools changes * Update packages/flutter_tools/templates/app/lib/main.dart.tmpl Co-Authored-By: mit-mit <mit-mit@users.noreply.github.com> * Fix merge conflict
-
- 25 Oct, 2018 2 commits
-
-
Dan Field authored
* Use Xcode build configurations to drive Flutter build mode
- 20 Oct, 2018 1 commit
-
-
Stanislav Baranov authored
-
- 19 Oct, 2018 1 commit
-
-
Dan Field authored
-
- 18 Oct, 2018 2 commits
-
-
Sebastian Roth authored
- 16 Oct, 2018 1 commit
-
-
Dan Field authored
* Make it easier to Add2App for iOS * Use local engine if xcconfig says so * newline
-
- 11 Oct, 2018 1 commit
-
-
jslavitz authored
* added test
-
- 10 Oct, 2018 3 commits
-
-
Greg Spencer authored
We decided that redefining the default for templates was premature. We're going to go back to having "module" in experimental land again, and we'll try again when we have the feature set fully baked. This keeps the writing of the .metadata files, and writing the template type to them, because that was a good improvement, and there are still a bunch of added tests that improve our coverage.
-
Philip authored
* Remove new keyword from default template app
-
Jason Simmons authored
This is required in order to support "flutter run --profile"
-
- 09 Oct, 2018 2 commits
-
-
Jason Simmons authored
This is required in order to support "flutter run --profile"
- 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
-
- 25 Sep, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
* Prototype * Fix paths to Flutter library resources * Invoke pod install as necessary for materialized modules * Add devicelab test for module use on iOS * Remove debug output * Rebase, reame materialize editable * Add devicelab test editable iOS host app * Removed add2app test section
-
- 23 Sep, 2018 1 commit
-
-
Ian Hickson authored
-
- 19 Sep, 2018 1 commit
-
-
matthew-carroll authored
Renamed 'flutter materialize' to 'flutter make-host-app-editable'. The iOS version is still incomplete and will therefore require additional renaming. (#21771) (#22006)
-
- 08 Sep, 2018 1 commit
-
-
Tim Sneath authored
* update gitignore template to mirror * Add a newline to end of doc * remove Android/ and iOS/ subfolder gitignores
-
- 30 Aug, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 16 Aug, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-