Flutter basics #
Now that you’ve gotten a taste of Dart, it’s time to dive into the UI framework Flutter.
The basic building block in Flutter is a widget. Widget in Flutter are comparable to components in popular web frameworks such as React, Angular and Vue.js.