Rain/pubspec.yaml

83 lines
1.7 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-02-15 22:55:14 +03:00
version: 1.3.1+34
2023-01-15 17:51:26 +03:00
environment:
2024-02-15 22:55:14 +03:00
sdk: ">=3.3.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-03-03 16:11:30 +03:00
dio: ^5.4.1
2023-08-21 19:15:00 +03:00
intl: ^0.18.1
2023-04-26 00:39:40 +03:00
isar: ^3.1.0+1
2023-06-05 22:13:08 +03:00
shimmer: ^3.0.0
2023-01-27 21:48:40 +03:00
iconsax: ^0.0.8
2023-04-23 18:04:59 +03:00
timezone: ^0.9.2
2024-03-03 16:11:30 +03:00
geocoding: ^2.2.0
2024-02-15 22:55:14 +03:00
geolocator: ^11.0.0
home_widget: ^0.4.1
2023-10-02 22:55:43 +03:00
workmanager: ^0.5.2
2024-03-03 16:11:30 +03:00
google_fonts: ^6.2.0
flutter_glow: ^0.3.0
2024-03-03 16:11:30 +03:00
url_launcher: ^6.2.5
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-01-27 18:44:14 +03:00
path_provider: ^2.1.2
2023-11-18 13:51:52 +03:00
json_annotation: ^4.8.1
flutter_timezone: ^1.0.8
2023-12-03 16:19:42 +03:00
package_info_plus: ^5.0.1
connectivity_plus: ^5.0.2
2023-11-18 13:51:52 +03:00
freezed_annotation: ^2.4.1
2023-04-25 13:58:21 +03:00
isar_flutter_libs: ^3.1.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
2023-10-12 20:48:23 +03:00
flutter_colorpicker: ^1.0.3
2023-05-11 15:16:25 +03:00
scrollable_positioned_list: ^0.3.8
2024-01-27 18:44:14 +03:00
flutter_local_notifications: ^16.3.2
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-02-10 15:02:22 +03:00
freezed: ^2.4.7
2024-01-27 18:44:14 +03:00
build_runner: ^2.4.8
2023-11-18 13:51:52 +03:00
flutter_lints: ^3.0.1
2023-04-25 13:58:21 +03:00
isar_generator: ^3.1.0+1
2023-10-16 10:55:32 +05:30
json_serializable: ^6.7.1
2024-02-10 15:02:22 +03:00
flutter_native_splash: ^2.3.10
2023-10-22 09:34:08 +03:00
flutter_launcher_icons: ^0.13.1
2023-01-16 13:39:30 +03:00
flutter_icons:
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/images/
2023-03-27 16:47:45 +03:00
- assets/icons/