Rain/pubspec.yaml

102 lines
2.2 KiB
YAML
Raw 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
2024-10-05 17:49:08 +03:00
version: 1.3.6+39
2023-01-15 17:51:26 +03:00
environment:
2024-11-03 20:51:49 +03:00
sdk: ">=3.5.4 <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-09-06 22:07:50 +03:00
dio: ^5.7.0
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-08-29 22:00:08 +03:00
home_widget: ^0.7.0
2023-10-02 22:55:43 +03:00
workmanager: ^0.5.2
2024-10-05 17:49:08 +03:00
restart_app: ^1.3.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-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
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-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
2024-08-30 22:31:42 +03:00
flutter_timezone: ^3.0.1
2024-11-10 19:55:18 +03:00
device_info_plus: ^11.1.1
package_info_plus: ^8.1.1
2024-11-03 20:51:49 +03:00
connectivity_plus: ^6.1.0
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
2024-08-15 22:39:51 +03:00
flutter_map_animations: ^0.7.1
2024-10-05 17:49:08 +03:00
flutter_expandable_fab: ^2.3.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-11-03 20:51:49 +03:00
flutter_local_notifications: ^18.0.0
2024-10-05 17:49:08 +03:00
internet_connection_checker_plus: ^2.5.2
2024-08-12 21:03:35 +03:00
dio_cache_interceptor_file_store: ^1.2.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/
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
2024-10-05 17:49:08 +03:00
build_runner: ^2.4.13
flutter_lints: ^5.0.0
2024-05-18 21:58:53 +03:00
json_serializable: ^6.8.0
2024-11-03 20:51:49 +03:00
flutter_native_splash: ^2.4.2
2024-10-05 17:49:08 +03:00
flutter_launcher_icons: ^0.14.1
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/