Files
Tanami_App/pubspec.yaml

98 lines
1.7 KiB
YAML
Raw Normal View History

2024-05-24 12:32:19 +05:30
name: tanami_app
description: "A new Flutter project."
2024-05-24 19:32:53 +05:30
publish_to: "none"
2024-05-24 12:32:19 +05:30
version: 1.0.0+1
environment:
2024-05-24 19:32:53 +05:30
sdk: ">=3.3.4 <4.0.0"
2024-05-24 12:32:19 +05:30
dependencies:
flutter:
sdk: flutter
2024-05-24 19:32:53 +05:30
# Icons
2024-05-24 12:32:19 +05:30
cupertino_icons: ^1.0.6
2024-05-24 19:32:53 +05:30
# Image and SVG Handling
cached_network_image: ^3.3.1
flutter_svg: ^2.0.10+1
# Network
dio: ^5.4.3+1
connectivity_plus: ^6.0.3
# State Management
bloc: ^8.1.4
flutter_bloc: ^8.1.5
equatable: ^2.0.5
2024-05-24 19:32:53 +05:30
# Permissions
permission_handler: ^11.3.1
# Device Related
device_info_plus: ^10.1.0
intl: ^0.19.0
path: ^1.9.0
upgrader: ^10.3.0
google_fonts: ^6.2.1
# Async
async: ^2.11.0
# Firebase
firebase_core: ^2.31.1
# Animation
lottie: ^3.1.2
shimmer: ^3.0.0
smooth_page_indicator: ^1.1.0
2024-05-24 19:32:53 +05:30
# Device Responsiveness
gap: ^3.0.1
auto_size_text: ^3.0.0
flutter_screenutil: ^5.9.1
# Security
shared_preferences: ^2.2.3
flutter_secure_storage: ^9.2.2
local_auth: ^2.2.0
crypto: ^3.0.3
flutter_jailbreak_detection: ^1.10.0
secure_application: ^4.0.1
# Toast Messages
toastification: ^2.0.0
#Routes
go_router: ^14.1.3
# Json Annotation
json_serializable: ^6.8.0
2024-05-28 16:35:33 +05:30
#Style
control_style: ^0.1.0
2024-05-24 12:32:19 +05:30
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/images/welcome_screen/
- assets/images/welcome_screen/svg/
- assets/images/welcome_screen/png/
2024-05-28 16:35:33 +05:30
- assets/images/auth_screen/
- assets/images/auth_screen/svg/
- assets/images/country_flag/
- assets/images/country_flag/svg/
2024-05-29 13:21:55 +05:30
- assets/images/country_flag/png/
2024-05-30 13:56:20 +05:30
- assets/images/bottom_bar/active/
- assets/images/bottom_bar/inactive/