Skip to content

Commit

Permalink
images
Browse files Browse the repository at this point in the history
  • Loading branch information
AyeshaIftikhar committed Sep 3, 2024
1 parent a52cf15 commit 4fcf41f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.
24 changes: 8 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ This package is intended to let developers easily integrate instagram integratio
- Get Access Token for a particular user
- Get `userid`, `username`, `account_type`, `media_count` and `media`.

<div style="text-align:center">
<iframe width="420" height="315" src="https://youtube.com/shorts/wElaG-Kq_20">
</iframe>
</div>
[![Thumbnail](https://github.com/AyeshaIftikhar/insta_login/blob/main/demo/2.jpeg)](https://youtube.com/shorts/wElaG-Kq_20?feature=share)


## Upcoming Features

Expand Down Expand Up @@ -56,9 +54,9 @@ InstaView(
- On Facebook Developer Platform, Add your required platforms in the settings.
- _**Note:** The Platform setup is same as, we are suppose to setup our application for facebook login and other services._

<div style="text-align:center">
<img src="https://github.com/AyeshaIftikhar/insta_login/blob/main/setup/1.jpg" width="350">
</div>

![setup](https://github.com/AyeshaIftikhar/insta_login/blob/main/setup/1.jpg)


## Example

Expand Down Expand Up @@ -265,12 +263,6 @@ class _HomeState extends State<Home> {

## Screenshots

<div style="text-align:center">
<img src="https://github.com/AyeshaIftikhar/insta_login/blob/main/demo/2.jpeg" width="250">
<img src="https://github.com/AyeshaIftikhar/insta_login/blob/main/demo/flutter_01.png" width="250">
<img src="https://github.com/AyeshaIftikhar/insta_login/blob/main/demo/flutter_02.png" width="250">
</div>

<div style="text-align:center">
<img src="https://github.com/AyeshaIftikhar/insta_login/blob/main/demo/flutter_03.png" width="250">
</div>
| ![screenshot 1](https://github.com/AyeshaIftikhar/insta_login/blob/main/demo/2.jpeg) | ![screenshot 2](https://github.com/AyeshaIftikhar/insta_login/blob/main/demo/flutter_01.png) |
| --------------------------------------- | --------------------------------------- |
| !![screenshot 3](https://github.com/AyeshaIftikhar/insta_login/blob/main/demo/flutter_02.png) | ![screenshot 4](https://github.com/AyeshaIftikhar/insta_login/blob/main/demo/flutter_03.png)
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.5"
version: "0.0.6"
integration_test:
dependency: "direct dev"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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.5
version: 0.0.6
homepage: https://github.com/AyeshaIftikhar/insta_login.git

environment:
Expand Down

0 comments on commit 4fcf41f

Please sign in to comment.