2024-05-09 09:46:23 +02:00
|
|
|
name: cpd
|
|
|
|
description: "A new Flutter project."
|
2024-05-09 17:37:41 +02:00
|
|
|
|
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:
|
2024-05-12 00:08:54 +02:00
|
|
|
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
|
2024-05-28 21:59:44 +02:00
|
|
|
idb_shim: ^2.0.0
|
2024-05-09 09:46:23 +02:00
|
|
|
flutter_chart: ^0.1.6
|
|
|
|
cupertino_icons: ^1.0.6
|
2024-05-30 14:28:21 +02:00
|
|
|
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_test:
|
|
|
|
sdk: flutter
|
2024-05-24 00:01:08 +02:00
|
|
|
mockito: ^5.0.0
|
2024-05-28 21:59:44 +02:00
|
|
|
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:
|
|
|
|
|
|
|
|
uses-material-design: true
|
|
|
|
assets:
|
2024-05-09 17:37:41 +02:00
|
|
|
- assets/appbar_background.png
|