fix: handle login

This commit is contained in:
shenlong-tanwen
2024-08-25 10:38:24 +05:30
parent 7f83740b35
commit 877c3b028b
27 changed files with 430 additions and 355 deletions
+7 -2
View File
@@ -16,14 +16,14 @@ dependencies:
# OS specific path
path_provider: ^2.1.4
path: ^1.9.0
# Bloc
# State handling
flutter_bloc: ^8.1.6
# Database
drift: ^2.20.0
sqlite3: ^2.4.6
sqlite3_flutter_libs: ^0.5.24
# Network
dio: ^5.6.0
http: ^1.2.2
# Route handling
auto_route: ^9.2.2
# Logging
@@ -55,6 +55,11 @@ dependencies:
openapi:
path: openapi
dependency_overrides:
# openapi uses an older version of http for backward compatibility. New versions do not have
# a breaking change so it is safer to override it and use the latest version for the app
http: ^1.2.1
dev_dependencies:
flutter_test:
sdk: flutter