Flutter Intro to Flutter Widgets Series (Part 1) Everything in Flutter is a widget. A widget defines how a portion of a screen should look like. Let's take a look at the common UI widgets and how they're used to define how a certain portion of a screen looks like.
Dart Lists Methods, Properties, and More! (Dart) The List type is one of the most common data types that you will encounter in Dart; therefore, it is crucial to understand when and how to use the methods and properties of a List. I also highly recommend experimenting with List methods in DartPad.
Flutter Intro to Dart Data Types Data types are the building blocks of every programming language. In Dart, a data type is a variable that holds a value. It's very similar to the variables in math.