blob: ee156797364768906bbdd8c52c003914ba7d6df5 [file] [log] [blame]
Filip Hracek76d5e622021-06-28 15:26:04 -07001# {{projectName}}
2
3{{description}}
4
5## Getting Started
6
7This project is a starting point for a Flutter application that follows the
8[simple app state management
9tutorial](https://flutter.dev/docs/development/data-and-backend/state-mgmt/simple).
10
Collin Jackson10fbbaf2022-02-02 06:50:14 -080011For help getting started with Flutter development, view the
Filip Hracek76d5e622021-06-28 15:26:04 -070012[online documentation](https://flutter.dev/docs), which offers tutorials,
13samples, guidance on mobile development, and a full API reference.
14
15## Assets
16
17The `assets` directory houses images, fonts, and any other files you want to
18include with your application.
19
20The `assets/images` directory contains [resolution-aware
21images](https://flutter.dev/docs/development/ui/assets-and-images#resolution-aware).
22
23## Localization
24
25This project generates localized messages based on arb files found in
26the `lib/src/localization` directory.
27
28To support additional languages, please visit the tutorial on
29[Internationalizing Flutter
30apps](https://flutter.dev/docs/development/accessibility-and-localization/internationalization)