Fintasys / emoji_picker_flutter

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

Because app depends on emoji_picker_flutter ^2.2.0 which doesn't match any versions, version solving failed. You can try the following suggestion to make the pubspec resolve: * Consider downgrading your constraint on emoji_picker_flutter: flutter pub add emoji_picker_flutter:^2.1.1 #204

Open yfming93 opened 2 weeks ago

yfming93 commented 2 weeks ago

/Users/mingo/flutter/bin/flutter pub get Resolving dependencies... Because app depends on emoji_picker_flutter ^2.2.0 which doesn't match any versions, version solving failed.

You can try the following suggestion to make the pubspec resolve: * Consider downgrading your constraint on emoji_picker_flutter: flutter pub add emoji_picker_flutter:^2.1.1 Process finished with exit code 1

Fintasys commented 2 weeks ago

Did you try to downgrade to 2.1.1 as the message states?