update deps
This commit is contained in:
@@ -19,7 +19,6 @@
|
|||||||
*/
|
*/
|
||||||
import 'dart:async';
|
import 'dart:async';
|
||||||
|
|
||||||
import 'package:flutter/services.dart';
|
|
||||||
import 'package:local_auth/local_auth.dart';
|
import 'package:local_auth/local_auth.dart';
|
||||||
import 'package:riverpod_annotation/riverpod_annotation.dart';
|
import 'package:riverpod_annotation/riverpod_annotation.dart';
|
||||||
import 'package:weblibre/core/logger.dart';
|
import 'package:weblibre/core/logger.dart';
|
||||||
@@ -63,7 +62,7 @@ class LocalAuthenticationService extends _$LocalAuthenticationService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
} on PlatformException catch (e, s) {
|
} on LocalAuthException catch (e, s) {
|
||||||
logger.e('Could not authenticate', error: e, stackTrace: s);
|
logger.e('Could not authenticate', error: e, stackTrace: s);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ final class LocalAuthenticationServiceProvider
|
|||||||
}
|
}
|
||||||
|
|
||||||
String _$localAuthenticationServiceHash() =>
|
String _$localAuthenticationServiceHash() =>
|
||||||
r'4893be7a11833d77a575f7aa248a9ba65d6717da';
|
r'1aab9214af5487dc770658c7be6f66083f5d6931';
|
||||||
|
|
||||||
abstract class _$LocalAuthenticationService extends $AsyncNotifier<bool> {
|
abstract class _$LocalAuthenticationService extends $AsyncNotifier<bool> {
|
||||||
FutureOr<bool> build();
|
FutureOr<bool> build();
|
||||||
|
|||||||
+8
-8
@@ -11,7 +11,7 @@ dependencies:
|
|||||||
background_fetch: ^1.4.0
|
background_fetch: ^1.4.0
|
||||||
collection: ^1.19.1
|
collection: ^1.19.1
|
||||||
copy_with_extension: ^9.1.1
|
copy_with_extension: ^9.1.1
|
||||||
drift: ^2.28.2
|
drift: ^2.29.0
|
||||||
dynamic_color: ^1.8.1
|
dynamic_color: ^1.8.1
|
||||||
exceptions: ^0.6.1
|
exceptions: ^0.6.1
|
||||||
fading_scroll: ^0.9.1
|
fading_scroll: ^0.9.1
|
||||||
@@ -29,10 +29,10 @@ dependencies:
|
|||||||
flutter_secure_storage: ^10.0.0-beta.4
|
flutter_secure_storage: ^10.0.0-beta.4
|
||||||
flutter_slidable: ^4.0.3
|
flutter_slidable: ^4.0.3
|
||||||
flutter_svg: ^2.2.1
|
flutter_svg: ^2.2.1
|
||||||
go_router: ^16.2.4
|
go_router: ^16.2.5
|
||||||
google_fonts: ^6.3.2
|
google_fonts: ^6.3.2
|
||||||
graphview: ^1.5.0
|
graphview: ^1.5.1
|
||||||
home_widget: ^0.8.0
|
home_widget: ^0.8.1
|
||||||
hooks_riverpod: ^3.0.3
|
hooks_riverpod: ^3.0.3
|
||||||
html: ^0.15.6
|
html: ^0.15.6
|
||||||
http: ^1.5.0
|
http: ^1.5.0
|
||||||
@@ -42,7 +42,7 @@ dependencies:
|
|||||||
lexo_rank:
|
lexo_rank:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/FaFre/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
|
logger: ^2.6.2
|
||||||
markdown: ^7.3.0
|
markdown: ^7.3.0
|
||||||
mime: ^2.0.0
|
mime: ^2.0.0
|
||||||
@@ -69,7 +69,7 @@ dependencies:
|
|||||||
speech_to_text_google_dialog:
|
speech_to_text_google_dialog:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/FaFre/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
|
sqlite3_flutter_libs: ^0.5.40
|
||||||
synchronized: ^3.4.0
|
synchronized: ^3.4.0
|
||||||
text_scroll: ^0.2.1
|
text_scroll: ^0.2.1
|
||||||
@@ -87,8 +87,8 @@ dev_dependencies:
|
|||||||
build_runner: ^2.7.1
|
build_runner: ^2.7.1
|
||||||
copy_with_extension_gen: ^9.1.1
|
copy_with_extension_gen: ^9.1.1
|
||||||
custom_lint: ^0.8.0
|
custom_lint: ^0.8.0
|
||||||
dependency_validator: ^5.0.2
|
dependency_validator: ^5.0.3
|
||||||
drift_dev: ^2.28.3
|
drift_dev: ^2.29.0
|
||||||
fast_equatable_lint: ^0.5.0
|
fast_equatable_lint: ^0.5.0
|
||||||
flutter_launcher_icons: ^0.14.4
|
flutter_launcher_icons: ^0.14.4
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ dev_dependencies:
|
|||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
lint: ^2.8.0
|
lint: ^2.8.0
|
||||||
pigeon: ^26.0.1
|
pigeon: ^26.0.2
|
||||||
|
|
||||||
# For information on the generic Dart part of this file, see the
|
# For information on the generic Dart part of this file, see the
|
||||||
# following page: https://dart.dev/tools/pub/pubspec
|
# following page: https://dart.dev/tools/pub/pubspec
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ dev_dependencies:
|
|||||||
sdk: flutter
|
sdk: flutter
|
||||||
json_serializable: ^6.11.1
|
json_serializable: ^6.11.1
|
||||||
lint: ^2.8.0
|
lint: ^2.8.0
|
||||||
pigeon: ^26.0.1
|
pigeon: ^26.0.2
|
||||||
|
|
||||||
# For information on the generic Dart part of this file, see the
|
# For information on the generic Dart part of this file, see the
|
||||||
# following page: https://dart.dev/tools/pub/pubspec
|
# following page: https://dart.dev/tools/pub/pubspec
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ dev_dependencies:
|
|||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
lint: ^2.8.0
|
lint: ^2.8.0
|
||||||
pigeon: ^26.0.1
|
pigeon: ^26.0.2
|
||||||
|
|
||||||
# For information on the generic Dart part of this file, see the
|
# For information on the generic Dart part of this file, see the
|
||||||
# following page: https://dart.dev/tools/pub/pubspec
|
# following page: https://dart.dev/tools/pub/pubspec
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@ workspace:
|
|||||||
- packages/simple_intent_receiver/example
|
- packages/simple_intent_receiver/example
|
||||||
- packages/tor
|
- packages/tor
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
melos: ^7.1.1
|
melos: ^7.2.0
|
||||||
|
|
||||||
melos:
|
melos:
|
||||||
name: weblibre_project
|
name: weblibre_project
|
||||||
|
|||||||
Reference in New Issue
Block a user