flutter/packages/flutter_tools/templates/skeleton
2022-04-14 13:26:38 -07:00
..
assets/images Add a more complete app template for Flutter (skeleton) (#83530) 2021-06-28 15:26:04 -07:00
lib Use super parameters in templates (#101157) 2022-04-14 13:26:38 -07:00
test [flutter_tools] Use proper project name in templates (#96373) 2022-02-02 06:50:14 -08:00
l10n.yaml.tmpl Add a more complete app template for Flutter (skeleton) (#83530) 2021-06-28 15:26:04 -07:00
pubspec.yaml.tmpl Upgrade to flutter_lints 2.0 (#99881) 2022-03-22 11:00:23 -07:00
README.md.tmpl [flutter_tools] Use proper project name in templates (#96373) 2022-02-02 06:50:14 -08:00

# {{projectName}}

{{description}}

## Getting Started

This project is a starting point for a Flutter application that follows the
[simple app state management
tutorial](https://flutter.dev/docs/development/data-and-backend/state-mgmt/simple).

For help getting started with Flutter development, view the
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

## Assets

The `assets` directory houses images, fonts, and any other files you want to
include with your application.

The `assets/images` directory contains [resolution-aware
images](https://flutter.dev/docs/development/ui/assets-and-images#resolution-aware).

## Localization

This project generates localized messages based on arb files found in
the `lib/src/localization` directory.

To support additional languages, please visit the tutorial on
[Internationalizing Flutter
apps](https://flutter.dev/docs/development/accessibility-and-localization/internationalization)