- 23 Sep, 2016 1 commit
-
-
Chris Bracken authored
With iOS 10, the syslog format changed from: Sep 23 16:04:17 cbracken-iPhone Runner[6188] <Info>: .* to: Sep 23 16:04:17 cbracken-iPhone Runner(libsystem_asl.dylib)[6188] <Info>: .* This updates the observatory port scraping to handle either case.
-
- 16 Sep, 2016 1 commit
-
-
Dan Rubel authored
Fixes https://github.com/flutter/flutter/issues/5775
-
- 13 Sep, 2016 1 commit
-
-
Dan Rubel authored
cleanup https://github.com/flutter/flutter/issues/5789
-
- 03 Sep, 2016 1 commit
-
-
Chris Bracken authored
Related: b5f763b4
-
- 01 Sep, 2016 1 commit
-
-
Dan Rubel authored
* show device list in flutter doctor output fixes https://github.com/flutter/flutter/issues/5625
-
- 25 Aug, 2016 1 commit
-
-
Chris Bracken authored
This change adds a top-level getBuildDirectory func and funcs for android, aot, asset, ios build products. Developers may now add a "build-dir" mapping to their ~/.flutter_settings (JSON format) config file. Output directory is relative to the main flutter application directory. This change also changes the default build directory for iOS builds to a subdirectory of the configured build directory, 'build/ios' by default.
-
- 24 Aug, 2016 1 commit
-
-
Chinmay Garde authored
`Process.start` seems to be escaping as needed.
-
- 11 Aug, 2016 2 commits
-
-
John McCutchan authored
-
John McCutchan authored
- [x] Refactor view support into separate classes. - [x] Make the hot runner grab the main view and call runFromSource on it. - [x] Remove Device.needsDevFS (because it is always true).
-
- 09 Aug, 2016 3 commits
-
-
Devon Carew authored
* make flutter run work with a pre-built apk * refactor to remove the buildDir param
-
Yegor authored
-
John McCutchan authored
-
- 08 Aug, 2016 1 commit
-
-
John McCutchan authored
-
- 20 Jul, 2016 2 commits
-
-
John McCutchan authored
-
Yegor authored
-
- 19 Jul, 2016 1 commit
-
-
Ryan Macnak authored
-
- 18 Jul, 2016 1 commit
-
-
Ryan Macnak authored
-
- 15 Jul, 2016 1 commit
-
-
Yegor authored
-
- 13 Jul, 2016 1 commit
-
-
Collin Jackson authored
-
- 12 Jul, 2016 1 commit
-
-
Collin Jackson authored
-
- 06 Jul, 2016 1 commit
-
-
Adam Barth authored
This patch changes the default `flutter create` command to generate a HelloServices-style app on iOS. As a consequence, the Atom integration now fully works with HelloServices.
-
- 04 Jul, 2016 1 commit
-
-
Devon Carew authored
* send ext.flutter.debugDumpApp; ext.flutter.reassemble * expose debugDumpRenderTree
-
- 30 Jun, 2016 1 commit
-
-
Todd Volkert authored
-
- 28 Jun, 2016 1 commit
-
-
pq authored
The new `empty_statements` lint (in the next DEV roll), flags these empty statements. Harmless, except the one in `basic.dart` that fixes a real-life bug. :)
-
- 24 Jun, 2016 1 commit
-
-
Devon Carew authored
* send the reload source command for ios simulators * review changes * rewrite w/ a completer
-
- 15 Jun, 2016 1 commit
-
-
Ian Hickson authored
* Fix `flutter upgrade` * Fix builds on iOS
-
- 14 Jun, 2016 2 commits
-
-
pq authored
As of `1.18.0-dev-0`, these cases will get flagged. In the meantime, the
-
Chinmay Garde authored
Enable launching applications on the iOS device with observatory and diagnostics server connected. (#4424)
-
- 13 Jun, 2016 2 commits
-
-
Devon Carew authored
* send supportsRestart flag when starting an app * remove unused imports * review comments
-
Todd Volkert authored
-
- 07 Jun, 2016 2 commits
-
-
Adam Barth authored
-
Chinmay Garde authored
-
- 06 Jun, 2016 1 commit
-
-
Adam Barth authored
The `flutter.buildMode` property now controls whether to build in debug, profiling, or release.
-
- 03 Jun, 2016 2 commits
-
-
Chinmay Garde authored
Add a FLUTTER_MODE variable to the generated Xcconfig and fix snapshot generation on all targets. (#4362) Get rid of the DART_EXPERIMENTAL_INTERPRETER_FLAG.
-
Devon Carew authored
-
- 02 Jun, 2016 1 commit
-
-
Adam Barth authored
Fixes #4298
-
- 01 Jun, 2016 1 commit
-
-
Adam Barth authored
This patch updates how we generate xcconfig files to match what xcode_backend.sh expects.
-
- 29 May, 2016 1 commit
-
-
Devon Carew authored
* show build progress; print app sizes * add todo * review comments * remove unused import
-
- 27 May, 2016 1 commit
-
-
Todd Volkert authored
-
- 26 May, 2016 1 commit
-
-
Devon Carew authored
* working on making a faster flutter run restart * clean up todos; fire events on isolate changes * use the Flutter.FrameworkInitialization event * review comments
-