| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Stream-agram is a demo application showing how to recreate Instagram using Flutter and Stream Feeds.
If you'd like to learn more about this project and how the code is structured, take a look at the companion blog and video.
These are the steps to run this project locally, with your own Stream Feeds configuration.
git clone https://github.com/GetStream/flutter-instagram-clone
Run this inside the main folder to generate platform folders.
flutter create .
Depending on the platform that you're targetting you will need to do some setup for the image_picker Flutter package. At the time of writing this package only supports Android, iOS and Web.
You will also need to add your Stream API-Key and User Frontend Tokens. These are marked with TODOs in the codebase. For additional information, see the blog or video section on creating user tokens.
Stream-agram is built with Stream Feeds for implementing activity feeds.
If you're interested in adding chat functionality to your Instagram clone, check out Stream Chat.
Support it by joining stargazers ⭐
Copyright 2021 Stream.IO, Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.| Back | FazBrowse Home | New Git URL |