ilteoood / flutter_i18n

I18n made easy, for Flutter!
MIT License
217 stars 57 forks source link

Updating dependencies (allowing support toml ^0.13.1) #199

Closed sjoulbak closed 2 years ago

sjoulbak commented 2 years ago

Hi @ilteoood!

We use flutter_i18n for our project and it is currently preventing upgrading another package because of not supporting toml ^0.13.1.

I ran flutter pub upgrade --major-versions to update the dependencies. After that I incremented the version with one patch value. As bonus I ran flutter analyze and removed all the unnecessary imports and casts.

If you have any suggestions, please feel free to leave them here in the comments 😄

ilteoood commented 2 years ago

TYSM man, really appreciated!