T’s Coding
Update The Way We Learn
Learn to develop Flutter apps as its easy, fast, customizeable components, reuseable widgets and above all huge community with Google Support. All you need only is a Great Platform 😃✌️

Coding with T
Login App
Learn flutter’s core concepts by simple login app enriched in concepts. Save 100 of hours. Download Project
Flutter firebase phone authentication with example tutorial 2022
In this flutter firebase tutorial, we will learn flutter firebase phone number authentication and will sent OTP verification SMS to verify. In this video, we'll be learning how to create a Flutter Firebase phone number OTP authentication. This will allow us to secure...
Flutter Firebase Authentication Tutorial 2022 using GETX
In this flutter tutorial, we will learn flutter firebase authentication. Using Email and Password, we will use GETX State Management to perform firebase authentication in a flutter. There will be many topics that we will cover in this playlist and they are as follows....
How to setup firebase in flutter – Firebase Setup 2022
In this flutter firebase tutorial, we will learn, how to set up a firebase in a flutter. We will use a simple and quick way to set up a firebase. Learn to setup firebase in flutter with a quick and easiest way! In this flutter firebase tutorial, we will learn Flutter...
Flutter UI Design Tutorial – Flutter Homepage Dashboard UI – 2022
In this flutter UI Design tutorial, we will learn to design a modern Homepage Dashboard UI in a flutter. This Flutter dashboard UI will be divided into multiple segments and cover multiple core flutter design concepts. This dashboard UI tutorial is for all who are new...
Flutter OTP Screen UI Example – OTP TextField Code
In this flutter UI tutorial, we will learn how to design a beautiful modern and minimal Flutter OTP Screen UI. To design this OTP screen we will use Flutter OTP TextField. There are two mainly used Flutter OTP Packages and dependencies on pub.dev....
How to Reset Password Screen in Flutter – UI Code
In this flutter tutorial, we will learn how to design a forgot password screen in our FLUTTER LOGIN APP. In this tutorial, we will learn to reset the password screen in flutter using two methods. Mail and Phone No authentication. We will also learn how to create Model...
Flutter Signup UI Page Example Code – Flutter UI 2022
In this flutter tutorial, we will learn to design a modern Signup screen UI or Signup Page in Flutter. We are creating Flutter UI Design which is a part of our Flutter Login App. In this flutter ui tutorial, we will not just design but also we will learn to create a...
Flutter Login Screen Design – Modern Login Screen UI
In this flutter tutorial, we learn to design a modern flutter Login Page UI. Flutter Login Screen is the screen that has been used by almost every 2nd application. So, it has a very important role to Retain user or let them go. So, a beautiful login signup design is...
Flutter Animation 2022 – Animate any widget in flutter
In this flutter tutorial, we learn to use animations in flutter. In Flutter Animation tutorial, we will learn to create a custom widget that can be used anywhere in flutter to animate any widget. In our previous tutorials, we already learned how to make the Splash...
Modern Flutter Welcome Screen UI – Flutter UI 2022
In this flutter tutorial, we will learn to design the Welcome Screen in flutter which is a part of our Flutter login app course. We will create a flutter-responsive UI or make our design responsive using the flutter column widget. We will also learn, how to get...
Crash Course
Learn flutter from scratch. Loved by millions
How to create a Checkbox in flutter Example 2022
In this tutorial, we are going to learn two ways to create and design a checkbox in a flutter. We will also learn how to create a custom checkbox in a flutter with an example. We will first design the checkbox widget in a flutter as a checkbox() and then we will...
How to create Text Form Field or Text Field in flutter
In this tutorial, we are going to learn the two ways to create, and design text fields in a flutter and also two ways to get data from a flutter textfield or a flutter textformfield. The design will be created using flutter textfield() and flutter textformfield()...
How to Create and Design Buttons in Flutter
In this tutorial, we are going to create buttons in Flutter 2022. We will create three different types of buttons in a flutter, Elevated buttons, Outline buttons, and Text Buttons. We will also learn how to design a custom button using all the properties of flutter...
How to create & design Container in Flutter – 2022
In this flutter tutorial, we are going to learn how to create a Container in a flutter. We will learn how to design a container in flutter 2022. In this flutter tutorial, we will cover all the properties of the Container include Background Color, Padding, Margin,...
How to add Material and Font-Awesome Icons
In this flutter tutorial, we are going to learn how to add material and font-awesome icons in flutter. How to make icons clickable using IconButton in our flutter project 2022. We will learn the 3 basics of flutter in this tutorial. How to use Material Icons in the...
How to add Images in Flutter – Asset and Network
In this Flutter tutorial, we are going to learn how to add images in flutter 2022. There are 2 main ways to add an image in a flutter, 1st is to add Asset Image in the flutter and 2nd is to add Network Image in the flutter. So, in this tutorial, we will learn both...
Exploring stateless widgets in Flutter – Coding with T
In this Flutter Crash course 2022, we are about to start our Flutter Crash Course for beginners and we will be exploring statless widgets in Flutter. In this Section 2, we will learn all the Basic and Core Stateless Widgets of Flutter which are a must to create any...
Stack and Positioned Widget in Flutter 2022
In this flutter tutorial, we are going to create layout widget in flutter. Stack and positioned widget will be used in this tutorial, whereas stack is used to layout widgets on top of one another and positioned widget is used to position the widgets (childerns of...
How to create a Floating Action Button in Flutter
In this flutter tutorial, we are going to create a floating action button in flutter. We will create FAB using widget provided by flutter material design FloatingActionButton(). Floating Action button is useful when it comes to perform some key actions like add...
How to add Logic in Flutter Code – Flutter 2022
In this flutter tutorial, we are going to add logic to our flutter code. We will simply do that by adding a simple function and will get Random Values printed directly in our Text Widget. This is the last video of our Section # 1 of the flutter basic crash course for...