Skip to content

Commit

Permalink
Fix example and bump its dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Oct 28, 2023
1 parent 877bc27 commit 3bce9fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ void main() {
runAppFunction: () {
runApp(const MyApp());
},
ensureInitialized: true,
debugConfig: debugOptions,
releaseConfig: releaseOptions,
);
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
dio: ^5.0.1
flutter:
sdk: flutter
flutter_local_notifications: ^15.1.1
flutter_local_notifications: ^16.1.0
flutter_localizations:
sdk: flutter
path_provider: ^2.0.1
Expand Down

0 comments on commit 3bce9fa

Please sign in to comment.