README.md 1.17 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
# 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
13
the [Flutter Setup](https://flutter.dev/setup/) guide.
14 15 16 17

### Building and installing the stocks demo app

* `cd $FLUTTER_ROOT/examples/stocks`
18
* `flutter pub get`
19 20 21 22
* `flutter run --release`

The `flutter run --release` command both builds and installs the Flutter app.

Josh Soref's avatar
Josh Soref committed
23
## Internationalization
24 25

This app has been internationalized (just enough to show how it's
26
done). It's an example of how one can do so with the gen_l10n tool.
27

28 29
See [regenerate.md](lib/i18n/regenerate.md) for an explanation for how
the tool is used to generate localizations for this app.
30

31 32
## Icon

33
The icon was created using Android Asset Studio:
34 35 36 37
https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html#foreground.type=image&foreground.space.trim=0&foreground.space.pad=0&foreColor=607d8b%2C0&crop=0&backgroundShape=square&backColor=fff%2C100&effects=none

From this clipart:
https://openclipart.org/detail/30403/tango-go-up
38
Which is in the public domain.