uuid_type_next 1.0.0
uuid_type_next: ^1.0.0 copied to clipboard
A UUID library with Json and built_value converters.
example/uuid_type_next_example.dart
import 'package:uuid_type_next/uuid_type_next.dart';
void main() {
final myUuidType = UuidType.generate();
}