JeffG05 / emoji_picker

A Flutter package that provides an Emoji Keyboard widget
https://pub.dev/packages/emoji_picker
BSD 2-Clause "Simplified" License
84 stars 91 forks source link

Using PaintCompat.hasGlyph instead of Paint #23

Closed blisssan closed 4 years ago

blisssan commented 4 years ago

Using PaintCompat fixes crash in Android Api lower than 23.

Following crash occurs in older devices

Paint has no method named hasGlyph since hasGlyph was introduced only in Api 23