- 23 Jul, 2018 1 commit
-
-
Alexandre Ardhuin authored
* re-enable lint unnecessary_const * remove trailling whitespaces * remove unnecessary const (after merge)
-
- 20 Jul, 2018 1 commit
-
-
Leaf Petersen authored
* Remove uses of deprecated constants * Change int.parse to int.tryParse where appropriate
-
- 16 Jul, 2018 2 commits
-
-
Ian Hickson authored
This reverts commit cc1cf13e.
-
Alexandre Ardhuin authored
-
- 09 Jul, 2018 1 commit
-
-
Devon Carew authored
* adjust declared types to work with dart 2 typing at runtime * review comments * update packages/flutter_tools/lib/src/ios/simulators.dart
-
- 27 Jun, 2018 1 commit
-
-
Danny Tuppeny authored
* Improve update checking This change emables pinging the server to check for updates regardless of whether the local version is "out of date". The server code already has a 7-day cache so the result is that we can now ping the server once every 7 days instead of waiting for the local install to be 4 weeks out of date before pinging. The original 4 week period is still used for when we'll start warning the user they're out of date if we could not confirm with the server whether there's a new version. * Improve message when we know there's a new version available * Fix bnullable bool checks * Switch nullable bool to enum * Fix casing of enum values * Remove stale comment The names are now descriptive so doesn't need additional explanation. * Improve name of function * Remove note: * Rename kPauseToLetUserReadTheMessage -> timeToPauseToLetUserReadTheMessage * Change kVersionAgeConsideredUpToDate to 5 weeks from 4 * Inline the isNewerFrameworkVersionAvailable check * Fix indenting (?) * Fix more indenting * Rename function to be clearer it's getting the commit date * Formating tweaks * Update stamp when connection failed, and reduce time before we'll try again Previously we would hit the server on every command if we thought we might be out of date and we never successfully connected (eg. if you're offline). This makes the stamp update even when there's a conneciton failure so that this won't happen, but reduces the time till we check again from 7 days to 3 days to compensate a little in case it was a one-off. https://github.com/flutter/flutter/pull/18193#issuecomment-399222269 * Fix comment * Don't perform update checks if not on an official channel
-
- 20 Jun, 2018 1 commit
-
-
Florian Loitsch authored
-
- 05 Jun, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Jun, 2018 1 commit
-
-
Danny Tuppeny authored
-
- 18 May, 2018 1 commit
-
-
Greg Spencer authored
Our style guide says the k's are not necessary, and it seems like a good idea to make all the code be consistent on this. Only naming changes to private vars: no logic changes.
-
- 13 Apr, 2018 1 commit
-
-
Hans Muller authored
Revert some uses of Number.tryParse(), ignore deprecation warnings for Number.parse()
-
- 12 Apr, 2018 1 commit
-
-
Alexander Aprelev authored
* Handle error count reported by frontend. Extend compilation result from single string to a structure(string filename and integer error count). * Use ?. * Include engine roll with dart sdk roll. * parse(onError) -> tryParse * Make '?? throw' more readable and avoid issue with analyzer * Fix test so it mocks compiler output including errors count
-
- 28 Mar, 2018 1 commit
-
-
Todd Volkert authored
This updates AppContext per the recommendations in #15352 Fixes #15352
-
- 12 Mar, 2018 1 commit
-
-
Jason Simmons authored
-
- 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
-