- 15 Feb, 2018 1 commit
-
-
Alexander Aprelev authored
* Use already downloaded dart sdk for frontend_server. This is follow-up to https://github.com/flutter/flutter/pull/14610 * Remove reference to engine dart-sdk from artifacts * Remove unused imports * WIP to switch back to solution where dart sdk is downloaded into bin/cache/dart-sdk, but it is 'flutter precache -a' that can download all dart sdks for other platforms under bin/cache/artifacts/engine/<platform>/dart-sdk * Download all dart sdks when 'flutter precache -a'
-
- 02 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Jan, 2018 1 commit
-
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/14232 (I haven't tested this with older versions of git, I'm just going on what @jason-simmons wrote in the bug.)
-
- 18 Jan, 2018 1 commit
-
-
Ian Hickson authored
Generate the "version" file from git tags. Remove the old VERSION file and mentions of versions in pubspec.yaml files. Replace the old update_versions.dart script with a new roll_dev.dart script. Update "flutter channel". Update "flutter upgrade", including making it transition from alpha to dev. Update "flutter --version" and "flutter doctor".
-
- 29 Nov, 2017 1 commit
-
-
Mehmet Fidanboylu authored
* Add capability to print engine dart sdk to flutter doctor * First round of review comments * second round of comments * Final review comments
-
- 15 Nov, 2017 1 commit
-
-
xster authored
* add git version comparison function * use [] in dartdoc * Make method instance method
-
- 11 Nov, 2017 1 commit
-
-
Mehmet Fidanboylu authored
* Get rid of static version methods which ignore the AppContext * Review comments * Review Comments * Make branch behave the same as original implementation * Fix tests
-
- 27 Sep, 2017 1 commit
-
-
Ian Hickson authored
-
- 20 Jun, 2017 1 commit
-
-
Seth Ladd authored
* send channel name as a custom dimension * tweaks from review * remove unused import
-
- 16 Jun, 2017 2 commits
- 09 Jun, 2017 1 commit
-
-
Ian Hickson authored
-
- 07 Jun, 2017 1 commit
-
-
Kevin Moore authored
closes https://github.com/flutter/flutter/issues/10534
-
- 08 May, 2017 1 commit
-
-
Yegor authored
-
- 14 Apr, 2017 1 commit
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/9258
-
- 10 Apr, 2017 2 commits
- 04 Apr, 2017 1 commit
-
-
Yegor authored
-
- 15 Mar, 2017 1 commit
-
-
Todd Volkert authored
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 24 Jan, 2017 1 commit
-
-
Todd Volkert authored
-
- 09 Jan, 2017 1 commit
-
-
Todd Volkert authored
This ensures that accidental usages of dart:io's file API don't creep in over time.
-
- 30 Nov, 2016 1 commit
-
-
Todd Volkert authored
With this change, they're run via instance methods on an object obtained through the context. This will allow us to substitute that object in tests with replay/record versions to allow us to mock out the os-layer in tests.
-
- 14 Oct, 2016 1 commit
-
-
Todd Volkert authored
-
- 16 Aug, 2016 1 commit
-
-
Devon Carew authored
-
- 15 Aug, 2016 1 commit
-
-
Phil Quitslund authored
Fixes: https://github.com/flutter/flutter/issues/5336
-
- 11 Aug, 2016 1 commit
-
-
Phil Quitslund authored
* Add Dart SDK to version info (#4986). Adds a new SDK line to the `flutter —version` output. * Prefer `Platform.version`. * Version text fixes.
-
- 12 May, 2016 2 commits
-
-
Jason Simmons authored
-
Devon Carew authored
-
- 06 May, 2016 1 commit
-
-
Devon Carew authored
* avoid sending analytics on ci systems * review comments
-
- 27 Apr, 2016 1 commit
-
-
Devon Carew authored
-
- 26 Apr, 2016 1 commit
-
-
Devon Carew authored
* add google analytics * send in the run target type * track device type targets * use the real GA code * review comments * rev to usage 2.0 * rev to 2.2.0 of usage; add tests * review comments
-
- 24 Mar, 2016 2 commits
-
-
Devon Carew authored
-
Devon Carew authored
-
- 01 Mar, 2016 1 commit
-
-
Adam Barth authored
Handle this error condition better and tweak some of the formating for the version string. Fixes #2162
-
- 29 Jan, 2016 1 commit
-
-
Devon Carew authored
-
- 29 Nov, 2015 1 commit
-
-
Adam Barth authored
1) Moved basic utility code into base/ directory to make it clear which code doesn't depend on Flutter-specific knowldge. 2) Move the CommandRunner subclasses into a runner/ directory because these aren't commands themselves.
-