Skip to content

Commit 9c1f3a8

Browse files
committed
remove 2.0.2 changes
1 parent 9fccd89 commit 9c1f3a8

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

.idea/libraries/Dart_Packages.xml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
## 2.0.1
2-
- Add a conditional on `dart:cli` in order to work with `dargon2_flutter`s null safety throwing a fit
3-
41
## 2.0.1
52
- Updated unused imports & slight fixes
63

lib/src/native/loaders/dart_lib_loader.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import 'dart:io';
88
import 'dart:isolate';
99

1010
import 'package:dargon2/src/native/loaders/lib_loader.dart';
11-
import 'dart:cli' if (dart.library.ui) '';
11+
import 'dart:cli';
1212

1313
/// The Dylib Loader for any Dart native apps, regardless of platform. Loads the dylib
1414
/// from the given path, based off a conditional import on dart:ui

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dargon2
22
description: Provides bindings for hashing and verifying with Argon2, the winner of the Password Hashing Competition.
3-
version: 2.0.2
3+
version: 2.0.1
44
homepage: https://github.com/tmthecoder/dargon2
55

66
environment:

0 commit comments

Comments
 (0)