- 07 December, 2023
- FlutterHQ.com

How to estimate Flutter freelance cost
Shorts Flutter freelancers can make more money and work fewer hours. Make the switch to fixed pricing. Hourly rates punish you ...

Professional Flutter developer toolset
Shorts The production Flutter developer tools to create and maintain high quality apps Spoiler, one of these tools do not exist: ...

Codepush changed Flutter dev life
Shorts 5 reasons why the new code push will change the lives of Flutter developers. - Fix bugs in production instantly - Push new ...

Flutter Unit Test Coaching
I've coached developers from not writing tests to loving unit tests. Here are the 5 biggest unit test blockers and how to get over ...

My Top 6 Flutter Freelance Habits
I drastically improved my Flutter Freelancing by going from Guesswork to Precision. By building more detailed technical outlines I ...

What is Your Flutter Code Level?
Stages for Flutter developers code quality as seen through comments Beginner: Comments to explain classes, functions, ...

Tips I picked up as a Flutter Freelancer
My goal is to teach every Flutter freelancer who is early in their journey, what I learned late in mine. Here are the things I did to get ...

How to write production-ready code in Flutter
Writing production-ready code is not some magical type of code. It's a process and a system. The simplest way flutter developers ...

Flutter Freelancer trick to getting clients
In this video, I go over the different things Flutter freelancers can do to get more clients. The fastest way Flutter freelancers can ...

Don't "choose the best state management"
There's a better way for Flutter developers to introduce an architecture in their codebase. This is what we cover in this short.

4 Questions Every Flutter Dev Should Ask
We go over the 4 questions that are required to create a better architecture in a Flutter app, even if you did not adopt a pre-defined ...

Flutter Code Push is Finally here
Flutter code push is a technology built by the Founder of Flutter. It's called ShoreBird. Read the full guide here: ...

Is Flutter Web Stable?
Let's answer the question of Flutter web stability. Is Flutter web stable? --- Yes. Absolutely. Let's work together ...

Flutter Google Expert Says don't use Flutter for Websites
In this post I talk about Flutter web and when you should use it. Flutter web is bad for websites, it's great for web applications.

Flutter Devs, Stop Discussing State Management
Shorts In this short I talk about principles that are more important for Flutter developers to discuss in relation to state management.

Every Flutter Developer Has a Superpower
A new flutter tool that allows you to perform code push using Flutter. This is the same functionality that frameworks like react native ...

Automated Testing Types For Every Flutter Developer
Tired of manual testing? Tired of bugs in production? Take your mobile quality to the next level using mechanical robots & AI.

This is the #1 Threat to Flutter Developers
Join the Newsletter: https://filledstacks.substack.com/ Buy the Flutter Web Mastery Course: ...

6 Things you can improve RIGHT NOW in Flutter Web
This Flutter Web tutorial shows you how to make your Flutter website feel like a premium website from the first impression it gives.

Flutter Web Custom URL and Deep Navigation
A follow along tutorial for Flutter web that shows you how to improve Flutter web navigation functionality. We create a custom url ...

Build a Flutter Website in 2023 (Like a Senior Developer)
A step-by-step tutorial on how to build a Flutter web application. This tutorial shows exactly how we build our apps as well as our ...

4 Ways Dart Beginners Can Go Full Stack in 2023
An overview of the 4 most popular frameworks that will allow you to go full stack with Dart and Flutter in 2023. These frameworks ...

Flutter Devs SHOULD Remove This Code
In this short we go over the different ways we can improve our code by using the new null-aware operators in dart.

Beginners always struggle with this
How to Change your Flutter Launcher Icon - Flutter TextField change color when selected - TextField default border color - Flutter ...

I made this Flutter App with ChatGPT
Lets test ChatGPT to see if it can build a real app! Follow along with the prompts that I gave ChatGPT and see the score it got for ...

The Ultimate Flutter Web Scroll Animations
In this video we recreate an awesome scrolling effect using Flutter Web Checkout responsive builder: ...

"Switch statements" is BAD. Do THIS instead
This video gives a quick overview of the enahanced enums functionality provided by Dart.

You SHOULD know this about testing #shorts
A complete guide for software testing that gives you an easy system to determine which tests you want to write.

Google lied about integration testing #shorts
The current flutter testing idea is that an end-to-end test is an integration test. This is wrong. #shorts.

