Remove a lot and start from scratch
Signed-off-by: Nikolai Rodionov <nrodionov@eos-uptrade.de>
This commit is contained in:
24
pubspec.yaml
24
pubspec.yaml
@@ -1,32 +1,32 @@
|
||||
name: softplayer_web
|
||||
description: |
|
||||
description: |
|
||||
An web interface for managing softplayer applications and environments
|
||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
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'
|
||||
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
|
||||
http: ^1.2.1
|
||||
dio: ^5.4.2
|
||||
flutter_dotenv: ^5.1.0
|
||||
url: https://gitea.badhouseplants.net/softplayer/softplayer-dart-proto.git
|
||||
ref: 3e742ade989e461c42ea20fb757eb2b90577c65e
|
||||
cupertino_icons: ^1.0.9
|
||||
grpc: 5.1.0
|
||||
http: ^1.6.0
|
||||
dio: ^5.9.2
|
||||
flutter_dotenv: ^6.0.1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^3.0.0
|
||||
flutter_lints: ^6.0.0
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
assets:
|
||||
- assets/
|
||||
- .env
|
||||
- .env
|
||||
|
||||
Reference in New Issue
Block a user