- 17 Nov, 2016 1 commit
-
-
Todd Volkert authored
* Allow for application-specific log readers. When running with prebuilt application binaries, those applications aren't guaranteed to be named "Runner" (as it is when we build the app locally in Flutter tools)
-
- 14 Nov, 2016 1 commit
-
-
Dan Rubel authored
* convert pubGet to throw ToolExit on non-zero exit code * convert commandValidator to throw ToolExit for non-zero exit code * convert flutter commands to throw ToolExit for non-zero exit code * use convenience method throwToolExit * only show "if this problem persists" for unusual exceptions
-
- 10 Nov, 2016 1 commit
-
-
John McCutchan authored
-
- 07 Nov, 2016 1 commit
-
-
John McCutchan authored
-
- 03 Nov, 2016 2 commits
-
-
Devon Carew authored
* make showElapsedTime default to true * support nested progresses * improve hot reload message * rethrow
-
Dan Rubel authored
-
- 01 Nov, 2016 3 commits
-
-
John McCutchan authored
Fixes https://github.com/flutter/flutter/issues/6280
-
Todd Volkert authored
-
Ian Hickson authored
Fixes #4166. Fixes #5120. Fixes #5399. Fixes #6507.
-
- 31 Oct, 2016 1 commit
-
-
Dan Rubel authored
-
- 27 Oct, 2016 3 commits
- 24 Oct, 2016 1 commit
-
-
Chris Bracken authored
-
- 20 Oct, 2016 1 commit
-
-
Jason Simmons authored
Also remove the obsolete "flutter refresh" command
-
- 13 Oct, 2016 1 commit
-
-
Dan Rubel authored
* cleanup obtaining user home directory path * refactor doctor and detect IntelliJ on Mac * fix detect Flutter plugin for IntelliJ
-
- 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
-
- 26 Sep, 2016 1 commit
-
-
Devon Carew authored
* fix an encoding issue with calling adb shell getprop * move code in catch block * add a test * switch to LATIN1 encoding
-
- 13 Sep, 2016 1 commit
-
-
Dan Rubel authored
cleanup https://github.com/flutter/flutter/issues/5789
-
- 01 Sep, 2016 1 commit
-
-
Dan Rubel authored
* show device list in flutter doctor output fixes https://github.com/flutter/flutter/issues/5625
-
- 26 Aug, 2016 1 commit
-
-
Alexandre Ardhuin authored
-
- 22 Aug, 2016 1 commit
-
-
Devon Carew authored
* don't resolve symlinks as part of which * update method dartdoc
-
- 13 Aug, 2016 1 commit
-
-
Devon Carew authored
-
- 11 Aug, 2016 1 commit
-
-
John McCutchan authored
-
- 20 Jul, 2016 2 commits
-
-
John McCutchan authored
-
Devon Carew authored
* making flutter run work with gradle * locate android studio * add test for settings * review comments
-
- 13 Jul, 2016 1 commit
-
-
Ryan Macnak authored
-
- 01 Jul, 2016 1 commit
-
-
Devon Carew authored
-
- 13 Jun, 2016 1 commit
-
-
Devon Carew authored
* send supportsRestart flag when starting an app * remove unused imports * review comments
-
- 09 Jun, 2016 1 commit
-
-
Kaiyuan Wang authored
-
- 02 Jun, 2016 1 commit
-
-
Jason Simmons authored
-
- 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
-
- 25 May, 2016 1 commit
-
-
Jason Simmons authored
-
- 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 2 commits
-
-
Chinmay Garde authored
Wire up ios-profile and ios-release. Switching between debug, profile and release starts the build process from scratch. (#4063)
-
Devon Carew authored
-
- 20 May, 2016 1 commit
-
-
Todd Volkert authored
For developers with the platform tools installed but no SDK, it prevents crashing in the flutter tool in favor of more user-friendly error messages downstream.
-
- 19 May, 2016 1 commit
-
-
Devon Carew authored
-
- 17 May, 2016 1 commit
-
-
Jason Simmons authored
-