- 19 Jan, 2016 3 commits
-
-
Devon Carew authored
-
Devon Carew authored
-
Devon Carew authored
-
- 18 Jan, 2016 1 commit
-
-
Adam Barth authored
Sometimes "adb devices" prints a header. We should skip over the header instead of complaining that we don't recognize it. Fixes #1293
-
- 16 Jan, 2016 2 commits
-
-
Ian Hickson authored
Before we didn't know how to find the packages of random files. Now we do.
-
Ian Hickson authored
-
- 13 Jan, 2016 5 commits
-
-
Seth Ladd authored
-
Devon Carew authored
-
Devon Carew authored
-
Eric Seidel authored
-
Eric Seidel authored
Fixes #1213.
-
- 12 Jan, 2016 2 commits
-
-
Seth Ladd authored
-
Eric Seidel authored
Makes it more obvious that flutter analyze takes a long time. @Hixie
-
- 07 Jan, 2016 4 commits
-
-
Adam Barth authored
Fixes #1084
-
Adam Barth authored
Catch the error and log a warning. Fixes #1050
-
Eric Seidel authored
-
Eric Seidel authored
Previously it died with a confusing exception. @chinmaygarde
-
- 06 Jan, 2016 3 commits
-
-
Chinmay Garde authored
-
Eric Seidel authored
This is yet another hack on top of adb log handling. This is fragile, but w/o this if you device time is out of sync, you can't trace. @abarth
-
Devon Carew authored
-
- 05 Jan, 2016 1 commit
-
-
Devon Carew authored
-
- 04 Jan, 2016 1 commit
-
-
Jason Simmons authored
Fixes #1010
-
- 02 Jan, 2016 1 commit
-
-
Adam Barth authored
We now create a .atom folder to hold settings for the Atom project. We should gitignore that folder our project template.
-
- 31 Dec, 2015 1 commit
-
-
Devon Carew authored
update the min api level in the generated android manifest; use constants for the android version name
-
- 29 Dec, 2015 1 commit
-
-
Ian Hickson authored
Fixes #1034, at least for start and listen.
-
- 17 Dec, 2015 3 commits
-
-
Chinmay Garde authored
-
Chinmay Garde authored
Add a 'flutter ios --init' command that fetches the Xcode project from the cloud and configures it for a given flutter project
-
Eric Seidel authored
I screwed up my last change, turns out the package command is sensitive about having all of its flags before args. Also made it possible to control the resources directory from the command line per the review comments in the previous change. @jason-simmons
-
- 16 Dec, 2015 2 commits
-
-
Eric Seidel authored
I also made it so that `flutter apk -v` showed what commands it was running by moving off of a custom _run function onto the base/process.dart runChecked shared by other commands. @jason-simmons
-
Ian Hickson authored
-
- 14 Dec, 2015 2 commits
- 10 Dec, 2015 2 commits
-
-
Adam Barth authored
Instead of failing with a cryptic error message about app.flx, we now fail with an explicit message about the compiler. Releated to #865
-
Adam Barth authored
Fixes #858
-
- 08 Dec, 2015 1 commit
-
-
Adam Barth authored
We've been bulding these binaries using Travis for a while. We can start using them now.
-
- 04 Dec, 2015 2 commits
-
-
Ian Hickson authored
- strengthen analyzer against error messages that point past the bottom of the file. - ignore any errors in intl's auto-generated files.
-
Eric Seidel authored
-
- 03 Dec, 2015 3 commits
-
-
Eric Seidel authored
@chinmaygarde
-
Eric Seidel authored
iOS takes a different codepath and will need more work. @chinmaygarde
-
Adam Barth authored
Now you can run tests with and without --flutter-repo with a prebuilt binary on Linux. Fixes #307
-