instagram_media_picker 0.0.11 copy "instagram_media_picker: ^0.0.11" to clipboard
instagram_media_picker: ^0.0.11 copied to clipboard

Fetches a Instagram users images, and allows them to select images.

instagram_media_picker #

This package fetches a Instagram users media using the Instagram Basic Display API, then allows them to select photos.

The package handles Instagram Authentication then returns the users media including the captions, ids, media URLs, and timestamps.

If you want to just get the media and build your own picker, check out my other package instagram_media: https://pub.dev/packages/instagram_media

Video Walkthrough and Setup https://www.youtube.com/watch?v=Emypa7YLAhI

Please like/subscribe on YouTube and leave a like on pub.dev if this helped you!

Usage

 final result = await Navigator.push(context, MaterialPageRoute(
    builder: (context) => InstagramMediaPicker(
        appID: '7080000000000', //IG app ID from FB Developer Account
        appSecret: '3752x0x0x0x0x0x0x0x0x0' //App Secret
    )
));

print(result[0]); //URLs
print(result[1]); //IDs
print(result[2]); //Captions
print(result[3]); //Timestamps

Credits Developed by August Kimacovich. @augustkimo https://www.idality.dev

11
likes
30
pub points
0%
popularity

Publisher

verified publisheridality.dev

Fetches a Instagram users images, and allows them to select images.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, flutter_webview_plugin, http, meta

More

Packages that depend on instagram_media_picker