File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ import 'package:kdbx/src/kdbx_xml.dart';
13
13
import 'package:logging/logging.dart' ;
14
14
import 'package:meta/meta.dart' ;
15
15
import 'package:quiver/iterables.dart' ;
16
+ import 'package:uuid/data.dart' ;
17
+ import 'package:uuid/rng.dart' ;
16
18
import 'package:uuid/uuid.dart' ;
17
- import 'package:uuid/uuid_util.dart' ;
18
19
import 'package:xml/xml.dart' ;
19
20
20
21
import 'kdbx_custom_data.dart' ;
@@ -324,8 +325,7 @@ class KdbxUuid {
324
325
/// 128 bits set to zero.
325
326
static const NIL = KdbxUuid ('AAAAAAAAAAAAAAAAAAAAAA==' );
326
327
327
- static const Uuid uuidGenerator =
328
- Uuid (options: < String , dynamic > {'grng' : UuidUtil .cryptoRNG});
328
+ static Uuid uuidGenerator = Uuid (goptions: GlobalOptions (CryptoRNG ()));
329
329
330
330
/// base64 representation of uuid.
331
331
final String uuid;
Original file line number Diff line number Diff line change 1
1
name : kdbx
2
2
description : KeepassX format implementation in pure dart. (kdbx 3.x and 4.x support).
3
- version : 0.5.20 +0
3
+ version : 0.6.0 +0
4
4
homepage : https://github.com/kee-org/kdbx.dart
5
5
publish_to : none
6
6
@@ -12,7 +12,7 @@ dependencies:
12
12
crypto : ^3.0.3
13
13
pointycastle : ^3.7.3
14
14
xml : ' >=6.4.2 <7.0.0'
15
- uuid : ^3.0.7
15
+ uuid : ^4.3.3
16
16
meta : ^1.9.1
17
17
clock : ^1.1.1
18
18
convert : ^3.1.1
@@ -31,6 +31,6 @@ dependencies:
31
31
argon2_ffi_base : ^1.1.1
32
32
33
33
dev_dependencies :
34
- flutter_lints : " >=2.0.0 < 3.0.0 "
35
- test : ^1.24.9
34
+ flutter_lints : " >=3.0.1 "
35
+ test : ^1.25.2
36
36
fake_async : ^1.3.1
You can’t perform that action at this time.
0 commit comments