Fintasys / emoji_picker_flutter

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

[technical] Fix warnings for Flutter 3 and update dependencies #74

Closed joshuadeguzman closed 2 years ago

joshuadeguzman commented 2 years ago

This should fix the hot reload issue some projects encountered because of the deprecated warnings.

Tickets

Closes #71

Changes

Fintasys commented 2 years ago

@joshuadeguzman Thanks for your contribution. Sorry I made some changes on master, could you rebase your branch with master? Otherwise your changes look good to me ! Thanks!

joshuadeguzman commented 2 years ago

@Fintasys , I pushed the changes. Feel free to review.

Fintasys commented 2 years ago

@joshuadeguzman The CI check is failing. Probably we need to raise the Flutter version in main.yml as well to at least 2.5.0 ?

LostInDarkMath commented 2 years ago

@Fintasys You need to update to at least Flutter 3, for example use flutter_version: '3.0.1' in main.yml.

joshuadeguzman commented 2 years ago

Can you check again @Fintasys ?