Firebase pros and cons (for Flutter app development)

Firebase pros and cons (for Flutter app development)

Course link: https://nnbd.me/ff2 Written article: https://codewithandrea.com/videos/firebase-pros-cons-flutter/ HIGHLIGHTS: 00:00 ...

Flutter Foundations Course is now LIVE

Flutter Foundations Course is now LIVE

Course link: https://nnbd.me/cfb 00:00 - Intro 00:16 - Why this course? 01:50 - What's inside? 03:22 - Course Structure 04:10 ...

Upcoming Flutter Courses (2022 bundle) - Sign up Today

Upcoming Flutter Courses (2022 bundle) - Sign up Today

SIGN UP TODAY: https://nnbd.me/cfb I'm creating an extensive Flutter curriculum made of 3 courses, covering many advanced ...

Flutter Tutorial: Stopwatch App with Custom UI and Animations

Flutter Tutorial: Stopwatch App with Custom UI and Animations

Build a stopwatch app and learn how to build custom Flutter UIs that render with great performance. Resources and Source Code: ...

Flutter Web vs HTML, CSS & JS: Performance Comparison

Flutter Web vs HTML, CSS & JS: Performance Comparison

Written tutorial: https://codewithandrea.com/videos/flutter-web-html-css-js-performance-comparison/ Source code for Flutter ...

Learn Flutter Animations in 8 Minutes + Free Gallery App on GitHub

Learn Flutter Animations in 8 Minutes + Free Gallery App on GitHub

Written tutorial: https://codewithandrea.com/videos/learn-flutter-animations/ Free Flutter Animations Gallery on GitHub: ...

How to build any kind of app in Flutter (and overcome Tutorial Hell)

How to build any kind of app in Flutter (and overcome Tutorial Hell)

Tips for learning how to build your own Flutter apps, overcome Tutorial Hell, and figure out what to do when you get stuck. Written ...

Colors / Numbers Game with Flutter Implicit Animations

Colors / Numbers Game with Flutter Implicit Animations

How to use animations in Flutter to spice up a fun game written in Dartpad. Learn about implicit animations, AnimatedAlign, ...

Flutter Animations Course Launch: Enroll Today - Early Access!

Flutter Animations Course Launch: Enroll Today - Early Access!

Course link (over 40% off!): https://nnbd.me/fa Flutter animation APIs are very powerful. Learn how to use them to delight your ...

How to reduce AnimationController boilerplate code: Flutter Hooks vs extending the State class

How to reduce AnimationController boilerplate code: Flutter Hooks vs extending the State class

How to use Flutter Hooks or State subclassing to reduce your AnimationController boilerplate code. Written tutorial: ...

Flutter Animations Course Preview - Build a Habit Tracking App

Flutter Animations Course Preview - Build a Habit Tracking App

Learn more and sign up for updates: https://codewithandrea.com/courses/flutter-animations-masterclass/ #Shorts.

Flutter Animations: Interactive Page Flip Widget [Part 2]

Flutter Animations: Interactive Page Flip Widget [Part 2]

Part 2 on how to build an interactive page flip widget using Flutter's AnimationController, AnimationBuilder, gesture detectors and ...

Flutter Animations: Interactive Page Flip Widget

Flutter Animations: Interactive Page Flip Widget

How to build an interactive page flip widget using Flutter's AnimationController, AnimationBuilder, gesture detectors and custom ...

Flutter State Management with Riverpod: The Essential Guide

Flutter State Management with Riverpod: The Essential Guide

A complete guide to the Riverpod package for Flutter state management. Included: core concepts & how to use all the available ...

Flutter State Management: Going from setState to Freezed & StateNotifier with Provider

Flutter State Management: Going from setState to Freezed & StateNotifier with Provider

Mixing UI and logic inside Flutter widgets is bad. Here's how to refactor a simple app for better separation of concerns, ...

Flutter State Management Basics and Useful Resources

Flutter State Management Basics and Useful Resources

Written tutorial here: https://codewithandrea.com/videos/flutter-state-management-basics/ INCLUDED: - The basics of Flutter ...

My 2020 as a Content Creator: Udemy, Teachable, and YouTube Revenue and Income Report

