You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.3 KiB
70 lines
1.3 KiB
2 years ago
|
name: watermanagement
|
||
|
description: A new Flutter project.
|
||
|
|
||
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||
|
|
||
|
version: 1.0.0+1
|
||
|
|
||
|
environment:
|
||
|
sdk: '>=2.18.5 <3.0.0'
|
||
|
|
||
|
dependencies:
|
||
|
flutter:
|
||
|
sdk: flutter
|
||
|
|
||
|
cupertino_icons: ^1.0.2
|
||
|
|
||
|
location: ^4.4.0
|
||
|
geolocator: ^9.0.2
|
||
|
google_api_headers: ^1.5.0+1
|
||
|
google_maps_flutter: ^2.2.3
|
||
|
google_maps_webservice: ^0.0.20-nullsafety.5
|
||
|
http: ^0.13.5
|
||
|
provider: ^6.0.5
|
||
|
tuple: ^2.0.1
|
||
|
uuid: ^3.0.7
|
||
|
flutter_svg_provider: ^1.0.3
|
||
|
flutter_svg: ^1.0.1
|
||
|
dev_dependencies:
|
||
|
flutter_test:
|
||
|
sdk: flutter
|
||
|
|
||
|
flutter_lints: ^2.0.0
|
||
|
fluttertoast: ^8.1.2
|
||
|
http: ^0.13.5
|
||
|
shared_preferences: ^2.0.15
|
||
|
sizer: ^2.0.11
|
||
|
geolocator: ^9.0.2
|
||
|
geocoding: ^2.0.4
|
||
|
image_picker: ^0.8.6+1
|
||
|
flutter_launcher_icons: ^0.11.0
|
||
|
url_launcher: ^6.1.9
|
||
|
intl: ^0.17.0
|
||
|
flutter_svg: ^1.0.1
|
||
|
flutter_styled_toast: ^2.1.3
|
||
|
google_maps_place_picker_mb: ^3.0.1
|
||
|
flutter_datetime_picker: ^1.5.1
|
||
|
date_time_picker: ^2.1.0
|
||
|
flutter_cupertino_datetime_picker: ^3.0.0
|
||
|
card_swiper: ^2.0.4
|
||
|
|
||
|
|
||
|
|
||
|
flutter_icons:
|
||
|
image_path_ios: 'images/appiconn.png'
|
||
|
image_path_android: 'images/appiconn.png'
|
||
|
android: true
|
||
|
ios: true
|
||
|
remove_alpha_ios: true
|
||
|
|
||
|
flutter_launcher_name:
|
||
|
name: "Water Management"
|
||
|
|
||
|
|
||
|
flutter:
|
||
|
|
||
|
uses-material-design: true
|
||
|
assets:
|
||
|
- images/
|
||
|
|