diff --git a/pubspec.lock b/pubspec.lock index 58b3d748..7292bf92 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -354,9 +354,11 @@ packages: flutter_app_badger: dependency: "direct main" description: - name: flutter_app_badger - url: "https://pub.dartlang.org" - source: hosted + path: "." + ref: "feature/androidV2" + resolved-ref: "97f6daaed1a2685f9821d7736966632df90c8c0d" + url: "https://github.com/SuaMusica/flutter_app_badger.git" + source: git version: "1.2.0" flutter_app_lock: dependency: "direct main" diff --git a/pubspec.yaml b/pubspec.yaml index 8fd882d0..91567c1a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -22,7 +22,11 @@ dependencies: filesystem_picker: 2.0.0-nullsafety.0 # Using pre release to be compatible with Flutter 2.5 flutter: sdk: flutter - flutter_app_badger: ^1.2.0 + # From this fix: https://github.com/g123k/flutter_app_badger/pull/47 + flutter_app_badger: + git: + url: https://github.com/SuaMusica/flutter_app_badger.git + ref: feature/androidV2 flutter_app_lock: ^2.0.0 flutter_blurhash: ^0.6.0 flutter_cache_manager: ^3.1.2