My 2020 as a Content Creator: Udemy, Teachable, and YouTube Revenue and Income Report

Full write-up here: https://codewithandrea.com/videos/content-creator-udemy-teachable-youtube-2020-income-report/ A full ...

Launching: Free Flutter Email Course & Newsletter

Launching: Free Flutter Email Course & Newsletter

Get the Flutter email course here: https://codewithandrea.com/newsletter/ This includes a curated list of resources, guiding you ...

My 2020 Christmas Gift: Free Flutter Example Apps on GitHub

My 2020 Christmas Gift: Free Flutter Example Apps on GitHub

Get all my open source Flutter apps on GitHub: https://github.com/bizz84/flutter_example_apps My 2020 Christmas gift for you is a ...

Top 16 Dart Tips and Tricks Every Flutter Developer Should Know

Top 16 Dart Tips and Tricks Every Flutter Developer Should Know

Written tutorial here: https://codewithandrea.com/videos/top-dart-tips-and-tricks-for-flutter-devs/ In this tutorial I share 16 Dart ...

Complete Dart Course - Full Course Now Available on Udemy

Complete Dart Course - Full Course Now Available on Udemy

Get my Complete Dart Course on Udemy (discount included): https://nnbd.me/dart Covering all the fundamental concepts for Dart ...

Dart Beginners Course - Tutorial #05: Build a Command Line App

Dart Beginners Course - Tutorial #05: Build a Command Line App

This is the fifth chapter of my Complete Dart Course. Buy the full course here for a discounted price: https://nnbd.me/dart This ...

Dart Beginners Course - Tutorial #02: Dart Basics

Dart Beginners Course - Tutorial #02: Dart Basics

This is the second chapter of my Complete Dart Course. Buy the full course here for a discounted price: https://nnbd.me/dart ...

Dart Beginners Course - Tutorial #01 Introduction

Dart Beginners Course - Tutorial #01 Introduction

This is the first chapter of my Complete Dart Course. Buy the full course here for a discounted price: https://nnbd.me/dart ...

The Complete Dart Guide for Beginners And Beyond: Course Launch

The Complete Dart Guide for Beginners And Beyond: Course Launch

Today I'm launching a Complete Dart Course for Beginners and Beyond! Buy the course on Udemy with a LIMITED TIME ...

Dart Null Safety: The Ultimate Guide to Non-Nullable Types

Dart Null Safety: The Ultimate Guide to Non-Nullable Types

Written tutorial here: https://codewithandrea.com/videos/2020-06-29-dart-null-safety-ultimate-guide-non-nullable-types/ A ...

23 Top Tips to Become a Better Software Engineer

23 Top Tips to Become a Better Software Engineer

Full write-up here: https://codewithandrea.com/videos/2020-06-15-top-tips-software-engineers Here are 23 top tips to ...

Flutter Tutorial for Beginners: Layout Basics

Flutter Tutorial for Beginners: Layout Basics

Full Flutter & Firebase course (discount code included): https://nnbd.me/ff Welcome to my introduction to Flutter for Beginners.

Flutter Tutorial for Beginners: Introduction

Flutter Tutorial for Beginners: Introduction

Full Flutter & Firebase course (discount code included): https://nnbd.me/ff Welcome to my introduction to Flutter for Beginners.

How to Create Dart Packages for Your Flutter Apps

How to Create Dart Packages for Your Flutter Apps

Written tutorial here: https://codewithandrea.com/videos/2020-06-01-how-to-create-dart-packages-flutter-apps/ How to create ...

Top 8 Pro Tips for Flutter Web Apps using Firebase

Top 8 Pro Tips for Flutter Web Apps using Firebase

Written tutorial here: https://codewithandrea.com/videos/2020-05-25-top-8-tips-for-flutter-web-firebase/ If your already have a ...

Going Full Stack with Flutter Web & Cloud Functions: A Case Study

Going Full Stack with Flutter Web & Cloud Functions: A Case Study

This video is a case study showing how I have used Flutter Web and Cloud Functions in one of my projects. I will shed some light ...

RxDart by example: querying the GitHub Search API with switchMap & debounce

RxDart by example: querying the GitHub Search API with switchMap & debounce

