2023-01-15 17:51:26 +03:00
|
|
|
name: rain
|
2023-10-22 09:34:08 +03:00
|
|
|
description: Weather application
|
2023-01-15 17:51:26 +03:00
|
|
|
|
2023-03-27 16:47:45 +03:00
|
|
|
publish_to: "none"
|
2023-01-15 17:51:26 +03:00
|
|
|
|
2024-07-13 07:00:58 +03:00
|
|
|
version: 1.3.4+37
|
2023-01-15 17:51:26 +03:00
|
|
|
|
|
|
|
environment:
|
2024-08-09 22:19:37 +03:00
|
|
|
sdk: ">=3.5.0 <4.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-09-08 20:35:56 +03:00
|
|
|
get: ^4.6.6
|
2024-08-04 11:48:25 +03:00
|
|
|
gap: ^3.0.1
|
2024-07-07 14:49:45 +03:00
|
|
|
dio: ^5.5.0+1
|
2024-05-18 21:58:53 +03:00
|
|
|
intl: ^0.19.0
|
2023-06-05 22:13:08 +03:00
|
|
|
shimmer: ^3.0.0
|
2024-08-12 21:03:35 +03:00
|
|
|
latlong2: ^0.9.1
|
2024-07-07 14:49:45 +03:00
|
|
|
timezone: ^0.9.4
|
2024-04-05 22:52:00 +03:00
|
|
|
geocoding: ^3.0.0
|
2024-08-09 22:19:37 +03:00
|
|
|
geolocator: ^13.0.1
|
2024-05-18 21:58:53 +03:00
|
|
|
home_widget: ^0.6.0
|
2023-10-02 22:55:43 +03:00
|
|
|
workmanager: ^0.5.2
|
2024-08-12 21:03:35 +03:00
|
|
|
flutter_map: ^7.0.2
|
2024-03-11 23:42:29 +03:00
|
|
|
google_fonts: ^6.2.1
|
2024-06-08 18:03:59 +03:00
|
|
|
url_launcher: ^6.3.0
|
2024-08-12 21:03:35 +03:00
|
|
|
iconsax_plus: ^1.0.0
|
2023-07-17 20:53:23 +03:00
|
|
|
time_machine: ^0.9.17
|
2024-03-03 16:11:30 +03:00
|
|
|
dynamic_color: ^1.7.0
|
2024-08-02 22:52:33 +03:00
|
|
|
path_provider: ^2.1.4
|
2024-07-07 22:26:29 +03:00
|
|
|
# quick_settings: ^1.0.1
|
2024-05-18 21:58:53 +03:00
|
|
|
json_annotation: ^4.9.0
|
2024-07-24 23:07:35 +03:00
|
|
|
flutter_timezone: ^2.1.0
|
2024-08-09 22:19:37 +03:00
|
|
|
device_info_plus: ^10.1.2
|
|
|
|
package_info_plus: ^8.0.2
|
|
|
|
connectivity_plus: ^6.0.5
|
2024-08-12 21:03:35 +03:00
|
|
|
flutter_map_cache: ^1.5.1
|
2024-07-24 23:07:35 +03:00
|
|
|
freezed_annotation: ^2.4.4
|
2023-04-24 21:29:51 +03:00
|
|
|
flutter_displaymode: ^0.6.0
|
2023-03-30 19:18:39 +03:00
|
|
|
lat_lng_to_timezone: ^0.2.0
|
2024-08-12 21:03:35 +03:00
|
|
|
line_awesome_flutter: ^3.0.1
|
|
|
|
dio_cache_interceptor: ^3.5.0
|
|
|
|
flutter_map_animations: ^0.7.0
|
2024-06-08 18:03:59 +03:00
|
|
|
flutter_hsvcolor_picker: ^1.5.1
|
2023-05-11 15:16:25 +03:00
|
|
|
scrollable_positioned_list: ^0.3.8
|
2024-08-09 22:19:37 +03:00
|
|
|
flutter_local_notifications: ^17.2.2
|
2024-08-12 21:03:35 +03:00
|
|
|
material_floating_search_bar_2: ^0.5.0
|
2024-08-02 22:52:33 +03:00
|
|
|
internet_connection_checker_plus: ^2.5.1
|
2024-08-12 21:03:35 +03:00
|
|
|
dio_cache_interceptor_file_store: ^1.2.2
|
|
|
|
flutter_map_cancellable_tile_provider: ^3.0.0
|
|
|
|
isar:
|
|
|
|
version: ^3.1.7
|
|
|
|
hosted: https://pub.isar-community.dev/
|
|
|
|
isar_flutter_libs:
|
|
|
|
version: ^3.1.7
|
|
|
|
hosted: https://pub.isar-community.dev/
|
2023-06-05 22:13:08 +03:00
|
|
|
|
|
|
|
# Uncomment this for publishing FLOSS variant
|
2023-06-13 14:45:47 +03:00
|
|
|
# dependency_overrides:
|
|
|
|
# geolocator_android:
|
|
|
|
# git:
|
|
|
|
# url: https://github.com/Zverik/flutter-geolocator.git
|
|
|
|
# ref: floss
|
|
|
|
# path: geolocator_android
|
2023-01-15 17:51:26 +03:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
2024-08-09 22:19:37 +03:00
|
|
|
freezed: ^2.5.7
|
|
|
|
build_runner: ^2.4.12
|
2024-05-18 21:58:53 +03:00
|
|
|
flutter_lints: ^4.0.0
|
|
|
|
json_serializable: ^6.8.0
|
2024-07-07 22:26:29 +03:00
|
|
|
flutter_native_splash: ^2.4.1
|
2023-10-22 09:34:08 +03:00
|
|
|
flutter_launcher_icons: ^0.13.1
|
2024-08-12 21:03:35 +03:00
|
|
|
isar_generator:
|
|
|
|
version: ^3.1.7
|
|
|
|
hosted: https://pub.isar-community.dev/
|
2023-01-16 13:39:30 +03:00
|
|
|
|
2024-05-26 19:09:28 +03:00
|
|
|
flutter_launcher_icons:
|
2023-01-16 13:39:30 +03:00
|
|
|
android: true
|
|
|
|
image_path: "assets/icons/icon.png"
|
2023-07-06 23:24:54 +03:00
|
|
|
adaptive_icon_background: "#181818"
|
2023-01-16 13:39:30 +03:00
|
|
|
adaptive_icon_foreground: "assets/icons/icon.png"
|
|
|
|
|
|
|
|
flutter_native_splash:
|
2023-07-06 23:24:54 +03:00
|
|
|
color: "#181818"
|
|
|
|
android_12:
|
|
|
|
color: "#181818"
|
|
|
|
image: "assets/icons/icon.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:
|
2024-05-11 22:31:43 +05:30
|
|
|
- assets/
|
2023-01-16 13:39:30 +03:00
|
|
|
- assets/images/
|
2023-03-27 16:47:45 +03:00
|
|
|
- assets/icons/
|