We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6c79f commit 3af956eCopy full SHA for 3af956e
lib/src/argon2.dart
@@ -9,7 +9,6 @@ import 'package:dargon2/dargon2.dart';
9
import 'package:dargon2/src/native/local_binder.dart';
10
import 'package:ffi/ffi.dart';
11
import 'dart:typed_data';
12
-import 'package:meta/meta.dart';
13
14
/// The Cannonical instance of [DArgon2].
15
const argon2 = DArgon2._();
pubspec.yaml
@@ -9,7 +9,6 @@ environment:
dependencies:
ffi: '^1.0.0'
convert: '>=2.1.1 <4.0.0'
- meta: '>=1.2.3 <2.0.0'
dev_dependencies:
pedantic: ^1.9.0
0 commit comments