azihsoyn / flutter_mlkit

A Flutter plugin to use the Firebase ML Kit.
MIT License
392 stars 91 forks source link

Update to current version of flutter and ML Kit. Custom models extended #60

Closed RichiWIP closed 5 years ago

RichiWIP commented 5 years ago

I have updated the code and dependencies to run with the current version of flutter and ML Kit. I have also updated the plugin to allow multiple inputs and outputs for custom models so that more complex models like object detection can be used, as well as adding an example app for this. I am just begging to use flutter and have very little experience with it, as well as practically no experience with iOs / Objective-c. I'd be happy for any suggested improvements.

azihsoyn commented 5 years ago

Hi, @RichiWIP!

Thanks to contributing and sorry to late responding.

I'll review within a few days.

azihsoyn commented 5 years ago

Thank you for adding example code for the custom model!

Currently, two flutter projects in the examples directory. It is just hard for maintenance.

If you can, please unite to one project like a flutter_gallery app.

azihsoyn commented 5 years ago

Hi, @RichiWIP.

I'm sorry conflicting by my PR to resolve #59 and #62 quickly.

Please merge master branch to reduce diff for reviewable.

Thanks.

azihsoyn commented 5 years ago

Hi, @RichiWIP!

Thanks, great PR!

LGTM.