Fintasys / emoji_picker_flutter

A Flutter package that provides an Emoji picker widget with 1500+ emojis in 8 categories.
MIT License
155 stars 114 forks source link

fix for widget binding error #85

Closed mjmon closed 1 year ago

mjmon commented 2 years ago

from WidgetsBinding.instance.addPostFrameCallback to WidgetsBinding.instance?.addPostFrameCallback

LostInDarkMath commented 1 year ago

That's not a good idea. To fix this issue you need to Upgrade to Flutter 3.0.0+.