downgrade package_info_plus version to 8.0.0 and adjust retry logic in ProviderScope

This commit is contained in:
Moustapha Kodjo Amadou 2025-10-29 14:29:27 +01:00
parent 8213a36895
commit b475721841
3 changed files with 6 additions and 6 deletions

View file

@ -77,7 +77,7 @@ void main(List<String> args) async {
await discordRpc?.initialize();
}
runApp(const ProviderScope(child: MyApp()));
runApp(ProviderScope(child: MyApp(), retry: (retryCount, error) => null));
unawaited(_postLaunchInit()); // Defer non-essential async operations
}

View file

@ -1286,10 +1286,10 @@ packages:
dependency: "direct main"
description:
name: package_info_plus
sha256: f69da0d3189a4b4ceaeb1a3defb0f329b3b352517f52bed4290f83d4f06bc08d
sha256: "16eee997588c60225bda0488b6dcfac69280a6b7a3cf02c741895dd370a02968"
url: "https://pub.dev"
source: hosted
version: "9.0.0"
version: "8.3.1"
package_info_plus_platform_interface:
dependency: transitive
description:
@ -2138,10 +2138,10 @@ packages:
dependency: transitive
description:
name: wakelock_plus
sha256: "9296d40c9adbedaba95d1e704f4e0b434be446e2792948d0e4aa977048104228"
sha256: "61713aa82b7f85c21c9f4cd0a148abd75f38a74ec645fcb1e446f882c82fd09b"
url: "https://pub.dev"
source: hosted
version: "1.4.0"
version: "1.3.3"
wakelock_plus_platform_interface:
dependency: transitive
description:

View file

@ -24,7 +24,7 @@ dependencies:
intl: ^0.20.2
google_fonts: ^6.2.1
url_launcher: ^6.3.1
package_info_plus: ^9.0.0
package_info_plus: ^8.0.0
permission_handler: ^12.0.1
flutter_inappwebview: ^6.2.0-beta.2
draggable_menu: ^4.4.1