Implement sussing active mods

This commit is contained in:
2025-03-15 22:20:35 +01:00
parent 26ee34c1d6
commit f7763dd538
4 changed files with 92 additions and 21 deletions

View File

@@ -139,6 +139,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.9.1"
petitparser:
dependency: transitive
description:
name: petitparser
sha256: "07c8f0b1913bcde1ff0d26e57ace2f3012ccbf2b204e070290dad3bb22797646"
url: "https://pub.dev"
source: hosted
version: "6.1.0"
sky_engine:
dependency: transitive
description: flutter
@@ -208,6 +216,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "14.3.1"
xml:
dependency: "direct main"
description:
name: xml
sha256: b015a8ad1c488f66851d762d3090a21c600e479dc75e68328c52774040cf9226
url: "https://pub.dev"
source: hosted
version: "6.5.0"
sdks:
dart: ">=3.7.2 <4.0.0"
flutter: ">=3.18.0-18.0.pre.54"