Init commit
This commit is contained in:
28
pubspec.yaml
Normal file
28
pubspec.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
name: softplayer_web
|
||||
description: "A new Flutter project."
|
||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: '>=3.3.0 <4.0.0'
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
softplayer_dart_proto:
|
||||
git:
|
||||
url: https://git.badhouseplants.net/softplayer/softplayer-dart-proto.git
|
||||
ref: main
|
||||
|
||||
|
||||
cupertino_icons: ^1.0.6
|
||||
grpc: ^3.2.4
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
flutter_lints: ^3.0.0
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
Reference in New Issue
Block a user