g123k / flutter_app_badger

Support to update the app badge on the launcher (both for Android and iOS)
https://pub.dev/packages/flutter_app_badger
Apache License 2.0
307 stars 172 forks source link

Fix messaging + background + IOS. #32

Closed edward-yakop closed 2 years ago

edward-yakop commented 3 years ago

With async+await, it seems that during background callback, the operation managed to complete successfully.

rs-anhnq2 commented 3 years ago

I have the same result and this method works. Can you approve and merge it as soon as possible? @g123k Thanks a lot!

Heheovereggs commented 3 years ago

Hello developers, could you upload this updated package to pub.dev so that I can run pub update? Otherwise is possible to apply these changes to existing local package? thank you

SalahAdDin commented 3 years ago

@g123k What do you think?

edward-yakop commented 3 years ago

This is now resolved.

prologic commented 3 years ago

Can we get this merged?

LeGoffMael commented 2 years ago

I dont't know if this repository is still maintained, if it is, could this PR be merged ? using Futures seems to solve some issues on android as well in my case https://github.com/g123k/flutter_app_badger/issues/29