2023-05-31 20:04:38 +02:00
|
|
|
name: cpd_ss23
|
|
|
|
description: A new Flutter project.
|
2023-06-13 01:03:02 +02:00
|
|
|
|
2023-05-31 20:04:38 +02:00
|
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
|
|
|
|
|
|
version: 1.0.0+1
|
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: '>=3.0.0-378.0.dev <4.0.0'
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
|
|
|
|
|
|
|
cupertino_icons: ^1.0.2
|
|
|
|
cached_network_image: ^3.2.3
|
|
|
|
image_picker: ^0.8.7+3
|
|
|
|
image_cropper: ^3.0.2
|
|
|
|
fluttericon: ^2.0.0
|
|
|
|
url_launcher: ^6.1.10
|
|
|
|
curved_navigation_bar: ^1.0.3
|
|
|
|
uuid: ^3.0.7
|
|
|
|
fluttertoast: ^8.2.1
|
|
|
|
firebase_core: ^2.10.0
|
|
|
|
firebase_storage: ^11.1.1
|
|
|
|
cloud_firestore: ^4.7.1
|
|
|
|
firebase_auth: ^4.6.1
|
|
|
|
path_provider: ^2.0.15
|
|
|
|
http: ^0.13.6
|
2023-06-18 13:41:52 +02:00
|
|
|
image_picker_web: ^3.0.0+1
|
|
|
|
image: ^4.0.17
|
2023-05-31 20:04:38 +02:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
2023-06-23 12:12:02 +02:00
|
|
|
mockito: ^5.0.0
|
2023-06-25 23:17:47 +02:00
|
|
|
rxdart:
|
2023-05-31 20:04:38 +02:00
|
|
|
|
|
|
|
flutter_lints: ^2.0.0
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
|
|
|
|
uses-material-design: true
|
|
|
|
|
|
|
|
assets:
|
|
|
|
- assets/images/
|
2023-06-23 12:12:02 +02:00
|
|
|
- test/google-services-test.json
|
2023-05-31 20:04:38 +02:00
|
|
|
|
|
|
|
fonts:
|
|
|
|
- family: Signatra
|
|
|
|
fonts:
|
|
|
|
- asset: assets/fonts/Signatra.ttf
|
|
|
|
weight: 400
|
|
|
|
style: normal
|