i18next
i18next copied to clipboard
First Time user feedback
Hey all -- hope you had nice holidays! I wrote this up before the holidays but thought it might get a bit lost, so thought I'd post afterwards when folks had fresh minds :)
For this test, I tried using the package as a first time user. Here are some notes!
- Consider linking to the i18next standard / spec? Probably not a big deal since peeps looking for this package will know what i18next is, but for folks like me who are new to i18next it'd be dope.
- Consider changing the first line to something like "This is an adaptation of i18next standard in dart" to "This is an adaptation of i18next standard for Dart with support for Flutter localization techniques"?
- Spelling
LcoalizationsDelegate
->LocalizationsDelegate
- Consider adding one more section about best practices of wrapping the translation retrieval in strongly typed files, as done in the example
HomePageL10n
andCounterL10n
classes ? I think a lot of devs coming from dynamic languages like JS use "Stringly Typed" Dart code and might be a good push in the right direction.
Other than that, I think this one looks really good! Was easy to look at the spec, download some samples and get them working with the built-in delegates :) Nice one!