Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
- can resolve CIP-68 (222) handles.
  • Loading branch information
esodot committed Apr 2, 2024
1 parent 92f6632 commit 3408c87
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 1.0.3

* Implements CIP-68 with (222) prefix to resolve handles

## 1.0.2

Flutter package ADA Handle 1.0.0 initial release
Flutter package ADA Handle 1.0.1 modified the description
Flutter package ADA Handle 1.0.2 added example
* Flutter package ADA Handle 1.0.0 initial release
* Flutter package ADA Handle 1.0.1 modified the description
* Flutter package ADA Handle 1.0.2 added example
2 changes: 1 addition & 1 deletion lib/ada_handle.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class AdaHandle {
///
/// e.g pass parameter "noodz"
///
/// result: f0ff48bbb7bbe9d59a40f1ce90e9e9d0ff5002ec48f232b49ca0fb9a77616c6d617274
/// result: f0ff48bbb7bbe9d59a40f1ce90e9e9d0ff5002ec48f232b49ca0fb9a000de1406e6f6f647a
static String getPolicyCip68PrefixAssetHexCombination(String handle) {
if (handle.isNotEmpty) {
return _handlePolicyId +
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.3
homepage: https://github.com/esodot/flutter_ada_handle

environment:
sdk: '>=2.18.2 <3.0.0'
sdk: '>=2.18.2 <4.0.0'
flutter: ">=1.17.0"

dependencies:
Expand Down

0 comments on commit 3408c87

Please sign in to comment.