first commit
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
name: smm_mobile
|
||||
description: "A new Flutter project."
|
||||
|
||||
# Prevent accidental publishing to pub.dev.
|
||||
publish_to: 'none'
|
||||
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: ^3.5.1
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
grpc: ^4.0.1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
flutter_lints: ^4.0.0
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
|
||||
# Enable generation of localized Strings from arb files.
|
||||
generate: true
|
||||
|
||||
assets:
|
||||
# Add assets from the images directory to the application.
|
||||
- assets/images/
|
||||
Reference in New Issue
Block a user