From 96bc5d657e0c5e3c851addf6e1285cda72867405 Mon Sep 17 00:00:00 2001 From: Jack Gibbons Date: Thu, 26 Oct 2023 11:06:27 +1300 Subject: [PATCH] upgrade connectivity_plus --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index f4d9338..e546b68 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_offline description: A tidy utility to handle offline/online connectivity like a Boss. -version: 3.0.0 +version: 3.0.1 homepage: https://github.com/jogboms/flutter_offline environment: @@ -10,7 +10,7 @@ environment: dependencies: flutter: sdk: flutter - connectivity_plus: ^4.0.1 + connectivity_plus: ^5.0.1 network_info_plus: ^4.0.1 dev_dependencies: