Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down