flutter/examples/stocks
Andrew Davies 9ceb9ab305
[flutter_driver] Adds fuchsia compat for connect() (#22633)
Adds a Fuchsia compatibility function that allows for connecting to a
specific Isolate by name when running Flutter Driver on a Fuchsia
device.  This will check over multiple Dart VM's in an attempt to find
an Isolate by its name.
2018-10-08 11:09:07 -07:00
..
android Upgradle Gradle dependencies to match Android Studio 3.1.2 (#18080) 2018-06-01 09:57:40 +02:00
ios Don't bundle Genereted.xcconfig as a resource (#19544) 2018-07-19 07:24:06 -07:00
lib sort_constructors_first (#22575) 2018-10-04 07:28:07 +02:00
test Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
test_driver Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
pubspec.yaml [flutter_driver] Adds fuchsia compat for connect() (#22633) 2018-10-08 11:09:07 -07:00
README.md Spelling (#15229) 2018-03-06 21:36:03 -08:00

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 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.

Internationalization

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.

The Flutter Internationalization Tutorial covers Flutter app internationalization in general.

See regenerate.md for an explanation of how the Dart internationalization tools, like intl_translation:generate_from_arb, were used to generate localizations for this app.

Icon

Icon was created using Android Asset Studio: 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 Which is public domain.