fix lints absed on dep upgrades

This commit is contained in:
Fabian Freund
2025-11-16 06:12:00 +01:00
parent 4025543558
commit a8e0c07667
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ import 'package:uuid/data.dart';
import 'package:uuid/rng.dart';
import 'package:uuid/uuid.dart';
final uuid = Uuid(goptions: GlobalOptions(CryptoRNG()));
const uuid = Uuid(goptions: GlobalOptions(CryptoRNG()));