Fintasys / emoji_picker_flutter

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

hide emoji picker #99

Closed Junesui closed 2 years ago

Junesui commented 2 years ago

I want to

<1>hide the emoji picker when opening the keyboard <2>hide the emoji picker when clicked outside the emoji picker (containing the clickable button). Is there a sample code like this?
Fintasys commented 2 years ago

I would recommend you checking out https://pub.dev/packages/flutter_keyboard_visibility I was working on improving the examples by using it but due to recent breaking changes I will need more time to apply the changes again.

Junesui commented 2 years ago

hi Fintasys thanks