diff --git a/CHANGELOG.md b/CHANGELOG.md index 042fafa..6ee370f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,3 +54,6 @@ * Refactored EnumToString. +## [0.1.3+1] + +- Migrated from the deprecated connectivity plugin to connectivity_plus. diff --git a/pubspec.lock b/pubspec.lock index 3a9cab4..6b3bd95 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -14,7 +14,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.5.0" + version: "2.7.0" bloc: dependency: transitive description: @@ -42,7 +42,7 @@ packages: name: charcode url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.3.1" clock: dependency: transitive description: @@ -57,27 +57,55 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.15.0" - connectivity: + connectivity_plus: dependency: "direct main" description: - name: connectivity + name: connectivity_plus url: "https://pub.dartlang.org" source: hosted - version: "3.0.2" - connectivity_macos: + version: "1.0.6" + connectivity_plus_linux: dependency: transitive description: - name: connectivity_macos + name: connectivity_plus_linux url: "https://pub.dartlang.org" source: hosted - version: "0.2.0" - connectivity_platform_interface: + version: "1.0.3" + connectivity_plus_macos: dependency: transitive description: - name: connectivity_platform_interface + name: connectivity_plus_macos url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "1.0.2" + connectivity_plus_platform_interface: + dependency: transitive + description: + name: connectivity_plus_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.2" + connectivity_plus_web: + dependency: transitive + description: + name: connectivity_plus_web + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.2" + connectivity_plus_windows: + dependency: transitive + description: + name: connectivity_plus_windows + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.2" + dbus: + dependency: transitive + description: + name: dbus + url: "https://pub.dartlang.org" + source: hosted + version: "0.5.4" fake_async: dependency: transitive description: @@ -148,7 +176,7 @@ packages: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.3.0" + version: "1.7.0" nested: dependency: transitive description: @@ -184,6 +212,20 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.0" + pedantic: + dependency: transitive + description: + name: pedantic + url: "https://pub.dartlang.org" + source: hosted + version: "1.11.1" + petitparser: + dependency: transitive + description: + name: petitparser + url: "https://pub.dartlang.org" + source: hosted + version: "4.2.0" platform: dependency: transitive description: @@ -197,7 +239,7 @@ packages: name: plugin_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "1.0.3" + version: "2.0.1" process: dependency: transitive description: @@ -265,7 +307,7 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.8.0" + version: "1.8.1" stack_trace: dependency: transitive description: @@ -300,7 +342,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.19" + version: "0.4.2" typed_data: dependency: transitive description: @@ -329,6 +371,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.2.0" + xml: + dependency: transitive + description: + name: xml + url: "https://pub.dartlang.org" + source: hosted + version: "5.1.2" sdks: - dart: ">=2.12.0 <3.0.0" + dart: ">=2.13.0 <3.0.0" flutter: ">=2.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 8ddf4fd..30fe7ce 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fluttercrew description: FlutterCrew Team development package. -version: 0.1.3 +version: 0.1.3+1 homepage: https://github.com/bot-fluttercrew/fluttercrew/ environment: @@ -9,7 +9,7 @@ environment: dependencies: args: ^2.0.0 - connectivity: ^3.0.2 + connectivity_plus: ^1.0.6 flutter: sdk: flutter flutter_bloc: ^7.0.0-nullsafety.3