- 19 Oct, 2016 1 commit
-
-
Jason Simmons authored
Required for compatibility with older versions of Android
-
- 17 Oct, 2016 1 commit
-
-
Yegor authored
Fixes #4261
-
- 16 Oct, 2016 1 commit
-
-
Devon Carew authored
-
- 14 Oct, 2016 2 commits
-
-
Chris Bracken authored
Ensure that any new/changed doctor checks are evaluated and reported post upgrade.
-
Ian Hickson authored
Previously it implied that you had to always say lib/main.dart in the "flutter run" command.
-
- 11 Oct, 2016 1 commit
-
-
Dan Rubel authored
-
- 05 Oct, 2016 2 commits
-
-
Dan Rubel authored
-
Devon Carew authored
* make flutter create less chatty * output generated file count; mention lib/main.dart
-
- 04 Oct, 2016 2 commits
- 03 Oct, 2016 1 commit
-
-
Jason Simmons authored
The diagnostic port forward can be arbitrarily assigned and typically is not the default Fixes https://github.com/flutter/flutter/issues/5867
-
- 01 Oct, 2016 1 commit
-
-
P.Y. Laligand authored
-
- 30 Sep, 2016 1 commit
-
-
P.Y. Laligand authored
-
- 28 Sep, 2016 3 commits
-
-
Devon Carew authored
* make app ids more unique * in-line the uuid class
-
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
-
Devon Carew authored
-
- 27 Sep, 2016 1 commit
-
-
Devon Carew authored
-
- 26 Sep, 2016 1 commit
-
-
Jason Simmons authored
-
- 23 Sep, 2016 2 commits
-
-
Devon Carew authored
-
Dan Rubel authored
-
- 22 Sep, 2016 2 commits
-
-
Ian Hickson authored
The way this was implemented is sketchy, especially in strong mode.
-
Dan Rubel authored
* show hidden flags when showing verbose help * flutter -v show verbose help
-
- 21 Sep, 2016 1 commit
-
-
James Robinson authored
This rewrites imports of various mojom.dart files from the Flutter engine repo to instead import normal-looking dart files from the (new) flutter_services package. This package handles exporting the correct symbols from generated code wherever that may live. Includes an engine roll to 3551e7a48e2e336777b15c7637af92fd7605b6c5 which contains the new flutter_services package.
-
- 16 Sep, 2016 3 commits
-
-
Dan Rubel authored
Fixes https://github.com/flutter/flutter/issues/5775
-
Phil Quitslund authored
* Update tools to use `analyzer` from vended Dart SDK. * updates `flutter_tools` and `flutter_test` to use the SDK-vended `analyzer` package * tweaks dependency tracking logic to only record the SDK-vended `analyzer` so as not to crash on spurious conflicts (due to transitive dependencies) * Review fixes.
-
Dan Rubel authored
* refactor _run to runCmd * replace requiresProjectRoot getter with call to commandValidator * replace requiresDevice getter with call to findTargetDevice * trace command requires a debug connection, not a device * inline androidOnly getter * rename command methods to verifyTheRunCmd and runCmd * move common verification into BuildSubCommand * rename deviceForCommand to device * rename methods to verifyThenRunCommand and runCommand
-
- 15 Sep, 2016 1 commit
-
-
Dan Rubel authored
This moves all of the various .analysis_options* files to the flutter repo root so that it's easier to * remember to keep them all in sync, and * easily refer customers to them
-
- 13 Sep, 2016 2 commits
-
-
John McCutchan authored
-
Dan Rubel authored
part of https://github.com/flutter/flutter/issues/5789
-
- 12 Sep, 2016 3 commits
-
-
Konstantin Scheglov authored
* Build unlinked summaries for packages on upgrade. * Iterate through the packages in folders. * Rollback the debug change.
-
Adam Barth authored
To avoid orphaning people on the deprecated alpha branch, this patch teaches `flutter upgrade` to switch to the master branch.
-
John McCutchan authored
-
- 09 Sep, 2016 3 commits
-
-
Chris Bracken authored
... in place of manual process wrangling.
-
Chris Bracken authored
-
Chris Bracken authored
Fixes flutter drive breakage introduced in d2fda677.
-
- 08 Sep, 2016 2 commits
-
-
Dan Rubel authored
When flutter run is used on a Mac and no devices are specified or attached, suggest launching a simulator first. Fixes https://github.com/flutter/flutter/issues/5674
-
Dan Rubel authored
This updates the flutter analyze command to use the .analysis_options_flutter_analyze in the repo root when either the --flutter-repo flag is supplied or the sources being analyzed reside in the flutter repo.
-
- 01 Sep, 2016 2 commits
-
-
Dan Rubel authored
* show device list in flutter doctor output fixes https://github.com/flutter/flutter/issues/5625
-
Dan Rubel authored
* improve device matching error message fixes https://github.com/flutter/flutter/issues/5675
-
- 31 Aug, 2016 1 commit
-
-
Dan Rubel authored
Implement flutter format, fixes https://github.com/flutter/flutter/issues/5338
-