From 41c9a2b9272bc99350a89fb79705bac8af0d3f98 Mon Sep 17 00:00:00 2001 From: Ayesha Iftikhar Date: Fri, 6 Sep 2024 14:05:11 +0500 Subject: [PATCH] 0.0.9 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 25 ++++++++++++++++++++++++- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e5340c..249841f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.9 + +* Improved Documentation + ## 0.0.5 * Updgraded to latest kotlin versions diff --git a/pubspec.yaml b/pubspec.yaml index 04fd616..619e2c0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,15 @@ name: insta_login description: "This package is intended to let developers easily integrate instagram integration in Flutter Application. We will be using Instagram Basic Display API." -version: 0.0.8 +version: 0.0.9 homepage: https://github.com/AyeshaIftikhar/insta_login.git +repository: https://github.com/AyeshaIftikhar/insta_login + +topics: + - flutter + - instagram + - login + - integration + - http environment: sdk: '>=3.2.0 <4.0.0' @@ -68,3 +76,18 @@ flutter: # # For details regarding fonts in packages, see # https://flutter.dev/custom-fonts/#from-packages + +funding: + - https://patreon.com/AyeshaIftikhar + +screenshots: + - description: 'This screenshot is for facebook app setup.' + path: setup/1.jpg + - description: 'Homepage screenshot' + path: demo/flutter_01.png + - description: 'After Login and fetched data' + path: demo/flutter_02.png + - description: 'Detailed Information' + path: demo/flutter_03.png + - description: 'Connection Screen' + path: demo/2.jpeg