- 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
-
- 24 May, 2016 1 commit
-
-
Todd Volkert authored
* iOS tools cleanup 1) Fix `flutter install` on both device and simulator to refer to the actual bundle and not just the .generated folder 2) Fix `flutter run` on device to actually run vs just installing Still TODO: 1) Discovered that isAppInstalled on iOS simulator always reports true, meaning it'll never actually try to install the app. Fixes #3947 Fixes #1823
-
- 23 May, 2016 1 commit
-
-
Chinmay Garde authored
Wire up ios-profile and ios-release. Switching between debug, profile and release starts the build process from scratch. (#4063)
-
- 20 May, 2016 1 commit
-
-
Ian Hickson authored
-
- 17 May, 2016 1 commit
-
-
Jason Simmons authored
This also fixes some related problems affecting "flutter run": * FLXes built during AndroidDevice.startApp need to match the build mode * APKs should always be rebuilt if the build mode uses AOT compilation
-
- 13 May, 2016 1 commit
-
-
Devon Carew authored
* rename service_protocol.dart to protocol_discovery.dart * add a wrapper around the obs. protocol * use json-rpc in run * consolidate obs. code; implement flutter run --benchmark * review comments
-
- 12 May, 2016 1 commit
-
-
Jason Simmons authored
Artifacts from local engine builds will be found based on the --local-engine flag
-
- 11 May, 2016 1 commit
-
-
Jason Simmons authored
Host tools can be found in the artifact cache directory for the host platform. If a developer wants to use a local engine build instead, then provide an --engine-build flag that selects the specific engine build variant.
-
- 03 May, 2016 2 commits
-
-
Devon Carew authored
-
Devon Carew authored
* fix analysis errors * review comments; fix test * re-add an export for debugPrint
-
- 27 Apr, 2016 1 commit
-
-
Devon Carew authored
* rework flutter run * fix npe with --debug-port * connect to obs and exit when that conneciton closes * update todos
-
- 11 Apr, 2016 1 commit
-
-
Devon Carew authored
* more terse flutter upgrade * fix an issue when updating and the engine update code has changed * call flutter precache; add a --no-color hidden option * fix a lint related to getters/setters
-
- 07 Apr, 2016 1 commit
-
-
Jason Simmons authored
Add a command that can capture a Skia picture of a Flutter frame and send it to a file or skiaserve debugger (#3165)
-
- 28 Mar, 2016 1 commit
-
-
Adam Barth authored
The .packages file is replacing the packages directory of symlinks.
-
- 26 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 25 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 21 Mar, 2016 2 commits
-
-
Chinmay Garde authored
All artifacts for iOS are universal.
-
Devon Carew authored
-
- 17 Mar, 2016 1 commit
-
-
John McCutchan authored
-
- 15 Mar, 2016 1 commit
-
-
Yegor Jbanov authored
The new name format is "DEVICE_TYPE_NAME (Flutter)". For example: iPhone 6 (Flutter) iPhone 6s Plus (Flutter) The names are taken from `xcrun simctl list --json devicetypes`. Fixes #2682
-
- 14 Mar, 2016 2 commits
-
-
Hixie authored
-
Ian Hickson authored
-
- 12 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 11 Mar, 2016 1 commit
-
-
John McCutchan authored
-
- 10 Mar, 2016 3 commits
-
-
Eric Seidel authored
-
John McCutchan authored
-
Yegor Jbanov authored
-
- 08 Mar, 2016 1 commit
-
-
John McCutchan authored
-
- 04 Mar, 2016 2 commits
-
-
Yegor Jbanov authored
-
Yegor Jbanov authored
-
- 03 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 02 Mar, 2016 1 commit
-
-
Chinmay Garde authored
iOS Simulator: Attempt 'sideloading' the updated Flutter application if the application runner is already up * This makes the turnaround times < 2 seconds on the iOS simulator. * Also bumps the engine to use the new engine required to support the flags.
-
- 26 Feb, 2016 3 commits
-
-
Devon Carew authored
-
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.
-
- 21 Feb, 2016 2 commits
-
-
Devon Carew authored
-
Devon Carew authored
-