Written tutorial here: https://codewithandrea.com/videos/2020-05-11-rxdart-by-example-github-search/ This tutorial shows ...

RxDart by example: combineLatest and data modeling with Firestore

RxDart by example: combineLatest and data modeling with Firestore

Written tutorial here: https://codewithandrea.com/videos/2020-05-04-rx-dart-by-example-combine-latest/ RxDart is a very ...

Flutter REST API Crash Course - Full Course Now Available

Flutter REST API Crash Course - Full Course Now Available

Course Link: https://nnbd.me/flutter-rest-api My Flutter REST API crash course is now complete, and fully available on my ...

Flutter REST API Crash Course - Part 2: Building an API Service with the Dart http package

Flutter REST API Crash Course - Part 2: Building an API Service with the Dart http package

Course Link: https://nnbd.me/flutter-rest-api This is the second chapter of my Flutter REST API crash course, where you will ...

Flutter REST API Crash Course - Part 1: Intro to REST, the nCoV 2019 REST API & REST Client

Flutter REST API Crash Course - Part 1: Intro to REST, the nCoV 2019 REST API & REST Client

Course Link: https://nnbd.me/flutter-rest-api This is the first chapter of my Flutter REST API crash course, where you will learn ...

Flutter REST API Crash Course Launch: Build a Coronavirus Tracking App

Flutter REST API Crash Course Launch: Build a Coronavirus Tracking App

Course Link: https://nnbd.me/flutter-rest-api Today I'm launching a brand new course, showing how to use REST APIs with ...

Take Home Project for Flutter Job Interview - Firebase version

Take Home Project for Flutter Job Interview - Firebase version

Written tutorial here: https://codewithandrea.com/videos/take-home-job-interview-flutter-firebase/ This tutorial shows a ...

Starter Architecture for Flutter & Firebase Apps

Starter Architecture for Flutter & Firebase Apps

Written tutorial here: https://codewithandrea.com/videos/2020-02-10-starter-architecture-flutter-firebase/ In this tutorial I give a ...

Flutter Custom Painting: Do Not Fear The Canvas

Flutter Custom Painting: Do Not Fear The Canvas

Written tutorial here: https://codewithandrea.com/videos/2020-01-27-flutter-custom-painting-do-not-fear-canvas/ This tutorial ...

Apple Sign In with Flutter & Firebase Authentication

Apple Sign In with Flutter & Firebase Authentication

Full reference article with step-by-step instructions: ...

What's great about Flutter?

What's great about Flutter?

Full transcript here: https://codewithandrea.com/videos/2019-12-16-whats-great-about-flutter/ Flutter & Firebase Udemy Course ...

Dart Extensions: Full Introduction and Practical Use Cases

Dart Extensions: Full Introduction and Practical Use Cases

Full transcript here: https://codewithandrea.com/videos/2019-12-02-dart-extensions-full-introduction/ LEVEL: BEGINNER This ...

Advanced Provider Tutorial - Part 3: Better APIs, Navigation, Widget Rebuilds

Advanced Provider Tutorial - Part 3: Better APIs, Navigation, Widget Rebuilds

Sign up here for more updates: https://codewithandrea.com LEVEL: ADVANCED This multi-part tutorial shows how to use ...

Advanced Provider Tutorial - Part 2: MultiProvider, Multiple Services & Stream Dependencies

Advanced Provider Tutorial - Part 2: MultiProvider, Multiple Services & Stream Dependencies

Sign up here for more updates: https://codewithandrea.com/ LEVEL: INTERMEDIATE / ADVANCED This multi-part tutorial ...

Advanced Provider Tutorial - Part 1: Project Setup & Authentication Flow

Advanced Provider Tutorial - Part 1: Project Setup & Authentication Flow

Sign up here for more updates: https://codewithandrea.com/ LEVEL: INTERMEDIATE / ADVANCED This multi-part tutorial ...

Flutter Provider: The Essential Guide

Flutter Provider: The Essential Guide

This tutorial shows how to refactor the default Flutter counter app with Provider, including in-depth explanations about ...

Flutter Provider: Introduction

Flutter Provider: Introduction

Sign up here for more updates: https://codewithandrea.com/ LEVEL: BEGINNER This is an introduction to the Provider ...

