Blog
Flutter Internationalization without BuildContext
Flutter ProgrammingFor weeks I have been looking for ways to internationalize a Flutter app without using the Build Context. I finally came up with a quick and hacky way to do so that requires minimal code changes.