Updating my Flutter Open Source Code Generator Package
I'm back and I wanted to give an update as well as share a new style of video that I want to start putting out. I'm building a ...

Beginners Guide to Streams #short #shorts
A beginners tutorial for Streams in Flutter and Dart. It goes over a visual overview for Streams to make is easier to understand.

Guide to Futures in Dart and Flutter #short #shorts
flutter #guide to futures. A #beginner #tutorial for dart and general #programming.

How to Touch anything in Flutter!
In this video I go over a deep dive explanation of touch input in Flutter. This is a full GestureDetector walk through. You can ...

Master Scroll Animations in Flutter
Flutter Slivers Explanation? Flutter Slivers Tutorial? This video goes over everything you need to know to build a Sliver from ...

Flutter Developers should Know about this
What is a Flutter view? How does a Flutter Screen work? How do I make a Flutter Page? The anatomy of a Flutter View. 00:00 ...

You can Build Anything #shorts #flutter #swiftui #developer
In this #shorts video I explain the high level thinking you should apply when asking certain questions as a #beginner in #programming. This advice is common ...

The secret to building flutter UI #shorts
In this video we go over all the functionality that a container can provide. This is A short flutter tutorial and quick tip to show off how ...

The easiest mobile animations #shorts #quicktip
This video goes over animations in flutter in am easier way. We use Implicit animations. Let's work together ...

An Advanced Flutter Dialog System
This tutorial goes over the process of setting up a custom dialog in your Flutter application in a way that separates your concerns ...

How to get location based results using Firebase | Part 1
In this tutorial I go over the implementation for notifying a user if their location is not serviced yet. We use a Test Driven ...

How to setup Firebase Emulator in Flutter in 5 minutes
This video goes over the setup to use the firebase emulator with a flutter application. Written:

How I built Address Selection in Flutter
In this video you can follow along as I go over my implementation of Address selection in Flutter using Google Places Api.

Build a Design System in Flutter | How to build a UI package
This video goes over the process of building a UI package that contains your design system. Git repo: ...

Flutter Auto Complete Tutorial with Google Places - In 8 Minutes
In this video I show you how easy it is to integrate the Google Places Api for Autocomplete into your application. This is a complete ...

How to Unit Test in Flutter - Guide
This video goes over the way I develop using tests to in a practical manner to speed up my development process. git: ...

Handle User Profile in Flutter | Firebase User Profile Management
In this video I take you through the implementation to handle the flutter user profile. Stacked Snippets: ...

How I built a Formatted Logger Generator in Flutter | Flutter Production Logging
This video goes over how I build a Formatted Logger into the stacked packages Source: ...

Sign in with Apple and Google using Flutter
In this video we go over the code required to sign in with Apple or Google using Firebase and Flutter. The code: ...

Flutter Null Safety Migration
In this video we go over the Flutter null safety migration for the BoxtOut customer app. We use Dart Migrate, as well as the pub ...

Implementing Sign Up and Login in a Flutter Product
In this video we add the Sign up and Login functionality for the upcoming BoxOut product. Source: ...

How I built a Flutter Forms Generator
In this video I go over how I built the flutter form generator for the stacked package. package: https://pub.dev/packages/stacked.

The new Flutter Framework
This video shows how to setup your app with the new Stacked Flutter Framework. Stacked State management deepdive: ...

Flutter Firebase Setup in 5 minutes
In this video we go over configuring your Flutter application to use Firebase Authentication in under 5 minutes. From start to finish.

Flutter Custom Bottom Sheet Service
This video goes over the new Bottom sheet service introduced in the Stacked Services. It shows you how to setup the bottom ...

SQLite in Flutter
This video goes over the SQLite schema management setup we use in production Flutter applications. Written tutorial: ...

Flutter Theme Manager for Multiple Themes
This tutorial goes over the implementation of multiple themes in Flutter. Written: ...

Lottie Splash Screen in Flutter
This tutorial goes over using Lottie animations in Flutter. Specifically using Lottie animations in Flutter for a splash screen. Written ...

Dialog Service in Flutter | Show Dialog Without Context
This video goes over showing a dialog withtout the context in flutter. We cover taking text input in a dialog and building custom ...

Bottom Nav Bar in Flutter using Stacked
This video serves as a guide to setup bottom navigation in Flutter using the stacked architecture. 00:00 - Intro 01:30 - Bottom Nav ...