Design, Develop, Deliver: My Favorite Tools for Building Flutter Apps

Design, Develop, Deliver: My Favorite Tools for Building Flutter Apps

Sign up here for more videos: https://codewithandrea.com This is an overview of the tools I use to design, develop and ...

Flutter Slivers Overview: SliverList, SliverGrid, SliverToBoxAdapter, SliverFillRemaining

Flutter Slivers Overview: SliverList, SliverGrid, SliverToBoxAdapter, SliverFillRemaining

Sign up here for more videos: https://codewithandrea.com Source code: https://github.com/bizz84/slivers_demo_flutter This is a ...

Flutter Slivers Overview: SliverAppBar, SliverPersistentHeader

Flutter Slivers Overview: SliverAppBar, SliverPersistentHeader

Sign up here for more videos: https://codewithandrea.com Source code: https://github.com/bizz84/slivers_demo_flutter This is a ...

Flutter & Firebase Course Preview + Launch Sale

Flutter & Firebase Course Preview + Launch Sale

Special Launch Offer! Use this link to get the course for $14.99: ...

Dart Features For Better Code: Spreads, Collection-If, Collection-For

Dart Features For Better Code: Spreads, Collection-If, Collection-For

Sign up here for more videos: https://codewithandrea.com/ Source code: https://github.com/bizz84/fitness_tracker_flutter This ...

Dart Features for Better Code: Types and working with parameters

Dart Features for Better Code: Types and working with parameters

Full transcript here: https://codewithandrea.com/videos/2019-07-22-dart-features-part1-types-params/ LEVEL: BEGINNER This ...

Flutter State Management: setState, BLoC, ValueNotifier, Provider

Flutter State Management: setState, BLoC, ValueNotifier, Provider

Full transcript here: https://codewithandrea.com/videos/2019-07-09-state-management-setstate-bloc-valuenotifier/ GitHub code for ...

Flutter & Firebase: Authentication Service with Provider & ValueNotifier

Flutter & Firebase: Authentication Service with Provider & ValueNotifier

Sign up here for more videos: https://codewithandrea.com GitHub code for this project: ...

Flutter & Firebase: Reference Authentication Flow - Intro

Flutter & Firebase: Reference Authentication Flow - Intro

Sign up here for more videos: https://codewithandrea.com GitHub code for this project: ...

Flutter & Firebase Udemy Course - Early Access + Discount Code

Flutter & Firebase Udemy Course - Early Access + Discount Code

You can now enroll to my Flutter course on Udemy with this link: ...

Flutter & Firebase authentication with streams and StreamBuilder

Flutter & Firebase authentication with streams and StreamBuilder

Sign up here for more videos: https://codewithandrea.com/ GitHub code for this project: ...

Introduction to Dart - Part 5: Control Flow

Introduction to Dart - Part 5: Control Flow

Sign up here for more videos: https://codewithandrea.com/ This mini-video series is a FREE sample of my Flutter & Firebase ...

Introduction to Dart - Part 4: Collections and Generics

Introduction to Dart - Part 4: Collections and Generics

Sign up here for more videos: https://codewithandrea.com/ This mini-video series is a FREE sample of my Flutter & Firebase ...

Introduction to Dart - Part 3: Classes

Introduction to Dart - Part 3: Classes

Sign up here for more videos: https://codewithandrea.com/ This mini-video series is a FREE sample of my Flutter & Firebase ...

Introduction to Dart - Part 2: Functions

Introduction to Dart - Part 2: Functions

Sign up here for more videos: https://codewithandrea.com/ This mini-video series is a FREE sample of my Flutter & Firebase ...

Introduction to Dart - Part 1: Variables and Types

Introduction to Dart - Part 1: Variables and Types

Sign up here for more videos: https://codewithandrea.com/ This mini-video series is a FREE sample of my Flutter & Firebase ...

Flutter: Platform Aware Widgets and Dialogs

Flutter: Platform Aware Widgets and Dialogs

Full source code on GitHub: https://github.com/bizz84/platform_aware_widgets_flutter Sign up here for more videos: ...

Flutter: Input Validation with RegExp

Flutter: Input Validation with RegExp

Full source code on GitHub: https://github.com/bizz84/input_validation_demo_flutter Sign up here for more videos: ...

