In this article, you’ll work through a series of Flutter and Dart job interview questions and answers.
Flutter Interview Questions and Answers
In this article, you’ll work through a series of Flutter and Dart job interview questions and answers.
Multiple Domains
Flutter Navigator 2.0: Using go_router
Jan 12 2022 · Article (25 mins)
Go beyond Flutter’s Navigator 2.0 and learn how to handle navigation with the go_router package.
Flutter Navigator 2.0: Using go_router
Go beyond Flutter’s Navigator 2.0 and learn how to handle navigation with the go_router package.
Multiple Domains
Theming a Flutter App: Getting Started
Dec 29 2020 · Article (15 mins)
Learn how to make your app stand out by styling widgets, creating a dynamic theme, and toggling between avail...
more
Theming a Flutter App: Getting Started
Learn how to make your app stand out by styling widgets, creating a dynamic theme, and toggling between available themes.
Flutter & Dart
Dart Basics
Jun 15 2021 · Article (35 mins)
Get an introduction to the basics of the Dart programming language, used for development with the Flutter SDK...
more
Dart Basics
Get an introduction to the basics of the Dart programming language, used for development with the Flutter SDK for mobile, web and beyond.
Multiple Domains
Data Persistence on Flutter
Nov 6 2019 · Article (30 mins)
See how to persist data to storage in a Flutter app, including to files and to a remote datastore, and use a ...
more
Data Persistence on Flutter
See how to persist data to storage in a Flutter app, including to files and to a remote datastore, and use a Repository interface for the persistence.
Multiple Domains
Flutter Navigation: Getting Started
Aug 27 2019 · Article (15 mins)
Learn about routes, navigation, and transitions for apps written using the Flutter cross-platform framework f...
more
Flutter Navigation: Getting Started
Learn about routes, navigation, and transitions for apps written using the Flutter cross-platform framework from Google.
Flutter & Dart
New
Flutter’s InheritedWidgets: Getting Started
Mar 27 2024 · Article (30 mins)
Learn how to implement InheritedWidgets into your Flutter apps! In this tutorial, see how InheritedWidgets ca...
more
Flutter’s InheritedWidgets: Getting Started
Learn how to implement InheritedWidgets into your Flutter apps! In this tutorial, see how InheritedWidgets can be used to manage state with a weather app.
Flutter & Dart
State Management With Provider
Oct 31 2023 · Article (30 mins)
The Flutter team recommends several state management packages and libraries. Provider is one of the simplest ...
more
State Management With Provider
The Flutter team recommends several state management packages and libraries. Provider is one of the simplest to update your UI when the app state changes.
Flutter & Dart
Bloc 8.0 Tutorial for Flutter: Getting Started
Jun 1 2022 · Article (25 mins)
Learn how to build a Wordle clone app in Flutter using one of the most robust state management libraries: Blo...
more
Bloc 8.0 Tutorial for Flutter: Getting Started
Learn how to build a Wordle clone app in Flutter using one of the most robust state management libraries: Bloc 8.0.
Learn how to use both Android and iOS widgets so your app looks like it should on the platform you are runnin...
more
Platform-Aware Widgets in Flutter
Learn how to use both Android and iOS widgets so your app looks like it should on the platform you are running on.
Flutter & Dart
Dart Mixins Tutorial for Flutter: Getting Started
Feb 15 2023 · Article (15 mins)
Learn about Flutter mixins, which help you implement some of the OOPs methodologies such as inheritance and a...
more
Dart Mixins Tutorial for Flutter: Getting Started
Learn about Flutter mixins, which help you implement some of the OOPs methodologies such as inheritance and abstraction in Dart.
Flutter & Dart
Flutter Accessibility: Getting Started
Feb 22 2023 · Article (25 mins)
Learn how to improve the accessibility of your Flutter app by providing more semantic details for screen read...
more
Flutter Accessibility: Getting Started
Learn how to improve the accessibility of your Flutter app by providing more semantic details for screen readers and following other items from Flutter’s accessibility checklist.
Multiple Domains
Your Own Image Picker With Flutter Channels
Jun 10 2019 · Article (25 mins)
In this tutorial you will learn how to use Flutter Channels to communicate with platform code and create an i...
more
Your Own Image Picker With Flutter Channels
In this tutorial you will learn how to use Flutter Channels to communicate with platform code and create an image picker for both Android and iOS.
Flutter & Dart
State Restoration of Flutter App
Mar 15 2023 · Article (20 mins)
Android and iOS interrupt application processes to optimize resource usage by killing the app, losing the app...
more
State Restoration of Flutter App
Android and iOS interrupt application processes to optimize resource usage by killing the app, losing the app’s state. Here, you’ll explore clever state restoration techniques in Flutter.
Multiple Domains
Debugging Layout Issues Using the Widget Inspector
Mar 9 2022 · Article (20 mins)
In this article, you’ll see how layouts are constructed as well as learn about the Widget Inspector and how t...
more
Debugging Layout Issues Using the Widget Inspector
In this article, you’ll see how layouts are constructed as well as learn about the Widget Inspector and how to use it to solve common layout errors in an app.
Flutter & Dart
Dart Extensions Tutorial: Improve your Flutter Code
Nov 22 2022 · Article (30 mins)
Learn how to take your Flutter skills to the next level and make your code reusable with one of Dart’s most u...
more
Dart Extensions Tutorial: Improve your Flutter Code
Learn how to take your Flutter skills to the next level and make your code reusable with one of Dart’s most useful features: Dart extensions.
Multiple Domains
Adding Micro-Interactions With AnimatedSwitcher
Aug 4 2021 · Article (15 mins)
Learn how to add micro-interactions to your Flutter app using AnimatedSwitcher.
Adding Micro-Interactions With AnimatedSwitcher
Learn how to add micro-interactions to your Flutter app using AnimatedSwitcher.
Multiple Domains
Another Look at Flutter with Brian Kayfitz – Podcast S12 E09
Mar 9 2022 · Article (1 min)
Brian Kayfitz returns to the show to talk to Dru and Susannah about how Flutter has grown, changed, and most ...
more
Another Look at Flutter with Brian Kayfitz – Podcast S12 E09
Brian Kayfitz returns to the show to talk to Dru and Susannah about how Flutter has grown, changed, and most importantly why you should be using it.
Flutter & Dart
VS Code Tips & Tricks
Oct 5 2021 · Video Course (53 mins)
Become a VS Code power user with tips and tricks such as keyboard shortcuts, editing tips and utilizing th...
more
VS Code Tips & Tricks
Become a VS Code power user with tips and tricks such as keyboard shortcuts, editing tips and utilizing the goodness of extensions.
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 pol...
more
Your First Flutter App: Polishing the App
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.
Flutter & Dart
Your Second Flutter App
Nov 30 2021 · Video Course (2 hrs, 9 mins)
Continue along your Flutter and Dart journey by building your second complete app in Flutter, learning abo...
more
Your Second Flutter App
Continue along your Flutter and Dart journey by building your second complete app in Flutter, learning about making network calls, showing data in a list, and more!
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 ...
more
Programming in Dart: Functions & Closures
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 introduced to self-contained functions called closures to take your Dart code to the next level.