A clone of Instagram using Flutter framework.
Note that this repo only provide the code, it is NOT a standalone project! The complete code is included in the lib/
folder. The related api keys such as google map api are removed due to charging factor, feel free to create your own one.
- Flutter
- Dart
The current used packages and settings can be seen in the pubspec.yaml
file.
- Create a new Flutter project
- Copy & Paste the
lib/
folder andpubspec.yaml
file into it - Set up Google map api and Firebase
- Run the project