2026-06-10 13:29:04 +05:30
|
|
|
name: pozo_app
|
|
|
|
|
description: "A premium billing onboarding and setup flow for Indian MSMEs built with Flutter."
|
|
|
|
|
version: 1.0.0+1
|
|
|
|
|
|
|
|
|
|
environment:
|
|
|
|
|
sdk: ">=3.0.0 <4.0.0"
|
|
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
flutter:
|
|
|
|
|
sdk: flutter
|
|
|
|
|
cupertino_icons: ^1.0.5
|
|
|
|
|
google_fonts: ^5.1.0
|
2026-06-10 17:43:21 +05:30
|
|
|
image_picker: ^1.2.1
|
|
|
|
|
permission_handler: ^12.0.3
|
2026-06-10 14:47:50 +05:30
|
|
|
flutter_contacts: ^1.1.9
|
2026-06-10 17:43:21 +05:30
|
|
|
geolocator: ^14.0.2
|
|
|
|
|
geocoding: ^4.0.0
|
|
|
|
|
url_launcher: ^6.3.2
|
|
|
|
|
mobile_number: ^3.0.0
|
2026-06-10 18:08:33 +05:30
|
|
|
vibration: ^3.1.8
|
2026-06-10 17:43:21 +05:30
|
|
|
audioplayers: ^5.2.1
|
|
|
|
|
flutter_haptic_feedback: ^1.0.1
|
2026-06-10 13:29:04 +05:30
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
|
flutter_test:
|
|
|
|
|
sdk: flutter
|
|
|
|
|
flutter_lints: ^3.0.0
|
2026-06-10 18:49:34 +05:30
|
|
|
flutter_launcher_icons: ^0.13.1
|
|
|
|
|
|
|
|
|
|
flutter_launcher_icons:
|
|
|
|
|
android: "launcher_icon"
|
|
|
|
|
ios: true
|
2026-06-10 19:08:58 +05:30
|
|
|
image_path: "assets/logo/pozo_logo_padded.png"
|
2026-06-10 18:49:34 +05:30
|
|
|
remove_alpha_ios: true
|
2026-06-10 18:59:05 +05:30
|
|
|
adaptive_icon_background: "#d2242e"
|
2026-06-10 19:15:51 +05:30
|
|
|
adaptive_icon_foreground: "assets/logo/pozo_logo_foreground.png"
|
2026-06-10 13:29:04 +05:30
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
|
uses-material-design: true
|
2026-06-10 13:53:42 +05:30
|
|
|
assets:
|
|
|
|
|
- assets/logo/
|
2026-06-10 17:43:21 +05:30
|
|
|
- assets/sounds/
|