faithoflifedev / easy_onvif_workspace

This package works with a variety of ONVIF compatible devices allowing for IP Cameras and NVRs (network video recorders) to be integrated into Dart and Flutter applications.
33 stars 21 forks source link

Is it possible to check if Onvif connect failed? #41

Closed DongsubShin closed 1 year ago

DongsubShin commented 1 year ago

Thank you for nice package

Is it possible to check if onvif initialize failed ?

I want my app to Navigator.pop or show message if onvif connection failed.

Thanks in advance!

faithoflifedev commented 1 year ago

The next release (in the coming days) will throw an exception if initialization fails.

faithoflifedev commented 1 year ago

@DongsubShin, v2.1.1-dev.1 has been released with this functionality. Please let me know if it works for you.