benjamindean / flutter_vibration

Handle vibration on iOS and Android in Flutter apps
217 stars 67 forks source link

Support OpenHarmony #100

Closed zmtzawqlp closed 1 month ago

zmtzawqlp commented 2 months ago

To avoid affecting the adaptation version of the main project, I've separated all implementations into vibration_platform_interface. This allows the implementation for the Ohos platform to be done without impacting the main project.

benjamindean commented 2 months ago

Thanks for the contribution! I'll have to manually test it, so it'll take some time.

zmtzawqlp commented 2 months ago

After all check are completed, please publish vibration_platform_interface and vibration to pub.dev. If possible, let me publish vibration_ohos to pub.dev, because the OpenHarmony API is still unstable and requires frequent updates. Thank you.

benjamindean commented 2 months ago

Sure! You can publish it on your own. I'll try to publish platform interface by the end of the week.

zmtzawqlp commented 1 month ago

@benjamindean do you have publish vibration_platform_interface into to pub.dev?

benjamindean commented 1 month ago

All done! You can publish vibration_ohos now.