Flutter
Learn how to build in Flutter: Widgets
In a previous article, in which I introduce Flutter, I discussed the importance of widgets in Flutter. Let’s see how it is built in Flutter. What is a widget? We can think of widgets as reusable code blocks that describe Read more…