update deps

This commit is contained in:
Fabian Freund
2025-10-18 18:27:32 +02:00
parent 641d3c7d64
commit 64d588ee3e
7 changed files with 14 additions and 15 deletions
@@ -19,7 +19,6 @@
*/
import 'dart:async';
import 'package:flutter/services.dart';
import 'package:local_auth/local_auth.dart';
import 'package:riverpod_annotation/riverpod_annotation.dart';
import 'package:weblibre/core/logger.dart';
@@ -63,7 +62,7 @@ class LocalAuthenticationService extends _$LocalAuthenticationService {
}
return result;
} on PlatformException catch (e, s) {
} on LocalAuthException catch (e, s) {
logger.e('Could not authenticate', error: e, stackTrace: s);
return false;
}
@@ -35,7 +35,7 @@ final class LocalAuthenticationServiceProvider
}
String _$localAuthenticationServiceHash() =>
r'4893be7a11833d77a575f7aa248a9ba65d6717da';
r'1aab9214af5487dc770658c7be6f66083f5d6931';
abstract class _$LocalAuthenticationService extends $AsyncNotifier<bool> {
FutureOr<bool> build();
+8 -8
View File
@@ -11,7 +11,7 @@ dependencies:
background_fetch: ^1.4.0
collection: ^1.19.1
copy_with_extension: ^9.1.1
drift: ^2.28.2
drift: ^2.29.0
dynamic_color: ^1.8.1
exceptions: ^0.6.1
fading_scroll: ^0.9.1
@@ -29,10 +29,10 @@ dependencies:
flutter_secure_storage: ^10.0.0-beta.4
flutter_slidable: ^4.0.3
flutter_svg: ^2.2.1
go_router: ^16.2.4
go_router: ^16.2.5
google_fonts: ^6.3.2
graphview: ^1.5.0
home_widget: ^0.8.0
graphview: ^1.5.1
home_widget: ^0.8.1
hooks_riverpod: ^3.0.3
html: ^0.15.6
http: ^1.5.0
@@ -42,7 +42,7 @@ dependencies:
lexo_rank:
git:
url: https://github.com/FaFre/lexo_rank.git
local_auth: ^2.3.0
local_auth: ^3.0.0
logger: ^2.6.2
markdown: ^7.3.0
mime: ^2.0.0
@@ -69,7 +69,7 @@ dependencies:
speech_to_text_google_dialog:
git:
url: https://github.com/FaFre/speech_to_text_google_dialog.git
sqlite3: ^2.9.2
sqlite3: ^2.9.3
sqlite3_flutter_libs: ^0.5.40
synchronized: ^3.4.0
text_scroll: ^0.2.1
@@ -87,8 +87,8 @@ dev_dependencies:
build_runner: ^2.7.1
copy_with_extension_gen: ^9.1.1
custom_lint: ^0.8.0
dependency_validator: ^5.0.2
drift_dev: ^2.28.3
dependency_validator: ^5.0.3
drift_dev: ^2.29.0
fast_equatable_lint: ^0.5.0
flutter_launcher_icons: ^0.14.4
flutter_test: