init
This commit is contained in:
25
app/pubspec.yaml
Normal file
25
app/pubspec.yaml
Normal 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
|
||||
Reference in New Issue
Block a user