2023-07-15 17:23:27 -06:00
|
|
|
name: rluv
|
2024-06-02 21:53:53 -06:00
|
|
|
description: A budget app for lovers
|
|
|
|
publish_to: 'none'
|
2023-07-15 17:23:27 -06:00
|
|
|
|
|
|
|
version: 1.0.0+1
|
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: '>=2.19.6 <3.0.0'
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
|
|
|
dio: ^5.2.1+1
|
|
|
|
flutter_riverpod: ^2.1.3
|
|
|
|
uuid: ^3.0.7
|
2024-05-30 20:44:06 -06:00
|
|
|
colorful_print: ^0.1.2
|
2023-07-15 17:23:27 -06:00
|
|
|
json_annotation: ^4.8.0
|
|
|
|
shared_preferences: ^2.1.2
|
2023-07-19 02:16:13 -06:00
|
|
|
intl: ^0.18.1
|
2023-07-27 01:40:26 -06:00
|
|
|
markdown_widget: ^2.2.0
|
|
|
|
custom_refresh_indicator: ^2.2.1
|
|
|
|
jwt_decoder: ^2.0.1
|
|
|
|
animated_splash_screen: ^1.3.0
|
2023-07-15 17:23:27 -06:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
|
|
|
build_runner: ^2.3.3
|
|
|
|
json_serializable: ^6.6.0
|
|
|
|
flutter_lints: ^2.0.0
|
2023-07-27 01:40:26 -06:00
|
|
|
icons_launcher: ^2.1.3
|
2024-06-02 21:53:53 -06:00
|
|
|
package_rename: ^1.6.0
|
2023-07-15 17:23:27 -06:00
|
|
|
|
|
|
|
flutter:
|
|
|
|
|
|
|
|
uses-material-design: true
|
|
|
|
|
2023-07-27 01:40:26 -06:00
|
|
|
assets:
|
|
|
|
- assets/
|
2023-07-15 17:23:27 -06:00
|
|
|
|
2023-07-27 01:40:26 -06:00
|
|
|
icons_launcher:
|
|
|
|
image_path: "assets/app_icon.png"
|
|
|
|
platforms:
|
|
|
|
android:
|
|
|
|
enable: true
|
|
|
|
adaptive_background_color: "#A188A6"
|
|
|
|
adaptive_foreground_image: "assets/app_icon1.png"
|
|
|
|
adaptize_round_image: "assets/app_icon_round.png"
|
|
|
|
ios:
|
2024-05-04 23:02:28 -06:00
|
|
|
enable: true
|