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

Migrate from OverlayEntry to OverlayPortal #176

Closed Fintasys closed 5 months ago

Fintasys commented 6 months ago

Seems there is a better Api for overlays, maybe we can use the new Api and improve the code and address some issues coming with the old Api.

Fintasys commented 6 months ago

Instead of using OverlayPortal it was better to use CompositedTransformTarget and CompositedTransformFollower to show SkinTone Overlay relatively to the renderBox of the emoji. It makes it possible to show the overlay wherever it is required without complex calculations.