flutter-template
flutter-template copied to clipboard
feat: Introduce `context.iconize` & `context.localize`, update versioning
I really like how context.localize played out on the fab project. To extend the feature, I want to introduce a generic localize function that you would be able to feed any object and it would give you a proper primary localization string. Same with icons.
See an example in the iconize function, I think it is quite powerful.