flutter/packages/flutter_tools/templates/skeleton
2023-10-18 23:53:08 +00:00
..
assets/images Add a more complete app template for Flutter (skeleton) (#83530) 2021-06-28 15:26:04 -07:00
lib [flutter_tools] modify Skeleton template to use ListenableBuilder instead of AnimatedBuilder (#128810) 2023-07-06 15:14:51 +00: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 Bump flutter_lints to 3.0 (#136841) 2023-10-18 23:53:08 +00: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)