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

Config progressIndicatorColor dismiss #111

Closed anchao-lu closed 1 year ago

anchao-lu commented 1 year ago

on v1.4.0 Config progressIndicatorColor dismiss

Fintasys commented 1 year ago

@anchao-lu Sorry can you give more details? I'm having trouble understanding what's your issue 🙇

nitesh2599 commented 1 year ago

@Fintasys In 1.4.0 release, progressIndicatorColor was removed rom Config class, which is a breaking change.

Fintasys commented 1 year ago

Oh right, seems I forgot to mention that in change log. progressIndicatorColor was removed in the favor of loadingIndicator Widget so that we can provide more customize loading experience. But the speed increased significantly so that by default no LoadingIndicator is necessary.