-
Flutter UI #6: Fun with Toggle Switch in Flutter
Tutorial and code of toggle switch in flutter. Copy and paste the below code as per your requirements. pubspec.yaml main.dart
-
Flutter UI #5: Fun with Checkbox and Radio Buttons in Flutter
Tutorial and code of Checkbox and Radio Buttons in Flutter. Copy and paste the below code as per your requirements.
-
Flutter UI #4: Fun with Social Media Buttons in Flutter
Tutorial and code of Social Media Buttons in Flutter. Copy and paste the below code as per your requirements. Add this dependency in pubspec.yaml file of the project. main.dart
-
Flutter UI #3: Fun with Buttons in Flutter
Tutorial and code of Buttons in Flutter. Copy and paste the below code as per your requirements.
-
Flutter UI #2: Fun With AppBar in Flutter
AppBar is the widget in flutter which contains toolbar in particular flutter application. AppBar which is auto fixed toolbar at the top of the mobile screen. In AppBar, we can create different toolbar widgets like actions, menu button, icon buttons and more.
-
Flutter UI #1: Introduction to widgets
Flutter widgets are built utilizing a modern framework that takes inspiration from React. The central conception is that you build your user interface out of widgets. Widgets describe what their view should look homogeneous to given their current configuration and verbalize. Hello world Basics widgets of Flutter Text Row, Column Stack Container