Everything we see in UI is a widget in Flutter.The whole UI is a tree of widgets.When building a mobile app, We’ll usually implement certain […] Read More
Category: Basic Dart

Flutter Tutorial Ternary Operator in Dart is an alternative way to control the logic flow like IF, else statement.Ternary Conditional Operators are a pretty useful […] Read More