osociety / vernet

Vernet - Network Analyzer and Monitoring Tool
https://osociety.github.io/vernet/
Apache License 2.0
240 stars 32 forks source link

Feedback when scan for devices ended #25

Open guyluz11 opened 2 years ago

guyluz11 commented 2 years ago

Currently (in the new version that is not on the store) there is no way to know when a scan for devices is done.

We can implement it in a couple of options but the easiest and quick option is to show fluttertoast on complete saying something like "Done" or "Scan complete".

git-elliot commented 1 year ago

I want scans to persist and show it as a report and previous scans also. I'll add this functionality now. Everything will be stored locally only in a database

guyluz11 commented 1 year ago

Cool, so for local db lets use isar

git-elliot commented 2 weeks ago

I think this can be implemented using notifications because the scan process is asynchronous. I will implement this using local notifications.