From b8fb05d7ed43b244a89ef6eff047a54d7c670b13 Mon Sep 17 00:00:00 2001 From: Umut Date: Sat, 2 Aug 2025 14:43:07 +0330 Subject: [PATCH] Update README to reflect correct dependency format for flutter_poolakey --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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: