- 21 Apr, 2016 1 commit
-
-
Jason Simmons authored
-
- 19 Apr, 2016 1 commit
-
-
Devon Carew authored
-
- 18 Apr, 2016 2 commits
-
-
Devon Carew authored
* rename the --develop option to --debug * fail if both --debug and --deploy are specified
-
Devon Carew authored
* download android-arm-deploy * wire up --deploy to android-arm-deploy * fix interpolation
-
- 12 Apr, 2016 1 commit
-
-
Devon Carew authored
* add a --deploy flag to build apk * update command description * use an enum instead of a bool param for build variants * rename buildForDeploy flag to buildVariant * review comments
-
- 08 Apr, 2016 1 commit
-
-
Devon Carew authored
* add a target for android-x64 * update armeabi-v7a to x86_64
-
- 04 Apr, 2016 1 commit
-
-
Devon Carew authored
-
- 28 Mar, 2016 1 commit
-
-
Jason Simmons authored
-
- 25 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 24 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 22 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 21 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 17 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 14 Mar, 2016 2 commits
-
-
Hixie authored
-
Adam Barth authored
Instead, require an AndroidManifest.xml and always build an APK. Fixes #2517
-
- 12 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 11 Mar, 2016 2 commits
-
-
Devon Carew authored
-
Ian Hickson authored
Well, all the easy ones, anyway. For some reason `// ignore:` isn't working for me so I've disabled lints that need that. Also disabled those that require a ton of work (which I'm doing, but not in this PR, to keep it reviewable). This adds: - avoid_init_to_null - library_names - package_api_docs - package_names - package_prefixed_library_names - prefer_is_not_empty - sort_constructors_first - sort_unnamed_constructors_first - unnecessary_getters_setters
-
- 04 Mar, 2016 1 commit
-
-
Steve Messick authored
-
- 03 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 28 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 27 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 26 Feb, 2016 2 commits
-
-
Devon Carew authored
-
Yegor Jbanov authored
flutter start's method of finding devices to run the app on is not suitable for flutter drive. This commit also refactors several tool services to allow mocking in unit tests.
-
- 20 Feb, 2016 1 commit
-
-
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.
-
- 17 Feb, 2016 2 commits
-
-
Devon Carew authored
-
Adam Barth authored
Also, look for the Android SDK in the default locations.
-
- 16 Feb, 2016 1 commit
-
-
Chinmay Garde authored
-
- 15 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 14 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 13 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 11 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 10 Feb, 2016 3 commits
-
-
Devon Carew authored
-
Matt Perry authored
The IOS code is totally untested. Need a Mac to test it.
-
Devon Carew authored
-
- 09 Feb, 2016 1 commit
-
-
Matt Perry authored
Previously we'd always stop org.domokit.sky.shell. If an AndroidManifest.xml exists, we'll use the activity specified in there instead.
-
- 06 Feb, 2016 2 commits
-
-
Devon Carew authored
remove the device factory methods as well as the device cache
-
Devon Carew authored
-
- 03 Feb, 2016 2 commits
-
-
Matt Perry authored
flutter start no longer depends on a pre-built SkyShell.apk. It builds a new one, as long as an AndroidManifest.xml exists. We rebuild the .apk every time either AndroidManifest.xml or flutter.yaml changes.
-
Devon Carew authored
-