sawankumarbundelkhandi / edge_detection

This is a flutter plugin to detect edges in a live camera, take the picture of detected edges object, crop it, and save.
https://pub.dev/packages/edge_detection
Apache License 2.0
243 stars 243 forks source link

UI is in Native and not customizable using Flutter #81

Open faizflutter opened 2 years ago

faizflutter commented 2 years ago

Hi, Kudos to you for this package. As this package has UI build in Native and we cannot customize it in Flutter. I am here to know that if there is any way to just use my own UI in Flutter and rest of the detection using this package.?

Urgently seeking help Thanks.

sawankumarbundelkhandi commented 2 years ago

@faizflutter the only way you can do this is forking the project and changing the UI accordingly and using your fork directly in pubspec.

JulianBissekkou commented 2 years ago

I think it makes sense to provide a flutter APIs where the user can style the native components.

alejandrogiubel commented 8 months ago

I think this would be a highly desired feature.