Skyost / EzLocalization

Localize your flutter application quickly and easily.

Home Page:https://pub.dev/packages/ez_localization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make notFoundString required

MkamaMakoko opened this issue · comments

As of now, if you migrate the app to null safety, you'll be required to add null check on every context.getString('key').

My suggestion is, make notFoundString a required parameter, then disable getString extension from returning null value.