Localize your Flutter packages
Flutter's basic blocks are reusable widgets. You create a widget and you can use it everywhere in your application.
But what happens when you have multiple applications and you want to use the same widgets? You can create a Flutter package, which can...
blog.dtengeri.com6 min read