mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
33 lines
552 B
Cheetah
33 lines
552 B
Cheetah
name: {{projectName}}
|
|
description: {{description}}
|
|
|
|
# Prevent accidental publishing to pub.dev.
|
|
publish_to: 'none'
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: {{dartSdkVersionBounds}}
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter_lints: ^1.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
|
|
# Enable generation of localized Strings from arb files.
|
|
generate: true
|
|
|
|
assets:
|
|
# Add assets from the images directory to the application.
|
|
- assets/images/
|