- 27 Oct, 2016 1 commit
-
-
Dan Rubel authored
* refactor device descriptions method - easier to add columns * show device SDK version
-
- 21 Oct, 2016 1 commit
-
-
Chinmay Garde authored
It takes a little bit longer that 10 seconds to install, launch and have the observatory be available on an iPod touch. Depending on the size of the application, it could be a lot longer to transer the bundle over the wire. The 60 seconds is arbitrary.
-
- 13 Oct, 2016 1 commit
-
-
Todd Volkert authored
Fixes #6283
-
- 07 Oct, 2016 1 commit
-
-
Adam Barth authored
This patch adds `@checked` everywhere is needed to remove the `strong_mode_invalid_method_override` strong mode error.
-
- 28 Sep, 2016 1 commit
-
-
John McCutchan authored
When using --use-application-binary: - [x] Stop flutter run from checking for a pubspec.yaml in current directory - [x] Stop flutter run from invoking pub get - [x] Set 'shouldBuild' based on --use-application-binary - [x] Stop requiring 'lib/main.dart' to be present before running. - [x] Stop building an FLX when launching on Android
-
- 27 Sep, 2016 1 commit
-
-
Chris Bracken authored
Ensure that we're monitoring logs before we launch the app on the device. This prevents the case where we start monitoring after the ports have already been logged. Also update the regex to use an optional capture group.
-
- 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
-
- 24 Aug, 2016 1 commit
-
-
Chinmay Garde authored
`Process.start` seems to be escaping as needed.
-
- 11 Aug, 2016 1 commit
-
-
John McCutchan authored
-
- 09 Aug, 2016 2 commits
-
-
Yegor authored
-
John McCutchan authored
-
- 20 Jul, 2016 1 commit
-
-
Yegor authored
-
- 19 Jul, 2016 1 commit
-
-
Ryan Macnak authored
-
- 18 Jul, 2016 1 commit
-
-
Ryan Macnak authored
-
- 24 Jun, 2016 1 commit
-
-
Devon Carew authored
* send the reload source command for ios simulators * review changes * rewrite w/ a completer
-
- 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 1 commit
-
-
Devon Carew authored
* send supportsRestart flag when starting an app * remove unused imports * review comments
-
- 07 Jun, 2016 2 commits
-
-
Adam Barth authored
-
Chinmay Garde authored
-
- 02 Jun, 2016 1 commit
-
-
Adam Barth authored
Fixes #4298
-
- 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
-
- 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)
-
- 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 1 commit
-
-
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
-
- 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)
-
- 26 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 24 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 21 Mar, 2016 1 commit
-
-
Chinmay Garde authored
All artifacts for iOS are universal.
-
- 17 Mar, 2016 1 commit
-
-
John McCutchan authored
-
- 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
-