cpd_2023_hello/pubspec.yaml

25 lines
380 B
YAML
Raw Normal View History

2023-03-31 21:27:40 +02:00
name: demo_project
description: A demo Flutter project for CPD.
2023-03-31 17:02:41 +02:00
2023-03-31 21:27:40 +02:00
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
2023-03-31 17:02:41 +02:00
environment:
sdk: '>=2.19.6 <3.0.0'
dependencies:
flutter:
sdk: flutter
2023-03-31 21:27:40 +02:00
2023-03-31 17:02:41 +02:00
cupertino_icons: ^1.0.2
dev_dependencies:
flutter_test:
sdk: flutter
2023-03-31 21:27:40 +02:00
2023-03-31 17:02:41 +02:00
flutter_lints: ^2.0.0
flutter:
uses-material-design: true