Rain/pubspec.yaml

105 lines
2.3 KiB
YAML
Raw Permalink Normal View History

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
2025-03-12 22:21:22 +03:00
version: 1.3.8+41
2023-01-15 17:51:26 +03:00
environment:
2025-05-28 17:42:15 +03:00
sdk: ">=3.8.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
2025-03-02 15:58:04 +03:00
get: ^4.7.2
2024-08-04 11:48:25 +03:00
gap: ^3.0.1
2025-02-08 13:09:25 +03:00
dio: ^5.8.0+1
2025-05-28 17:42:15 +03:00
intl: ^0.20.2
2023-06-05 22:13:08 +03:00
shimmer: ^3.0.0
2024-08-12 21:03:35 +03:00
latlong2: ^0.9.1
2025-05-28 17:42:15 +03:00
timezone: ^0.10.1
geocoding: ^4.0.0
geolocator: ^14.0.1
home_widget: ^0.8.0
2024-10-05 17:49:08 +03:00
restart_app: ^1.3.2
2025-03-11 21:01:16 +03:00
flutter_map: ^8.1.1
2024-03-11 23:42:29 +03:00
google_fonts: ^6.2.1
2024-10-12 22:27:27 +03:00
url_launcher: ^6.3.1
2024-08-12 21:03:35 +03:00
iconsax_plus: ^1.0.0
2024-03-03 16:11:30 +03:00
dynamic_color: ^1.7.0
2024-11-03 20:51:49 +03:00
path_provider: ^2.1.5
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
2025-05-28 17:42:15 +03:00
flutter_timezone: ^4.1.1
2025-04-25 18:57:26 +03:00
device_info_plus: ^11.4.0
2025-03-02 15:58:04 +03:00
package_info_plus: ^8.3.0
2025-04-25 18:57:26 +03:00
connectivity_plus: ^6.1.4
2025-03-02 15:58:04 +03:00
freezed_annotation: ^3.0.0
2025-04-25 18:57:26 +03:00
flutter_map_cache: ^2.0.0+1
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
2025-04-25 18:57:26 +03:00
dio_cache_interceptor: ^4.0.3
http_cache_file_store: ^2.0.1
2025-02-08 13:09:25 +03:00
flutter_map_animations: ^0.9.0
2025-05-28 17:42:15 +03:00
flutter_expandable_fab: ^2.5.1
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
2025-05-28 17:42:15 +03:00
flutter_local_notifications: ^19.2.1
internet_connection_checker_plus: ^2.7.2
2024-08-28 21:52:42 +03:00
isar:
2024-08-15 22:39:51 +03:00
version: ^3.1.8
2024-08-12 21:03:35 +03:00
hosted: https://pub.isar-community.dev/
isar_flutter_libs:
2024-08-15 22:39:51 +03:00
version: ^3.1.8
2024-08-12 21:03:35 +03:00
hosted: https://pub.isar-community.dev/
2025-03-02 15:58:04 +03:00
workmanager:
git:
url: https://github.com/fluttercommunity/flutter_workmanager.git
path: workmanager
ref: main
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
2025-03-02 15:58:04 +03:00
freezed: ^3.0.0-0.0.dev
build_runner: ^2.4.15
2025-05-28 17:42:15 +03:00
flutter_lints: ^6.0.0
2024-12-15 13:41:23 +03:00
json_serializable: ^6.9.0
2025-04-25 18:57:26 +03:00
flutter_native_splash: ^2.4.6
2025-02-08 13:09:25 +03:00
flutter_launcher_icons: ^0.14.3
2024-08-28 21:52:42 +03:00
isar_generator:
2024-08-15 22:39:51 +03:00
version: ^3.1.8
2024-08-12 21:03:35 +03:00
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:
- assets/
2023-01-16 13:39:30 +03:00
- assets/images/
2023-03-27 16:47:45 +03:00
- assets/icons/