
Flutter Responsive Design with Split-Screen: for Mobile, Desktop, and Web
Flutter Split-Screen List and Detail Responsive Design for Phone, Tablet, Desktop, iOS, Android, macOS, Windows, Web What are our objectives? In this course, you’ll use Flutter/Dart to develop a responsive app supporting a Split-Screen List/Detail layout from a...

OnTrack Goals Habits Tracker
OnTrack is the app that I built to keep up with setting Goals to Build or Break habits with a twist, it’s on Autopilot… Problem: With tracking habits, you need to check multiple times a day to mark them done. This task is monotonous to me and I wanted to streamline...

Flutter Products Full App Tutorial
Flutter Products Full App Tutorial Video Tutorial Video Tutorial: YouTube VideoBlog: ArticleSource Code: GitHub Part 1 - Introduction What we'll cover: Take a look at the dummyjson.com free JSON service Ability to test Authentication Retrieve records...

Flutter State Management Using ChangeNotifier AnimatedBuilder
State Management using ChangeNotifier and AnimatedBuilder for Dashboard App Dashboard using ChangeNotifier and AnimatedBuilder.State Management by using built-in Flutter classes. No Packages. What is State Management? State Management is not a simple topic. How...

Flutter State Management using ValueNotifier and ValueListenableBuilder for Dashboard App
State Management using ValueNotifier and ValueListenableBuilder for Dashboard App Dashboard using ValueNotifier and ValueListenableBuilder.State Management by using built-in Flutter classes. What is State Management? State Management is not a simple topic. How...

Flutter State Management using InheritedWidget for Journal App
State Management using InheritedWidget for Journal App We are going to take a look at how to use the InheritedWidget for State Management - No Packages. Video Tutorial Video Tutorial: YouTube Video Source Code: GitHub What is covered In this...

Flutter’s Way State Management – No Packages
Flutter’s Way State Management - No Packages Flutter’s Way State Management by using built-in Flutter classes. Video Tutorial Video Tutorial: YouTube Video Source Code: GitHub What is covered In this project, you are going to take a look...

Flutter Hero Widget and PageRouteBuilder Animation
Flutter Hero Animation and PageRouteBuilder Video Tutorial: YouTube Video Blog Source Code: GitHub Using Hero, Navigator and PageRouteBuilder to create custom Transitions In this project, you are going to take a look at: How Hero animation allows a widget...

Flutter Navigator PageRouteBuilder Transitions
Page Navigator PageRouteBuilder Using Navigator and PageRouteBuilder to create custom Transitions In this project, you are going to take a look at: How to use the Navigator widget to navigate between pages with arguments (pass data) How to use the Navigator...

Flutter AnimationController – Floating Balloon Animation
In this video, you are going to take a look at: How to use the AnimationController to create custom animations How to use the AnimationController to control staggered animations AnimationController The AnimationController class gives you increased flexibility...