diff --git a/README.md b/README.md index d2a999a..8f0a9f4 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,16 @@ project's `pubspec.yaml` file: ```yaml dependencies: - flutter_poolakey: ^2.2.0-1.0.0-alpha01 + flutter_poolakey: + git: + url: https://github.com/cafebazaar/flutter_poolakey.git + ref: 2.2.0-1.0.0-alpha01 ``` Then run the below command to retrieve it: ```shell -flutter packages get +flutter pub get ``` And then Go to the allprojects section of your project gradle file and add the JitPack repository to the repositories block: