Alexandre Ardhuin
c02b6a8bcf
some whitespace cleanup ( #14443 )
2018-02-02 23:27:29 +01:00
Ian Hickson
64e2e00d6f
Attempt to make flutter compatible with more git versions ( #14273 )
...
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.)
2018-01-26 16:59:56 -08:00
Ian Hickson
9e42e4b88f
New release process ( #14061 )
...
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".
2018-01-18 07:59:06 -08:00
Mehmet Fidanboylu
b61cbc735e
Add capability to print engine dart sdk to flutter doctor ( #13085 )
...
* Add capability to print engine dart sdk to flutter doctor
* First round of review comments
* second round of comments
* Final review comments
2017-11-29 11:03:50 -08:00
xster
9a0d4cf75b
Add a Flutter version comparison function ( #12959 )
...
* add git version comparison function
* use [] in dartdoc
* Make method instance method
2017-11-14 18:50:15 -08:00
Mehmet Fidanboylu
96942bc797
Get rid of static version methods which ignore the AppContext ( #12971 )
...
* Get rid of static version methods which ignore the AppContext
* Review comments
* Review Comments
* Make branch behave the same as original implementation
* Fix tests
2017-11-10 17:31:18 -08:00
Ian Hickson
efb45ea788
Trivial nit fixes ( #12285 )
2017-09-27 16:13:48 -07:00
Seth Ladd
b471a9cffc
send channel name as a custom dimension ( #10814 )
...
* send channel name as a custom dimension
* tweaks from review
* remove unused import
2017-06-20 08:20:57 -07:00
xster
03393510ba
address comments ( #10786 )
2017-06-16 14:22:10 -07:00
xster
45446ae21b
first round of future awaits ( #10760 )
2017-06-15 18:49:19 -07:00
Ian Hickson
0f1a703a6b
More documentation ( #10589 )
2017-06-08 17:13:03 -07:00
Kevin Moore
1b56cb790c
Add --version-json to flutter CLI ( #10538 )
...
closes https://github.com/flutter/flutter/issues/10534
2017-06-06 18:40:32 -07:00
Yegor
fa47c34f76
fix version stamp Map check ( #9890 )
2017-05-08 12:59:33 -07:00
Jason Simmons
9455fb64d9
Allow upgrades and version checks against the alpha branch ( #9387 )
...
Fixes https://github.com/flutter/flutter/issues/9258
2017-04-14 09:58:31 -07:00
Yegor
a5593b1678
fix analyzer warning: use const where possible ( #9320 )
2017-04-10 14:20:47 -07:00
Yegor
5efbe05f04
do not warn about out-of-date Flutter installation too often ( #9271 )
...
* do not warn about out-of-date Flutter installation too often
* style fix
2017-04-10 13:21:02 -07:00
Yegor
93126a85e1
warn about outdated Flutter installations ( #9163 )
2017-04-04 10:45:43 -07:00
Todd Volkert
12ebb66d9e
Allow FlutterVersion to be overridden in the context ( #8801 )
2017-03-15 14:01:45 -07:00
Chris Bracken
7a09316cd0
Declare locals final where not reassigned (flutter_tools) ( #8570 )
2017-03-03 17:50:46 -08:00
Todd Volkert
9ba607862e
Update to package:process v1.0.1 ( #7607 )
2017-01-24 10:09:29 -08:00
Todd Volkert
016b5ab0cc
Force all dart:io usage to go through 'base/io.dart' ( #7390 )
...
This ensures that accidental usages of dart:io's
file API don't creep in over time.
2017-01-09 08:37:00 -08:00
Todd Volkert
60b19b2035
Create abstraction layer for dart:io's Process commands ( #7100 )
...
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.
2016-11-30 08:42:42 -08:00
Todd Volkert
cedbfd4896
Don't crash if we fail to get the flutter or engine revision ( #6332 )
2016-10-14 15:43:44 -07:00
Devon Carew
7ab48f4ef6
tweak the --version text ( #5420 )
2016-08-16 08:38:19 -07:00
Phil Quitslund
abeb5c7363
Add framework commit date to version output ( #5336 ). ( #5367 )
...
Fixes: https://github.com/flutter/flutter/issues/5336
2016-08-15 11:07:37 -07:00
Phil Quitslund
803fbec51b
Add Dart SDK to version info ( #4986 ). ( #5337 )
...
* Add Dart SDK to version info (#4986 ).
Adds a new SDK line to the `flutter —version` output.
* Prefer `Platform.version`.
* Version text fixes.
2016-08-11 16:39:33 -07:00
Jason Simmons
32846de9f8
Remove ArtifactStore and move flutterRoot into Cache ( #3883 )
2016-05-12 15:54:35 -07:00
Devon Carew
7072c8f255
Update version.dart ( #3873 )
2016-05-11 19:58:34 -07:00
Devon Carew
bd564a02af
avoid sending analytics on ci systems ( #3765 )
...
* avoid sending analytics on ci systems
* review comments
2016-05-05 19:51:22 -07:00