cpd/pubspec.yaml

45 lines
830 B
YAML
Raw Normal View History

2024-05-09 09:46:23 +02:00
name: cpd
description: "A new Flutter project."
2024-05-09 09:46:23 +02:00
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.3.3 <4.0.0'
dependencies:
sqflite: ^2.1.0+1
2024-05-20 22:45:45 +02:00
intl: ^0.19.0
2024-05-09 09:46:23 +02:00
flutter:
sdk: flutter
idb_shim: ^2.0.0
2024-05-09 09:46:23 +02:00
flutter_chart: ^0.1.6
cupertino_icons: ^1.0.6
sqflite_common_ffi: ^2.0.0
2024-05-24 00:01:08 +02:00
path_provider: any
2024-05-30 19:43:56 +02:00
path: ^1.8.0
2024-05-09 09:46:23 +02:00
dev_dependencies:
flutter_launcher_icons: ^0.13.1
2024-05-09 09:46:23 +02:00
flutter_test:
sdk: flutter
2024-05-24 00:01:08 +02:00
mockito: ^5.0.0
build_runner: ^2.1.7
2024-05-24 00:01:08 +02:00
test: ^1.24.9
2024-05-20 22:45:45 +02:00
flutter_lints: ^4.0.0
2024-05-24 00:01:08 +02:00
integration_test:
sdk: flutter
2024-05-09 09:46:23 +02:00
flutter_launcher_icons:
ios: true
image_path: "assets/logo.png"
macos:
generate: true
image_path: "assets/logo.png"
2024-05-09 09:46:23 +02:00
flutter:
2024-05-09 09:46:23 +02:00
uses-material-design: true
assets:
- assets/appbar_background.png
- assets/logo.png