Files
smooth-app/packages/smooth_app/lib/helpers/entry_points_helper.dart
Edouard Marquez e3bc40fdf3 chore: Migration to Dart 3.8 (#6668)
* Migration to Dart 3.8

* New GA

* Fix dartdoc
2025-06-23 18:14:17 +02:00

4 lines
123 B
Dart

enum StoreLabel { GooglePlayStore, AppleAppStore, FDroid, AmazonAppStore, Test }
enum ScannerLabel { ZXing, MLKit, Test }