- 19 Jul, 2018 1 commit
-
-
Chris Bracken authored
Generated.xcconfig is only required at build time for iOS apps. In the flutter create project template and example apps, Generated.xcconfig was previously marked as a resource to be bundled into the built app.
-
- 01 Jun, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 31 May, 2018 2 commits
-
-
Mikkel Nygaard Ravn authored
This reverts commit 59bb2dba.
-
Mikkel Nygaard Ravn authored
-
- 30 May, 2018 1 commit
-
-
Ralph Bergmann authored
Uses the `version` property from the `pubspec.yaml` file to set the corresponding fields in the `local.properties` file respectively in the `Generated.xcconfig` file. The `--build-name` and `--build-number` options have changed. Now they trump the `version` property from the `pubspec.yaml` file. If the `version` property is not set and the `--build-name` and `--build-number` options are not provided, the build command will not change the `local.properties` / `Generated.xcconfig` file.
-
- 28 May, 2018 4 commits
-
-
Mikkel Nygaard Ravn authored
This reverts commit 0f557e72.
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
This reverts commit dac1baf4.
-
Mikkel Nygaard Ravn authored
-
- 24 May, 2018 1 commit
-
-
Sarah Zakarias authored
-
- 08 May, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 07 May, 2018 1 commit
-
-
Chris Bracken authored
Eliminates the restrictions to build in arm64 mode only in iOS project templates created by flutter create.
-
- 04 May, 2018 2 commits
-
-
Mikkel Nygaard Ravn authored
This reverts commit c64ace84.
-
Mikkel Nygaard Ravn authored
-
- 03 May, 2018 1 commit
-
-
xster authored
-
- 09 Apr, 2018 1 commit
-
-
Victor Choueiri authored
* Update template .gitignore rules * Remove old packages rule * Remove IDE folders from gitignore templates * Prefer ios.tmpl/.gitignore
-
- 04 Apr, 2018 1 commit
-
-
Devon Carew authored
-
- 29 Mar, 2018 1 commit
-
-
Ralph Bergmann authored
add --buildNumber and --buildName to flutter build like flutter build apk --buildNumber=42 --buildName=1.0.42
-
- 24 Mar, 2018 1 commit
-
-
Jonah Williams authored
* android templates should add density and screenLayout to config changes * update the rest of the manifests
-
- 27 Feb, 2018 1 commit
-
-
Chris Bracken authored
Dart is migrating to .dart_tool/ as the location for cached artifacts and other temporary files generated by tooling in the SDK. As part of this, pub will be migrating from .pub to .dart_tool/pub. In future, this path will also be used for other tooling, such as package:build.
-
- 26 Feb, 2018 1 commit
-
-
Devon Carew authored
* update the IntelliJ metedata templates * fix test expectation
-
- 22 Feb, 2018 1 commit
-
-
Michael Thomsen authored
-
- 19 Feb, 2018 1 commit
-
-
Danny Tuppeny authored
These URLs all automatically redirect HTTP to HTTPS so makes sense to point users at the secure versions.
-
- 29 Jan, 2018 1 commit
-
-
xster authored
-
- 08 Jan, 2018 2 commits
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/13972
-
Mikkel Nygaard Ravn authored
-
- 20 Dec, 2017 2 commits
-
-
Victor Choueiri authored
Adds .vscode/ to the .gitignore rules generated on flutter create.
-
Mikkel Nygaard Ravn authored
-
- 19 Dec, 2017 1 commit
-
-
xster authored
-
- 18 Dec, 2017 1 commit
-
-
Sarah Zakarias authored
-
- 14 Dec, 2017 4 commits
-
-
Phil Quitslund authored
* Update plugin test template. * Add flutter test run verification. * Tweak and test runs for package projects.
-
Sarah Zakarias authored
* Revert "Revert engine (#13547)" This reverts commit ee65db11. * Keep flaky mark
-
Mikkel Nygaard Ravn authored
-
Yegor authored
* Revert "Include a directory with Flutter assets (#12944)" This reverts commit 3af6b9cb. * Revert "Upgrade project.pbxproj to include flutter_assets (#13011)" This reverts commit 08128cb2. * Revert "Upgrade complex_layout project.pbxproj to include flutter_assets (#13544)" This reverts commit 35f1a041. * mark complex_layout_ios__start_up as flaky
-
- 13 Dec, 2017 2 commits
-
-
Sarah Zakarias authored
-
Mikkel Nygaard Ravn authored
-
- 01 Dec, 2017 1 commit
-
-
Phil Quitslund authored
Dropped optional semicolons.
-
- 28 Nov, 2017 1 commit
-
-
xster authored
-
- 03 Nov, 2017 1 commit
-
-
xster authored
* Leave a version tag when creating project * Generalize .version to .metadata
-
- 25 Oct, 2017 1 commit
-
-
Phil Quitslund authored
Use a `package:` import when referencing source under test in test template. This is the prefered style and plays nice w/ automated refactoring. See: https://github.com/flutter/flutter-intellij/issues/1429
-