emoji_picker_flutter
emoji_picker_flutter copied to clipboard
version 3.1.0 is actually breaking
I just updated the dependencies in my project and got compiler errors, because the swapCategoryAndBottomBar
was removed. Therefore, the correct version should be 4.0.0
for this change.
I'm positive replacing it with viewOrderConfig
is a good design choice, but correctly versioning helps users be confident when updating dependencies.