{"id":25227569,"url":"https://github.com/viralvaghela/flutter_insta","last_synced_at":"2025-06-26T23:14:15.882Z","repository":{"id":50011815,"uuid":"282382179","full_name":"viralvaghela/flutter_insta","owner":"viralvaghela","description":"Package to get details of the Instagram user and download reels video.","archived":false,"fork":false,"pushed_at":"2023-01-01T15:09:28.000Z","size":730,"stargazers_count":60,"open_issues_count":13,"forks_count":41,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-11T04:12:39.080Z","etag":null,"topics":["dart-insta","flutter","flutter-insta","flutter-instagram","flutter-plugin","flutter-plugins","instagram-api"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/flutter_insta","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/viralvaghela.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-25T06:02:45.000Z","updated_at":"2024-12-26T15:41:10.000Z","dependencies_parsed_at":"2023-01-31T23:16:31.129Z","dependency_job_id":null,"html_url":"https://github.com/viralvaghela/flutter_insta","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viralvaghela%2Fflutter_insta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viralvaghela%2Fflutter_insta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viralvaghela%2Fflutter_insta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viralvaghela%2Fflutter_insta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viralvaghela","download_url":"https://codeload.github.com/viralvaghela/flutter_insta/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238264556,"owners_count":19443370,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dart-insta","flutter","flutter-insta","flutter-instagram","flutter-plugin","flutter-plugins","instagram-api"],"created_at":"2025-02-11T09:05:42.166Z","updated_at":"2025-02-11T09:05:43.036Z","avatar_url":"https://github.com/viralvaghela.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Flutter package to get Instagram user details and download reels videos.\n\n## How to Use\n\n##### To use flutter_insta, first start by importing the package.\n\n```dart\nimport 'package:flutter_insta/flutter_insta.dart';\n```\n\n##### Get profile details\n\n```dart\nFlutterInsta flutterInsta = new FlutterInsta();\nawait flutterInsta.getProfileData(\"coding_boy_\"); //instagram username\n```\n\n##### Print Details\n\n```dart\nprint(\"Username : ${flutterInsta.username}\");\nprint(\"Followers : ${flutterInsta.followers}\");\nprint(\"Folowing : ${flutterInsta.following}\");\nprint(\"Bio : ${flutterInsta.bio}\");\nprint(\"Website : ${flutterInsta.website}\");\nprint(\"Profile Image : ${flutterInsta.imgurl}\");\nprint(\"Feed images\":${flutterInsta.feedImagesUrl}\");\n```\n\n##### Download Reels video\n\n```dart\nString downloadLink =  await flutterInsta.downloadReels(\"https://www.instagram.com/reel/CDlGkdZgB2y/\"); //URL\n```\n\n##### Example\n\n[Click here for more Example](https://pub.dev/packages/flutter_insta/example)\n\n![Image](./images/main.png)\n\n##### Important Note\n\nThere is a limitation by Instagram, not sure how much but if you reach 'X' number of API call requests in an hour then you won't get response data and you have to wait for some time, So during development avoid widget rebuild as much as possible. :)  \n\nCreated by [Viral Vaghela](https://www.linkedin.com/in/viralv/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviralvaghela%2Fflutter_insta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviralvaghela%2Fflutter_insta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviralvaghela%2Fflutter_insta/lists"}