gamif_scanner 1.0.3
gamif_scanner: ^1.0.3 copied to clipboard
Auto-scanner pour le Gamification Flutter SDK.
gamif_scanner #
Auto-scanner and code injector for the Gamification Flutter SDK.
Installation #
dart pub global activate gamif_scanner
Usage #
Run from your Flutter project root:
dart pub global run gamif_scanner
Or target a specific project:
dart pub global run gamif_scanner /path/to/flutter/project
What it does #
- Scans all Dart files in your Flutter project
- Detects all methods automatically
- You choose which methods to track
- Injects SDK tracking code automatically
Requirements #
- Dart SDK >= 3.0.0
- A Flutter project with a
lib/folder