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

Code generation of all onvif helper methods. #62

Closed itsparth closed 2 weeks ago

itsparth commented 2 weeks ago

Hello I wanted to understand how the current list of helper methods were created, manually or is there some automation used? I would like to add some more methods to the library so need guidance on what is the right way.

I found this https://github.com/ozdoganoguzhan/dart-xsd-wsdl-gen Although it works for most cases, still many of the features are not supported.

faithoflifedev commented 2 weeks ago

Hi @itsparth,

The helper methods and the rest of the package have all been created manually, please feel free to submit a PR with any changes.