# multi_camera_dashboard **Repository Path**: BestMyGod/multi_camera_dashboard ## Basic Information - **Project Name**: multi_camera_dashboard - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-03 - **Last Updated**: 2024-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 8.23.2022 update Made firebase work again with latest flutter and flutterfire. Follow https://firebase.google.com/docs/flutter/setup?platform=ios on your own. # 9.9.2021 update I have updated the firebase db to be read only due to abuse. The save operation works if you import your own firebase and modify project files to include your own configs. I prefer batteries included approach to demo app, so I will continue providing my firebase for helping out. I plan to migrate this project off MVVM to Bloc soon. # muticam_dashboard This app is inspired by this post https://medium.com/@tattwei46/flutter-how-to-do-crud-with-firebase-rtdb-ce61e3ce53a A app to view multiple RTSP Streams in Flutter! ​![app](https://raw.githubusercontent.com/mitchross/Multi-Camera-Dashboard/master/app.png) ## Getting Started Create a firebase account and create a firestore https://firebase.google.com/docs/flutter/setup Create a fire store with a store called "camerastreams" ​![firebase](https://raw.githubusercontent.com/mitchross/Multi-Camera-Dashboard/master/firestore.PNG) ## Running In the root of directory run "flutter run" from the terminal ## Getting Started With Flutter This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: - [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) - [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) For help getting started with Flutter, view our [online documentation](https://flutter.dev/docs), which offers tutorials, samples, guidance on mobile development, and a full API reference.