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
765167bb
Commit
765167bb
authored
Oct 19, 2017
by
Hans Muller
Committed by
GitHub
Oct 19, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated stocks example README (#12634)
parent
e543b07d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
2 deletions
+37
-2
README.md
examples/flutter_gallery/README.md
+1
-1
README.md
examples/stocks/README.md
+36
-1
No files found.
examples/flutter_gallery/README.md
View file @
765167bb
...
...
@@ -7,7 +7,7 @@ Demo app for the material design widgets and other features provided by Flutter.
You can follow these instructions to build the gallery app
and install it onto your device.
### Prereqs
### Prereq
uisite
s
If you are new to Flutter, please first follow
the
[
Flutter Setup
](
https://flutter.io/setup/
)
guide.
...
...
examples/stocks/README.md
View file @
765167bb
# Stocks
Demo app for the material design widgets and other features provided by Flutter.
## Building
You can follow these instructions to build the stocks app
and install it onto your device.
### Prerequisites
If you are new to Flutter, please first follow
the
[
Flutter Setup
](
https://flutter.io/setup/
)
guide.
### Building and installing the stocks demo app
*
`cd $FLUTTER_ROOT/examples/stocks`
*
`flutter upgrade`
*
`flutter run --release`
The
`flutter run --release`
command both builds and installs the Flutter app.
## Interationalization
This app has been internationalized (just enough to show how it's
done). It's an example of how one can do so with the
[
Dart intl package
](
https://pub.dartlang.org/packages/intl
)
.
The
[
Flutter Internationalization Tutorial
](
https://flutter.io/tutorials/internationalization/
)
covers Flutter app internationalization in general.
See
[
regenerate.md
](
lib/i18n/regenerate.md
)
for an explanation
of how the Dart interationalization tools, like
`intl_translation:generate_from_arb`
, were used to generate
localizations for this app.
## Icon
Icon was created using Android Asset Studio:
...
...
@@ -6,4 +42,3 @@ https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html#foreground.t
From this clipart:
https://openclipart.org/detail/30403/tango-go-up
Which is public domain.
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