- 12 Feb, 2016 7 commits
-
-
Jason Simmons authored
-
Todd Volkert authored
-
Adam Barth authored
These are required to upload to the store. Fixes #1006
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Chinmay Garde authored
-
- 11 Feb, 2016 5 commits
-
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Devon Carew authored
-
Adam Barth authored
Instead of running the FLX directly, we need to run mojo:launcher and have it run the FLX.
-
Devon Carew authored
-
- 10 Feb, 2016 5 commits
-
-
Devon Carew authored
-
Matt Perry authored
The IOS code is totally untested. Need a Mac to test it.
-
Collin Jackson authored
-
Devon Carew authored
-
Devon Carew authored
-
- 09 Feb, 2016 5 commits
-
-
Devon Carew authored
-
Devon Carew authored
-
Jason Simmons authored
This provides a fast way to iterate on changes to a Flutter app that only involve updates to Dart code and do not require a full build and install of the FLX and APK
-
Adam Barth authored
These classes now share more code and have feature parity.
-
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.
-
- 08 Feb, 2016 4 commits
-
-
Chinmay Garde authored
-
Devon Carew authored
-
Chinmay Garde authored
-
Collin Jackson authored
-
- 06 Feb, 2016 3 commits
-
-
Devon Carew authored
remove the device factory methods as well as the device cache
-
Devon Carew authored
-
Devon Carew authored
add device notifications for the simulator
-
- 05 Feb, 2016 1 commit
-
-
Todd Volkert authored
-
- 04 Feb, 2016 3 commits
-
-
Todd Volkert authored
This splits flx.build() into two methods, flx.build() and flx.assemble(). builD() now does the following: 1) constructs the manifest map by reading the manifest from the file system 2) "compiles" the dart code into the snapshot file 3) Invokes assemble() This allows external build toolchains to construct their own manifest map (possibly using a different manifest syntax) and create their own snapshot file
-
Devon Carew authored
-
Devon Carew authored
-
- 03 Feb, 2016 5 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
-
Devon Carew authored
-
Devon Carew authored
-
Devon Carew authored
-
- 02 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 01 Feb, 2016 1 commit
-
-
Collin Jackson authored
-