- 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
-
- 28 Jan, 2016 1 commit
-
-
Devon Carew authored
rename to printTrace(), printStatus(), and printError()
-
- 25 Jan, 2016 1 commit
-
-
Matt Perry authored
Also improve the error message a bit if a download fails.
-
- 22 Jan, 2016 2 commits
-
-
Devon Carew authored
remove device type specific checks
-
Matt Perry authored
Third-party libraries can now provide their own mojo services. They do so by adding a config.yaml file to their pub package which contains - a list of service names and java classes which handles that service's registration. - a list of pre-built .jar files to statically link with the app's shell when building the app.
-
- 21 Jan, 2016 1 commit
-
-
Devon Carew authored
-
- 20 Jan, 2016 1 commit
-
-
Devon Carew authored
-
- 04 Jan, 2016 1 commit
-
-
Jason Simmons authored
Fixes #1010
-