Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: lib/src/flutter.dart

Issue 2256623003: Fix more strong mode errors and warnings. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/command/build.dart ('k') | lib/src/git.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/flutter.dart
diff --git a/lib/src/flutter.dart b/lib/src/flutter.dart
index cf6c0d45030271f1bff5fa752236c4cd54dce129..a209a9cb478e526210ff703a70bd5b9d0ce960d5 100644
--- a/lib/src/flutter.dart
+++ b/lib/src/flutter.dart
@@ -17,7 +17,7 @@ final String rootDirectory = Platform.environment["FLUTTER_ROOT"];
/// The Flutter SDK's version number, or `null` if the Flutter SDK is
/// unavailable.
-final version = () {
+final Version version = () {
if (!isAvailable) return null;
return new Version.parse(
« no previous file with comments | « lib/src/command/build.dart ('k') | lib/src/git.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698