The Flutter Coach
Download all code and project files for every tutorial at https://www.patreon.com/TheFlutterCoach
Email me for Flutter coaching sessions - [email protected]
In-depth Flutter development tutorials. Subscribe for upload updates.
Why Flutter?
Flutter is a truly UI-focused app development framework. Having worked with several app development frameworks, I find Flutter to be a truly enjoyable and easy to use for visual design. Better still, since it is a cross-platform framework, you are able to export your work in file formats that suit your target platform, be it Web, Android, iOS, macOS, Windows or Linux, which eliminates the need to be proficient in the native languages of all these platforms in order to code for them. I love coding with Flutter, I hope you find it fun as well.
Would you love to support the channel? You can do it via PayPal to [email protected]
Happy Coding!
- TheFlutterCoach

Portfolio Website Tutorial: Flutter + Firebase Hosting

Full Stack Flutter Web App Project Tutorial (Front-end + Back-end server + Database + Web Hosting)

Animate widgets to rotate and attract attention - Flutter RotationTransition widget tutorial

Animate widgets to look flashy - Flutter DecoratedBoxTransition widget tutorial

Animate widgets to move smoothly across the screen - Flutter AnimatedPositioned widget tutorial

Create smooth animated lists in Flutter - AnimatedList widget Tutorial

Smooth animation for changing alignment of an item on screen - AnimatedAlign widget Flutter Tutorial

Crossfade Animation Flutter Tutorial - AnimatedCrossfade widget Smooth Transition effect

Opacity Animation Flutter Tutorial - AnimatedOpacity widget Fade-In effect

Rotation Animation Flutter Tutorial

Enlarge Items on Mouse Hover - Flutter Animation Tutorial

Google - Animated version - Flutter #speedcode

How to build a WhatsApp UI clone using Flutter 📱🔥🚀

WhatsApp Pages UI SpeedCode - Chats/Updates/Calls/Community

How to Add and Remove packages in a Flutter project + pub.dev package details and metrics explained

Spotify Home Page Layout Design in Flutter

ListTile widget - Flutter tutorial with example app.

Stack widget - Flutter tutorial with example app.

Google - Inspired Home Page Design in Flutter

Amazon - Inspired App Bar Design in Flutter

8 Common Mistakes to Avoid that Violate Linter Rules - Flutter Best Practices Tutorial

Hyperlink Tutorial - Clickable text link or icon button link in Flutter using Url Launcher package

IconButton widget in Flutter - Tutorial with example app

How to set / change app icon / favicon and tab title in a Flutter Web App. Tutorial with example app

Slider Widget Flutter Tutorial with Example App

PageView Widget Flutter Tutorial - Make Swipable Pages

Positioned Widget Flutter Tutorial

Save, Read and Clear Data From Local Device Storage in Flutter Web App - Shared Preferences Package

Dialog Flutter Tutorial (AlertDialog, SimpleDialog, Dialog.fullscreen, showDialog() pop up)

Slide Button Bar in Flutter - Draggable $ DragTarget widget tutorial with example app.