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

Issue with version control policy #150

Closed MarsMan13 closed 9 months ago

MarsMan13 commented 10 months ago

First, thank you for providing a great Flutter library.

However, I think the version management method of this project is wrong. Minor version changes should guarantee the operation of previous versions. However, due to the 1.6.0 version update, Config's showRecentsTab is not available, so Many projects that were based on the assumption that showRecentsTab is available have encountered problems. (For example, chatview)

Please remember that minor versions guarantee previous versions, which is why we can use ^ in Flutter dependencies.

If I am wrong, please give me feedback. Thank you.

Fintasys commented 9 months ago

@MarsMan13 Thanks for pointing this out. I will try to be more careful with versioning from now on 🙏