Skip to content

Commit

Permalink
0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AyeshaIftikhar committed Sep 6, 2024
1 parent 7e9026d commit 41c9a2b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.9

* Improved Documentation

## 0.0.5

* Updgraded to latest kotlin versions
Expand Down
25 changes: 24 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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

0 comments on commit 41c9a2b

Please sign in to comment.