- 22 Feb, 2016 5 commits
-
-
Devon Carew authored
-
Devon Carew authored
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Chinmay Garde authored
-
- 21 Feb, 2016 3 commits
-
-
Devon Carew authored
-
Devon Carew authored
-
Devon Carew authored
-
- 20 Feb, 2016 4 commits
-
-
Adam Barth authored
Fixes #2011
-
Adam Barth authored
Downloading these packages from cloud storage simplifies our deployment story because we can upload to cloud storage automatically from the buildbot. This patch also switches the responsibility for downloading the engine artifacts to update_engine.sh. Centralizing this responsibility ensures that the packages and the binaries are always in sync.
-
yjbanov authored
Runs a test app and a driver test simultaneously, then stops the app. Usage: ``` flutter drive --target=/path/to/test/app.dart ``` This command will look for `/path/to/test/app_test.dart` by convention. We will expand into other ways of discovering tests in the future.
-
Chinmay Garde authored
-
- 19 Feb, 2016 8 commits
-
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Adam Barth authored
-
Chinmay Garde authored
-
Chinmay Garde authored
In case the user changes the path of the Flutter project on disk, the Dart SDK or the Flutter repository itself, the old Xcode paths would be invalid. Now, we rewrite them when we build the project.
-
Chinmay Garde authored
Use the project name to initialize the bundle name and identifier
-
Jason Simmons authored
-
- 18 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 17 Feb, 2016 9 commits
-
-
Devon Carew authored
-
Devon Carew authored
-
Adam Barth authored
Revert "iOS: Treat the initial Info.plist string as a mustache template and use the project name to initialize the bundle name and identifier" This reverts commit dd4361bc. We still use the hard-coded name in a number of places, including launching the app on the iOS simulator. Fixes #1950
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Chinmay Garde authored
iOS: Treat the initial Info.plist string as a mustache template and use the project name to initialize the bundle name and identifier
-
Adam Barth authored
Also, look for the Android SDK in the default locations.
-
Eric Seidel authored
-
Adam Barth authored
All the functionality of this command has been integrated into other commands.
-
- 16 Feb, 2016 4 commits
-
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Adam Barth authored
This removes a step that can cause trouble. Fixes #1904
-
- 15 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 14 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 13 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 12 Feb, 2016 3 commits
-
-
Devon Carew authored
-
Devon Carew authored
-
Jason Simmons authored
-