Update: 2026-05-06 02:59:42
This commit is contained in:
69
musadaq-app/pubspec.yaml
Normal file
69
musadaq-app/pubspec.yaml
Normal file
@@ -0,0 +1,69 @@
|
||||
name: musadaq_app
|
||||
description: Jordanian E-Invoicing Automation SaaS
|
||||
publish_to: 'none'
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: '>=3.2.0 <4.0.0'
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
# ─── State Management & Routing ─────────────────────
|
||||
get: ^4.6.6
|
||||
|
||||
# ─── Networking & API ───────────────────────────────
|
||||
dio: ^5.4.0
|
||||
flutter_secure_storage: ^9.0.0
|
||||
|
||||
# ─── Local Database (ObjectBox) ─────────────────────
|
||||
objectbox: ^4.0.1
|
||||
objectbox_flutter_libs: any
|
||||
path_provider: ^2.1.2
|
||||
|
||||
# ─── Authentication & Security ──────────────────────
|
||||
local_auth: ^2.1.8
|
||||
device_info_plus: ^10.1.0
|
||||
crypto: ^3.0.3
|
||||
|
||||
# ─── Camera & Scanning ──────────────────────────────
|
||||
camerawesome: ^2.0.0
|
||||
cunning_document_scanner: ^1.2.3
|
||||
image_picker: ^1.0.7
|
||||
|
||||
# ─── Image Processing ───────────────────────────────
|
||||
image: ^4.1.7
|
||||
flutter_image_compress: ^2.1.0
|
||||
|
||||
# ─── PDF Generation ─────────────────────────────────
|
||||
pdf: ^3.10.8
|
||||
printing: ^5.12.0
|
||||
|
||||
# ─── Voice & Audio ──────────────────────────────────
|
||||
# record: ^5.1.0
|
||||
permission_handler: ^11.3.0
|
||||
|
||||
# ─── Connectivity & Background ──────────────────────
|
||||
connectivity_plus: ^6.0.3
|
||||
# workmanager: ^0.5.2
|
||||
|
||||
# ─── UI & UX ────────────────────────────────────────
|
||||
cached_network_image: ^3.3.1
|
||||
shimmer: ^3.0.0
|
||||
lottie: ^3.1.0
|
||||
|
||||
# ─── Utilities ──────────────────────────────────────
|
||||
uuid: ^4.3.3
|
||||
intl: ^0.19.0
|
||||
package_info_plus: ^8.0.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^3.0.0
|
||||
objectbox_generator: any
|
||||
build_runner: ^2.4.8
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
Reference in New Issue
Block a user