Fintasys / emoji_picker_flutter

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

how to hide backspace button? #119

Closed dghub-founder closed 1 year ago

zhangzhe532 commented 1 year ago

Set null for onBackspacePressed, like this:

EmojiPicker(
    ...
    onBackspacePressed: null,
    ....
)
Fintasys commented 1 year ago

@dghub-founder Please try the current master to see if it fixes your issue

  emoji_picker_flutter:
    git:
      url: https://github.com/Fintasys/emoji_picker_flutter.git
      ref: master