Init commit

This commit is contained in:
2024-03-21 09:39:25 +01:00
commit b1453265e5
128 changed files with 4999 additions and 0 deletions

28
pubspec.yaml Normal file
View 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