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