We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3ab31 commit 6c4523fCopy full SHA for 6c4523f
1 file changed
README.md
@@ -15,25 +15,14 @@ https://adahandle.com/
15
16
## Installation
17
18
-In your project add dependency to your `pubspec.yaml`
+Run `flutter pub add ada_handle`
19
20
-```yaml
21
-dependencies:
22
- flutter:
23
- sdk: flutter
24
-
25
- ada_handle:
26
- git:
27
- url: https://github.com/esodot/flutter_ada_handle.git
28
- ref: master
29
-```
30
Run `flutter pub get`
31
32
-Import package `import 'package:ada_handle/ada_handle.dart';`
33
34
35
## Usage
36
+Import package `import 'package:ada_handle/ada_handle.dart';`
+
37
```dart
38
final String handle = 'walmart';
39
String policyIdAssetId = AdaHandle.getPolicyAssetHexCombination(handle);
0 commit comments