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-05-26 19:09:28 +03:00
|
|
|
sdk: ">=3.4.1 <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-05-18 21:58:53 +03:00
|
|
|
dio: ^5.4.3+1
|
|
|
|
intl: ^0.19.0
|
|
|
|
isar:
|
|
|
|
version: ^3.1.7
|
|
|
|
hosted: https://pub.isar-community.dev/
|
2023-06-05 22:13:08 +03:00
|
|
|
shimmer: ^3.0.0
|
2023-01-27 21:48:40 +03:00
|
|
|
iconsax: ^0.0.8
|
2024-05-18 21:58:53 +03:00
|
|
|
timezone: ^0.9.3
|
2024-04-05 22:52:00 +03:00
|
|
|
geocoding: ^3.0.0
|
2024-05-18 21:58:53 +03:00
|
|
|
geolocator: ^12.0.0
|
|
|
|
home_widget: ^0.6.0
|
2023-10-02 22:55:43 +03:00
|
|
|
workmanager: ^0.5.2
|
2024-03-11 23:42:29 +03:00
|
|
|
google_fonts: ^6.2.1
|
2024-05-18 21:58:53 +03:00
|
|
|
flutter_glow:
|
|
|
|
git:
|
|
|
|
url: https://github.com/payam-zahedi/flutter-glow.git
|
|
|
|
url_launcher: ^6.2.6
|
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-05-18 21:58:53 +03:00
|
|
|
path_provider: ^2.1.3
|
|
|
|
json_annotation: ^4.9.0
|
2023-10-15 12:04:16 +03:00
|
|
|
flutter_timezone: ^1.0.8
|
2024-05-18 21:58:53 +03:00
|
|
|
package_info_plus: ^8.0.0
|
|
|
|
connectivity_plus: ^6.0.3
|
2023-11-18 13:51:52 +03:00
|
|
|
freezed_annotation: ^2.4.1
|
2024-05-18 21:58:53 +03:00
|
|
|
isar_flutter_libs:
|
|
|
|
version: ^3.1.7
|
|
|
|
hosted: https://pub.isar-community.dev/
|
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-05-18 21:58:53 +03:00
|
|
|
flutter_hsvcolor_picker: ^1.5.0
|
2023-05-11 15:16:25 +03:00
|
|
|
scrollable_positioned_list: ^0.3.8
|
2024-05-18 21:58:53 +03:00
|
|
|
flutter_local_notifications: ^17.1.2
|
2024-05-31 10:40:10 +03:00
|
|
|
internet_connection_checker_plus: ^2.4.1
|
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-05-18 21:58:53 +03:00
|
|
|
freezed: ^2.5.2
|
|
|
|
build_runner: ^2.4.10
|
|
|
|
flutter_lints: ^4.0.0
|
|
|
|
isar_generator:
|
|
|
|
version: ^3.1.7
|
|
|
|
hosted: https://pub.isar-community.dev/
|
|
|
|
json_serializable: ^6.8.0
|
2024-04-05 22:52:00 +03:00
|
|
|
flutter_native_splash: ^2.4.0
|
2023-10-22 09:34:08 +03:00
|
|
|
flutter_launcher_icons: ^0.13.1
|
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/
|