We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3408c87 commit e5d0c42Copy full SHA for e5d0c42
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.0.4
2
+
3
+* Moved Repo to https://github.com/andro-devs/flutter_ada_handle.git
4
5
## 1.0.3
6
7
* Implements CIP-68 with (222) prefix to resolve handles
pubspec.yaml
@@ -1,7 +1,7 @@
name: ada_handle
description: Flutter ADA Handle package which is supporting conversion operations for $handle
-version: 1.0.3
-homepage: https://github.com/esodot/flutter_ada_handle
+version: 1.0.4
+homepage: https://github.com/andro-devs/flutter_ada_handle.git
environment:
sdk: '>=2.18.2 <4.0.0'
@@ -14,6 +14,4 @@ dependencies:
14
dev_dependencies:
15
flutter_test:
16
sdk: flutter
17
- flutter_lints: ^2.0.0
18
-
19
-flutter:
+ flutter_lints: ^2.0.0
0 commit comments