Fintasys / emoji_picker_flutter

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

Config progressIndicatorColor dismiss #111

Closed anchao-lu closed 2 years ago

anchao-lu commented 2 years ago

on v1.4.0 Config progressIndicatorColor dismiss

Fintasys commented 2 years ago

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

nitesh2599 commented 2 years ago

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

Fintasys commented 2 years 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.