This commit is contained in:
wuxu
2026-04-28 17:34:03 +08:00
commit 80ee99e564
43 changed files with 6330 additions and 0 deletions

25
app/pubspec.yaml Normal file
View File

@@ -0,0 +1,25 @@
name: sms_monitor
description: SMS monitoring app with Material You design
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.2.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
dynamic_color: ^1.7.0
http: ^1.2.0
shared_preferences: ^2.3.0
sms_maintained: ^0.3.10
permission_handler: ^11.3.0
intl: ^0.19.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter:
uses-material-design: true