Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
6e324ef9
Commit
6e324ef9
authored
Dec 21, 2015
by
Devon Carew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix analysis errors and warnings in the stocks example
parent
884c8e9e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
stock_messages_en.dart
examples/stocks/lib/i18n/stock_messages_en.dart
+2
-2
stock_messages_es.dart
examples/stocks/lib/i18n/stock_messages_es.dart
+2
-2
pubspec.yaml
packages/flutter/pubspec.yaml
+2
-0
No files found.
examples/stocks/lib/i18n/stock_messages_en.dart
View file @
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
}
examples/stocks/lib/i18n/stock_messages_es.dart
View file @
6e324ef9
...
...
@@ -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
}
packages/flutter/pubspec.yaml
View file @
6e324ef9
...
...
@@ -25,6 +25,8 @@ dependencies:
dev_dependencies
:
flutter_test
:
path
:
../flutter_test
stocks
:
path
:
../../examples/stocks
environment
:
sdk
:
'
>=1.12.0
<2.0.0'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment