fix: handle login
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user