Your First Flutter Flame Game
Mar 6 2024 · Video Course (1 hr, 12 mins)
Creating a game can be a really complex endeavor, especially when you want to support multiple platforms. Luckily, using Flame & Flutter can provide support for multiple platforms and an awesome developer experience in the...
Flutter & Dart
Saving Data in Flutter
Jan 31 2024 · Video Course (1 hr, 44 mins)
Data is king! In this course you’ll see different techniques to store data in your Flutter apps. You will use SharedPreferences to store key-value pairs, convert objects in JSON format (and viceversa), read and write...
Flutter & Dart
Testing in Flutter
Sep 19 2023 · Video Course (1 hr, 24 mins)
Testing is one of the important aspect in app development. Testing helps to find and fix bugs, increasing the quality of the application. This course will introduce testing and different types of tests in Flutter....
Multiple Domains
Getting Started with Git
Aug 14 2023 · Video Course (48 mins)
An introduction to Git! Learn the basics of Git so you can use it in your daily workflow.
Create impressive hero animations using the Hero Widget in Flutter when transitioning from one screen to another. This course covers key topics such as the fundamentals of hero animations, utilizing the components of the Hero...
Flutter & Dart
Flutter Desktop Apps: Getting Started
Mar 28 2023 · Video Course (1 hr, 2 mins)
Learn how to create a Flutter Desktop App for both the Macintosh and Windows platforms. Create applications that run as fast as native apps and look like a native app. Use the native menu system...
Multiple Domains
Professional Development Seminars 2023
Mar 7 2023 · Video Course (2 hrs, 30 mins)
You’ve built your development skills through our high-quality, up-to-date books and videos, and now it’s time to take things to the next level! Our Professional Development Seminars are live, bi-monthly events designed to connect you...
Flutter & Dart
How to Create a 2D Snake Game in Flutter
Jan 17 2023 · Video Course (38 mins)
Learn how to build a 2D Snake game in Flutter for both Android and iOS platforms. You will learn how to use Flutter as a simple game engine by creating the classic 2D Snake Game....
Flutter & Dart
Flutter Navigator 2.0
Nov 8 2022 · Video Course (1 hr, 47 mins)
Navigator 2.0 is Flutter’s new declarative API for the Navigator widget. Learn how to migrate an app from old navigation patterns to use Navigator 2.0 and see how to make your app work with the...
Flutter & Dart
Implicit Flutter Animations
Oct 4 2022 · Video Course (1 hr, 11 mins)
Create delightful user experiences by learning how to add implicit animations to your Flutter apps.
Learn the basics of debugging and explore how to resolve common errors that Flutter developers face during app development.
Flutter & Dart
Managing State in Flutter
Sep 22 2022 · Video Course (1 hr, 19 mins)
State management is a key aspect of working with Flutter. There are lots of different solutions with lots of different approaches. In this course, you’ll learn about the base tools provided by Flutter and then...
Flutter & Dart
Creating Custom Reusable Widgets in Flutter
Sep 14 2022 · Video Course (38 mins)
Learn to create custom widgets that are designed with reusability in mind so you could reuse them
in your projects or share them with the world as a library.
Flutter & Dart
Beginning FlutterFire
Aug 30 2022 · Video Course (1 hr, 42 mins)
Firebase can help you add back-end features to your Flutter app without writing any back-end code. It provides several tools that you can immediately use, like authentication, a centralized database, file storing in the cloud,...
Flutter & Dart
Supabase with Flutter
Aug 23 2022 · Video Course (2 hrs, 10 mins)
Learn how to create a cloud based database and authentication application using Supabase. This is an easy to use Postgres relational database along with authentication. There are easy to use libraries for Flutter. Easily setup...
Flutter & Dart
Programming in Dart: Classes
Jun 28 2022 · Video Course (1 hr, 14 mins)
In this final course in the Programming with Dart series, you’ll be introduced to one of the most important aspects of the language: classes. You’ll learn how to define your own classes and how to...
Flutter & Dart
Programming in Dart: Functions & Closures
Jun 21 2022 · Video Course (1 hr, 0 mins)
You’ll continue to build on the lessons taught in the Programming in Dart series by learning how to write functions to maximize code reuse as well as to filter and map collections. You’ll also be...
Flutter & Dart
Programming in Dart: Control Flow & Collections
May 3 2022 · Video Course (1 hr, 0 mins)
This course will build on the previous Programing with Dart course whereby you’ll learn how to manage control flow in your programs as well as explore several of the built in collection types.
Flutter & Dart
Programming in Dart: Fundamentals
Apr 26 2022 · Video Course (1 hr, 13 mins)
Learn the fundamental building blocks of Google’s open source programming language, Dart, the language for Flutter development. This course will teach you the fundamentals of Dart from logical operators to control flow.
Flutter & Dart
Your First Flutter App: Polishing the App
Apr 12 2022 · Video Course (2 hrs, 31 mins)
This is a sequel to “Your First Flutter App: An App from Scratch” where you’ll complete the app into a polished
final product that will work both on iOS and Android.