Flutter Update: Course Announcement

Flutter Update: Course Announcement

Sign up here for more videos: https://codewithandrea.com/ I'm very happy to announce that I'm working on a full Flutter course!

Flutter: Deep Dive with Widget Tests and Mockito

Flutter: Deep Dive with Widget Tests and Mockito

Full source code on GitHub: https://github.com/bizz84/coding-with-flutter-login-demo Sign up here for more videos: ...

Flutter: Add Unit Tests to Your App

Flutter: Add Unit Tests to Your App

Full source code on GitHub: https://github.com/bizz84/coding-with-flutter-login-demo Sign up here for more videos: ...

Flutter: Scoped Access with InheritedWidget

Flutter: Scoped Access with InheritedWidget

Full source code on GitHub: https://github.com/bizz84/coding-with-flutter-login-demo Sign up here for more videos: ...

Flutter State Management: setState, StreamBuilder, Scoped Model, Redux

Flutter State Management: setState, StreamBuilder, Scoped Model, Redux

Full source code on GitHub: https://github.com/bizz84/multiple-counters-flutter Sign up here for more videos: ...

Flutter Layouts Walkthrough: PageView, ListView, GridView, Slivers, CustomScrollView

Flutter Layouts Walkthrough: PageView, ListView, GridView, Slivers, CustomScrollView

Full source code on GitHub: https://github.com/bizz84/layout-demo-flutter Highlights: - Learn how to build layouts with scrollable ...

Flutter Layouts Walkthrough: Row, Column, Stack, Expanded, Padding

Flutter Layouts Walkthrough: Row, Column, Stack, Expanded, Padding

Full source code: https://github.com/bizz84/layout-demo-flutter In this video I show a demo app that I've made to explain how to ...

Flutter & RoboHash 03 - Add an avatar to your app - part 3

Flutter & RoboHash 03 - Add an avatar to your app - part 3

Sign up here for more videos: https://codewithandrea.com/ Want more? Check out all my Flutter courses: ...

Flutter & RoboHash 02 - Add an avatar to your app - part 2

Flutter & RoboHash 02 - Add an avatar to your app - part 2

Sign up here for more videos: https://codewithandrea.com/ Want more? Check out all my Flutter courses: ...

Flutter & RoboHash 01 - Add an avatar to your app - part 1

Flutter & RoboHash 01 - Add an avatar to your app - part 1

Sign up here for more videos: https://codewithandrea.com/ Want more? Check out all my Flutter courses: ...

Flutter & Firebase Auth 06 - Home page + Sign out + Complete and review sign in flow

Flutter & Firebase Auth 06 - Home page + Sign out + Complete and review sign in flow

Sign up here for more videos: https://codewithandrea.com/ Want more? Check out all my Flutter courses: ...

Flutter & Firebase Auth 05 - Switch between login & home page + State initialization

Flutter & Firebase Auth 05 - Switch between login & home page + State initialization

Sign up here for more videos: https://codewithandrea.com/ Want more? Check out all my Flutter courses: ...

Flutter & Firebase Auth 04 - Overview of root & home page + Refactor Firebase authentication code

Flutter & Firebase Auth 04 - Overview of root & home page + Refactor Firebase authentication code

Sign up here for more videos: https://codewithandrea.com/ Want more? Check out all my Flutter courses: https://codewithandrea.com/courses/ In this video ...

Flutter & Firebase Auth 03 - Add Firebase registration form + State management

Flutter & Firebase Auth 03 - Add Firebase registration form + State management

Sign up here for more videos: https://codewithandrea.com/ Want more? Check out all my Flutter courses: ...

Flutter & Firebase Auth 02 - Create, validate and save a login form + Firebase iOS auth integration

Flutter & Firebase Auth 02 - Create, validate and save a login form + Firebase iOS auth integration

Sign up here for more videos: https://codewithandrea.com/ Want more? Check out all my Flutter courses: ...

Flutter & Firebase Auth 01 - Intro + Create a new app + Stateless & stateful widgets

Flutter & Firebase Auth 01 - Intro + Create a new app + Stateless & stateful widgets

Sign up here for more videos: https://codewithandrea.com/ Want more? Check out all my Flutter courses: ...