Commit 7970df59 authored by Devon Carew's avatar Devon Carew

Merge pull request #1008 from devoncarew/fix_analysis_errors

fix analysis errors and warnings in the stocks example
parents 2bc0a059 6e324ef9
......@@ -6,7 +6,7 @@
*/
library messages_en;
import 'package:intl/intl.dart';
import 'package:intl/message_lookup_by_library.dart';
final messages = new MessageLookup();
......@@ -26,4 +26,4 @@ class MessageLookup extends MessageLookupByLibrary {
"portfolio" : portfolio,
"title" : title
};
}
\ No newline at end of file
}
......@@ -6,7 +6,7 @@
*/
library messages_es;
import 'package:intl/intl.dart';
import 'package:intl/message_lookup_by_library.dart';
final messages = new MessageLookup();
......@@ -26,4 +26,4 @@ class MessageLookup extends MessageLookupByLibrary {
"portfolio" : portfolio,
"title" : title
};
}
\ No newline at end of file
}
......@@ -25,6 +25,8 @@ dependencies:
dev_dependencies:
flutter_test:
path: ../flutter_test
stocks:
path: ../../examples/stocks
environment:
sdk: '>=1.12.0 <2.0.0'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment