Skip to content

Commit

Permalink
✨ Added @experimental annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaival-Patel authored and daegalus committed Nov 6, 2023
1 parent 90faeb2 commit 085009a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/uuid_value.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
import 'dart:typed_data';

import 'package:meta/meta.dart';

import 'parsing.dart';
import 'uuid.dart';
import 'validation.dart';

@experimental
class UuidValue {
final String uuid;

Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ environment:
dependencies:
crypto: ^3.0.0
sprintf: ^7.0.0
meta: ^1.11.0
dev_dependencies:
lints: ^2.1.1
test: ^1.24.6
Expand Down

0 comments on commit 085009a

Please sign in to comment.