benjamindean / flutter_vibration

Handle vibration on iOS and Android in Flutter apps
229 stars 69 forks source link

Made some modifications on the IOS implementation to unify behavior with Android’s one. #51

Closed Leicas closed 2 years ago

Leicas commented 3 years ago

Only thing not working now on iOS is the vibration without Amplitude (only pattern). I unfortunately don’t have access to iOS hardware anymore so cannot implement that.

Amplitudes is confirmed to work and the test app works similarly on iOS and Android.

benjamindean commented 3 years ago

Thank you for the contribution! Could you, please, format the code so it's easier to see the diff?

Leicas commented 3 years ago

Yes, sorry about that was just happy I got it to work and forgot to clean the code!

benjamindean commented 3 years ago

Thanks! I will try to test it as soon as I can.

furkankurt commented 3 years ago

Any update?

Skyost commented 2 years ago

Hey @benjamindean !

Just saw that you've been worked on this project recently 😁
Did you have time to review this PR ?

benjamindean commented 2 years ago

Hey! Yeah, I guess I cn safely merge it now. Thanks for notifying!

benjamindean commented 2 years ago

Will release a new version as soon as the web implementation is fixed.