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

Example not work on Android #17

Closed KingWu closed 2 years ago

KingWu commented 2 years ago

Tried to build with android. But, fail

No application found for TargetPlatform.android_arm64.
Is your project missing an android\AndroidManifest.xml?
Consider running "flutter create ." to create one.
faithoflifedev commented 2 years ago

HI @KingWu ,

This is not actually a problem with the code. The flutter_model project in the example folder is minimal code that does not include the android target. If you open the project on it's own and add the android target the code will run as expected. I'll look at seeing if this can be made easier in the next release.