ilteoood / flutter_i18n

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

can't load file when json files in a flutter package #143

Closed tcking closed 3 years ago

tcking commented 3 years ago

Our project put the i18n json files in a flutter package that other package or plugins can using the i18n translate.But we find the file loader not consider files in packages (although we can using basePath set the packages path , I don't think is a good solution)

ilteoood commented 3 years ago

basePath can be used to compose the path that you desire.