Start writing the web app
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Signed-off-by: Nikolai Rodionov <allanger@posteo.com>
This commit was merged in pull request #5.
This commit is contained in:
14
pubspec.yaml
14
pubspec.yaml
@@ -11,13 +11,18 @@ dependencies:
|
||||
softplayer_dart_proto:
|
||||
git:
|
||||
url: https://gitea.badhouseplants.net/softplayer/softplayer-dart-proto.git
|
||||
ref: a9a7f05332596f776b37d2757b33f06f6faa92e9
|
||||
ref: e801928517cee5298eb289f0993eec52e2186d86
|
||||
cupertino_icons: ^1.0.9
|
||||
grpc: 5.1.0
|
||||
http: ^1.6.0
|
||||
dio: ^5.9.2
|
||||
flutter_dotenv: ^6.0.1
|
||||
web: ^1.1.1
|
||||
flutter_riverpod: ^3.3.1
|
||||
protobuf: ^6.0.0
|
||||
go_router: ^17.2.3
|
||||
flutter_secure_storage: ^10.2.0
|
||||
jwt_decoder: ^2.0.1
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
@@ -27,3 +32,10 @@ flutter:
|
||||
assets:
|
||||
- assets/
|
||||
- .env
|
||||
fonts:
|
||||
- family: Syne
|
||||
fonts:
|
||||
- asset: assets/fonts/syne/Syne-Regular.ttf
|
||||
- family: Inter
|
||||
fonts:
|
||||
- asset: assets/fonts/inter/Inter-Regular.ttf
|
||||
|
||||
Reference in New Issue
Block a user