benjamindean / flutter_vibration

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

Support OpenHarmony #99

Open zmtzawqlp opened 2 months ago

zmtzawqlp commented 2 months ago

Flutter will support OpenHarmony base on Flutter 3.7.12. it comes from https://gitee.com/openharmony-sig/flutter_flutter.

If it's okay, I can help complete the implementation of this platform.

It seems that vibration has no limitation of Flutter version. So i can work on the latest code of vibration, right?

benjamindean commented 2 months ago

Hey! Yes, that would be great. The latest code is good to go.

zmtzawqlp commented 2 months ago

ok, i will fire a pr after i finish it. thanks