57 lines
1.2 KiB
YAML
57 lines
1.2 KiB
YAML
name: saba_secure_sms
|
|
description: "A secure SMS messaging application with ECC encryption."
|
|
publish_to: 'none'
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
|
|
# SMS and Contacts
|
|
another_telephony: ^0.4.1
|
|
permission_handler: ^11.0.0
|
|
flutter_contacts: ^1.1.9
|
|
|
|
# Cryptography and Database
|
|
cryptography: ^2.5.0
|
|
cryptography_flutter: ^2.3.4
|
|
crypto: ^3.0.3
|
|
encrypt: ^5.0.3
|
|
pointycastle: ^3.9.1
|
|
sqflite_sqlcipher: ^3.0.1
|
|
flutter_secure_storage: ^9.0.0
|
|
path: ^1.8.3
|
|
|
|
# UI and Icons
|
|
cupertino_icons: ^1.0.6
|
|
flutter_local_notifications: ^17.1.2
|
|
flutter_windowmanager_plus: ^1.0.1
|
|
shared_preferences: ^2.2.2
|
|
lottie: ^3.3.2
|
|
shimmer: ^3.0.0
|
|
extension_google_sign_in_as_googleapis_auth: ^3.0.0
|
|
google_fonts: ^8.0.2
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^3.0.0
|
|
flutter_launcher_icons: ^0.13.1
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- صبا-.png
|
|
- صبا بالا.png
|
|
|
|
flutter_launcher_icons:
|
|
android: "ic_launcher"
|
|
ios: true
|
|
image_path: "صبا-.png"
|
|
min_sdk_android: 21
|