1
0
Fork 0
flutter_demo_energy/pubspec.yaml

21 lines
288 B
YAML
Raw Normal View History

2023-02-14 08:06:33 +01:00
name: energy
description: Demo Application
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
2023-04-12 08:41:41 +02:00
sdk: ">=2.19.0 <3.0.0"
2023-02-14 08:06:33 +01:00
dependencies:
flutter:
sdk: flutter
2023-04-12 08:41:41 +02:00
provider: ^6.0.0
2023-02-14 08:06:33 +01:00
dev_dependencies:
test:
flutter_lints: ^2.0.1