How To Mock in Unit Tests in Dart & Flutter
This video goes over the process of preparing your mocks for better unit tests. Written Tutorial: ...

How to Unit Test your Business Logic in Flutter
This tutorial goes over the basics of unit testing and how to determine which unit tests to write and how to write them in Flutter.

What are Services and How to use them in Flutter
This video goes over when and why I create services. This video is divided into three parts. 00:00 - What are services 02:49 ...

State Management with Stacked in Flutter
00:00 - Introduction 02:04 - Partial View Rebuilds 11:42 - Reactive Services and ViewModels 23:22 - Future and Stream ...

Complete Flutter Architecture using Provider and Stacked
In this video we go over the setup of the architecture that I use during development of my client applications. Written: ...

Remote Config in Flutter
We've launched a new Flutter Web Master Course: https://dane-mackier-s-school.teachable.com/p/master-flutter-on-the-web --- In ...

Dynamic Links with Auto Navigation in Flutter
My Animations had to be removed because of export issues :( In this tutorial we cover the usage of Dynamic Links, why it's needed ...

Flutter and Firestore realtime Pagination
In this video we go over the implementation pattern we use at FilledStacks to provide real time paginated data. Written: ...

Flutter Analytics using Firebase
In this video we go over how to add analytics into your project and what kind of events you would like to track. We make use of ...

Firebase and Push Notifications in Flutter
We've launched a new Flutter Web Master Course: https://dane-mackier-s-school.teachable.com/p/master-flutter-on-the-web --- In ...

Integrating Cloud Storage in Flutter | Firebase Flutter Tutorial
We've launched a new Flutter Web Master Course: https://dane-mackier-s-school.teachable.com/p/master-flutter-on-the-web --- In ...

Firestore CRUD in Flutter - A complete guide
We've launched a new Flutter Web Master Course: https://dane-mackier-s-school.teachable.com/p/master-flutter-on-the-web ...

StartUp Logic and User Profiles using Firebase and Firestore
In this tutorial we go over the process of adding custom startup logic for logged in users as well as user profiles in firestore. Written: ...

Firebase Authentication in Flutter | Production Patterns
In this video I go over the way I use Firebase Authentication in production to keep my code maintainable and easy to manage.

Advance Url Navigation for Flutter Web
We've launched a new Flutter Web Master Course: https://dane-mackier-s-school.teachable.com/p/master-flutter-on-the-web ...

Hover Effects in Flutter Web Using Flutter Extensions
This tutorial goes over my implementation pattern for hover effect in Flutter web. Written: ...

State and Api Integration in Flutter - Flutter Web Tutorial Part 4
We've launched a new Flutter Web Master Course: https://dane-mackier-s-school.teachable.com/p/master-flutter-on-the-web --- In ...

Template Layouts and Navigation for Flutter Web - Flutter Web Part 3
This video goes over the process of creating a template layout as well as setting up some basic navigation for Flutter Web. Written: ...

A Responsive Flutter Website Guide | Flutter Web Tutorial - Part 2
In this tutorial we take the already built Flutter Website and make it responsive. Written Tutorial: ...

Building a Website In Flutter - Flutter Web Beginners Tutorial
Written tutorial: https://www.filledstacks.com/post/create-and-deploy-a-flutter-web-app/ Let's work together ...

Ultimate Flutter Responsive Architecture with Provider - Final
This tutorial continues on Part 1 and Part 2 to add the final step of the architecture which is the state management. Written: Starting ...

Ultimate Flutter Responsive UI Guide | Flutter Responsive Web
This it the follow up tutorial of Part 1 (https://youtu.be/z7P1OFLw4kY) where we use the base we defined to build a responsive UI ...

The Best Flutter Responsive UI Setup
In this tutorial I want to go over the code to build a base widget which can be used for building responsive UI's in Flutter. Written: ...

Continuous Scrolling ListView in PURE Flutter
In this tutorial I go over how to build a continuous scroll list view using the item position, not the traditional scroll controller. Written: ...

Flutter Tutorial | Build a continuos scrolling list | My code refactor process
This week I'm trying a new video form. I'd like to show some of the thought process that I go through for coming up with production ...

Easy Flutter Location Service for Realtime Updates in Provider
This tutorial will cover a comment technique of wrapping specific functionality in a service in Flutter. Written Tutorial ...

Simple Beginners Guide to Streams | Flutter and Dart Stream Basics
This video covers the most basic functionality around streams. I have a bonus tip in there in streams and a thank you to the ...

Navigate without Context in Flutter | Flutter Navigation Service Tutorial
In this Flutter tutorial we go over the process of moving your navigation logic out of your UI file into the business logic file.

Write 3X Better Unit Tests using Abstraction | Flutter Unit Testing
In this tutorial we go over how abstraction helps you write better, maintainable and 100% reliable unit tests in Flutter. This is the ...

Save hours of Development time through Abstraction | Flutter Abstraction
Code Starts at - 06:29 Written tutorial ...

Flutter Application Lifecycle Management | Flutter Background
Wirtten Tutorial https://www.filledstacks.com/post/flutter-application-life-cycle-management Thank you for ...

Architect Your Dialogs in Flutter | Flutter Dialogs Tutorial | Build a Dialog Manager in Flutter
Written Tutorial https://www.filledstacks.com/post/manager-your-flutter-dialogs-with-a-dialog-manager Starting Source Code: ...

A Guide To Futures in Flutter | Beginners Guide |
This video goes over everything the Future class offers and how to make use of it. Written: ...

Complete Flutter Animation Guide | Flutter Hooks for Animation | Flutter Animation Sequences
In this tutorial I go over all the ways of creating animation in Flutter using controller, Flutter hooks and Flutter sequence builder.

A Beginners Guide to the Flutter Bottom Sheet | Tutorial
In this tutorial I cover everything you need to know about the bottom sheet to build a nice UI for user interaction. Written: ...

Flutter Logging - A Guide on How to Use it Effectively
Written tutorial: https://www.filledstacks.com/post/flutter-logging-a-guide-to-use-it-effectively Tutorial Source: ...

Flutter Navigation Complete Named Routing Setup and Guide
This Tutorial Covers All the Flutter navigation scenarios using Named Routing. Written Tutorial: ...

Animated Splash Screen using Rive | Flare
Flare assets: ...

Flutter Provider V3 Architecture | ProxyProvider for Dependency Injection
In this Flutter Provider tutorial we use the ProxyProvider to setup dependency injection and build a complete production ready ...

Flutter Dependency Inversion For Beginners | Complete Guide
In this Flutter Dependency Injection Tutorial we go through three ways of setting up dependency injection in your code. Written ...

Flutter Provider - A Follow up to my Architecture Guide
Sharing data timestamp - 03:55 Written Tutorial: ...

Network Sensitive UI in Flutter Using Provider and Connectivity | Flutter Provider | Flutter Network
In this tutorial we create a NetworkSensitive widget that updates our UI based on the type of network we're connected too. Written ...

Flutter Provider Architecture for State Management | Flutter Provider
Flutter Architecture Guide using Provider for state management. Written Tutorial: ...

Build a RealTime User Feedback App In Flutter with Firestore
In this Flutter and Firebase tutorial I will be taking you through the process of building a real time feedback app. Written Tutorial: ...

Build a RealTime Stats Monitor App Using Flutter and Firebase
This tutorial shows how I build a Realtime stats monitor using Firebase and Flutter. The stats are from my new product ...

Complete guide using Scoped Model in Flutter | Flutter Architecture Tutorial
In this tutorial I will be giving clear instructions and code guidelines on how to setup your Flutter application using the ...

Complex Animations in Flutter Using Rive - Part 2
In this tutorial we'll be building a customised animated slideout menu using Flare and Flutter. We're building a gooey slideout ...

FLUTTER NAVIGATION IN 6 MINUTES - Using the Navigator Only
In this short flutter tutorial we go over all the real world scenarios involving navigation. We cover the following topics for Flutter ...

FLUTTER ARCHITECTURE: GO FROM SETSTATE TO Architecture in 20 MINS
In this video we will cover the process of building a stateful UI for async situations in Flutter. We will be emulating fetching a list ...

Complex Animations in Flutter using Rive | Flare
In this tutorial we'll be covering how to add interactive functionality to an animation built using Flare. Written Tutorial 1: ...

Flutter Tutorial - Building TikTok's UI using Flutter
In this video tutorial we will be building TikTok's app UI using Flutter. We will be breaking down the UI into manageable ...