QuantumEntangledAndy / neolink

An RTSP bridge to Reolink IP cameras
GNU Affero General Public License v3.0
247 stars 39 forks source link

Create a "clone" of the Reolink app in Flutter #223

Open zachheine opened 3 months ago

zachheine commented 3 months ago

Is your feature request related to a problem? Please describe. No problem, just an idea. This is beyond my coding abilities otherwise I would try to make it.

Describe the solution you'd like This would probably sit outside of this repo, but would love to see a "clone" of the Reolink app in Flutter. I assume that because this is in Rust it would be possible to run it in a Flutter project such as this one with some mods: https://github.com/mitchross/multi_camera_dashboard.

QuantumEntangledAndy commented 3 months ago

I have had plans for something like this for quite some time. I will probably use tauri instead since its rust native and I am more familiar with it

Jaywalker commented 2 months ago

Does Tauri support mobile? I'd be mostly interested in an open source alternative to the Reolink mobile app

QuantumEntangledAndy commented 2 months ago

Yes I've built a few apps on iOS and android for it although you have to use the beta it works quite well. Mostly it just sets up a webview and an ipc to communicate with rust from the js