2023-01-15 17:51:26 +03:00
|
|
|
name: rain
|
|
|
|
description: A new Flutter project.
|
|
|
|
|
|
|
|
publish_to: 'none'
|
|
|
|
|
2023-03-16 19:17:54 +03:00
|
|
|
version: 1.0.7+8
|
2023-01-15 17:51:26 +03:00
|
|
|
|
|
|
|
environment:
|
2023-03-16 19:17:54 +03:00
|
|
|
sdk: '>=2.19.4 <3.0.0'
|
2023-01-15 17:51:26 +03:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2023-01-17 16:20:28 +03:00
|
|
|
flutter_localizations:
|
|
|
|
sdk: flutter
|
2023-01-16 13:39:30 +03:00
|
|
|
get: ^4.6.5
|
2023-03-20 11:15:45 +03:00
|
|
|
dio: ^5.0.3
|
2023-01-17 16:20:28 +03:00
|
|
|
isar: ^3.0.5
|
|
|
|
intl: ^0.17.0
|
2023-01-16 13:39:30 +03:00
|
|
|
shimmer: ^2.0.0
|
2023-01-27 21:48:40 +03:00
|
|
|
iconsax: ^0.0.8
|
2023-03-22 00:20:14 +03:00
|
|
|
timezone: ^0.9.1
|
2023-03-16 19:17:54 +03:00
|
|
|
geocoding: ^2.1.0
|
2023-02-11 22:56:56 +03:00
|
|
|
geolocator: ^9.0.2
|
2023-01-21 15:40:32 +03:00
|
|
|
flutter_glow: ^0.2.0
|
2023-03-16 19:17:54 +03:00
|
|
|
url_launcher: ^6.1.10
|
2023-03-22 14:00:56 +03:00
|
|
|
path_provider: ^2.0.14
|
2023-03-16 19:17:54 +03:00
|
|
|
flutter_typeahead: ^4.3.7
|
|
|
|
package_info_plus: ^3.0.3
|
2023-02-12 15:02:19 +03:00
|
|
|
connectivity_plus: ^3.0.3
|
2023-01-17 16:20:28 +03:00
|
|
|
isar_flutter_libs: ^3.0.5
|
2023-03-16 19:17:54 +03:00
|
|
|
custom_navigation_bar: ^0.8.2
|
2023-02-12 23:01:31 +03:00
|
|
|
scrollable_positioned_list: ^0.3.5
|
2023-02-12 15:02:19 +03:00
|
|
|
internet_connection_checker: ^1.0.0+1
|
2023-01-15 17:51:26 +03:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
2023-03-22 21:50:36 +03:00
|
|
|
flutter_lints: ^2.0.1
|
|
|
|
build_runner: ^2.3.3
|
2023-01-17 16:20:28 +03:00
|
|
|
isar_generator: ^3.0.5
|
2023-03-06 11:05:34 +03:00
|
|
|
flutter_native_splash: ^2.2.19
|
2023-03-04 11:49:01 +03:00
|
|
|
flutter_launcher_icons: ^0.12.0
|
2023-01-16 13:39:30 +03:00
|
|
|
|
|
|
|
flutter_icons:
|
|
|
|
android: true
|
|
|
|
image_path: "assets/icons/icon.png"
|
|
|
|
adaptive_icon_background: "#182224"
|
|
|
|
adaptive_icon_foreground: "assets/icons/icon.png"
|
|
|
|
|
|
|
|
flutter_native_splash:
|
|
|
|
color: "#182224"
|
|
|
|
image: "assets/icons/splash.png"
|
2023-01-15 17:51:26 +03:00
|
|
|
|
|
|
|
flutter:
|
2023-01-16 13:39:30 +03:00
|
|
|
generate: false
|
|
|
|
uses-material-design: true
|
|
|
|
|
|
|
|
assets:
|
|
|
|
- assets/images/
|
2023-02-19 19:51:08 +03:00
|
|
|
- assets/icons/
|