Skip to content

Commit 5ccf7c0

Browse files
committed
Update dependencies
1 parent 01e48b4 commit 5ccf7c0

6 files changed

Lines changed: 186 additions & 188 deletions

File tree

analysis_options.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ linter:
1515
prefer_constructors_over_static_methods: false
1616
sort_unnamed_constructors_first: false
1717
sized_box_for_whitespace: false
18-
invalid_dependency: false
1918
sort_pub_dependencies: false
20-
import_of_legacy_library_into_null_safe: false
2119
use_build_context_synchronously: false
2220
use_setters_to_change_properties: false

android/gradlew.bat

Lines changed: 91 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/android/gradlew.bat

Lines changed: 91 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ dependencies:
2525
dio: ^4.0.0
2626
flutter:
2727
sdk: flutter
28-
flutter_local_notifications: ^12.0.0
28+
flutter_local_notifications: ^13.0.0
2929
flutter_localizations:
3030
sdk: flutter
3131
path_provider: ^2.0.1
32-
path_provider_macos: ^2.0.0
3332
permission_handler: ^10.0.0
3433

3534
dev_dependencies:

lib/core/catcher.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,7 @@ class Catcher with ReportModeAction {
648648
_logger.warning(
649649
"Error occurred in ${reportHandler.toString()}: ${handlerError.toString()}",
650650
);
651+
return true; // Shut up warnings
651652
}).then((result) {
652653
_logger.info("${report.runtimeType} result: $result");
653654
if (!result) {

0 commit comments

Comments
 (0)