You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
606 B
36 lines
606 B
10 months ago
|
name: pi_dashboard
|
||
|
description: "A new Flutter project."
|
||
|
|
||
|
# Prevent accidental publishing to pub.dev.
|
||
|
publish_to: 'none'
|
||
|
|
||
|
version: 1.0.0+1
|
||
|
|
||
|
environment:
|
||
|
sdk: '>=3.3.4 <4.0.0'
|
||
|
|
||
|
dependencies:
|
||
|
flutter:
|
||
|
sdk: flutter
|
||
|
flutter_localizations:
|
||
|
sdk: flutter
|
||
|
http: ^1.2.1
|
||
|
shared_preferences:
|
||
|
|
||
|
flutter_gen: any
|
||
|
dev_dependencies:
|
||
|
flutter_test:
|
||
|
sdk: flutter
|
||
|
|
||
|
flutter_lints: ^3.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/
|