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
Google Maps for Flutter Tutorial: Getting Started
Aug 28 2019 · Article (15 mins)
In this tutorial, you’ll learn how to integrate the Google Maps API into your Flutter app by creating an app ...
more
Google Maps for Flutter Tutorial: Getting Started
In this tutorial, you’ll learn how to integrate the Google Maps API into your Flutter app by creating an app to show places to eat nearby.
Multiple Domains
Building a Drawing App in Flutter
Aug 30 2021 · Article (35 mins)
Learn how to create a drawing app in Flutter and explore Flutter’s capability to render and control a custom ...
more
Building a Drawing App in Flutter
Learn how to create a drawing app in Flutter and explore Flutter’s capability to render and control a custom UI with the help of CustomPaint widgets.
Flutter & Dart
The Top 5 Flutter State Management Solutions: A Deep Dive
Jul 26 2023 · Article (35 mins)
State management is a critical part of any user-facing application’s architecture. It ensures the app’s data ...
more
The Top 5 Flutter State Management Solutions: A Deep Dive
State management is a critical part of any user-facing application’s architecture. It ensures the app’s data and interface remain synchronized as users interact. In the following tutorial, you will explore the most popular state management solutions offered in Flutter.
Multiple Domains
Getting Started With Flutter
Jul 13 2021 · Article (30 mins)
Dive into the Flutter framework, which lets you build iOS, Android, web and desktop apps with a single codeba...
more
Getting Started With Flutter
Dive into the Flutter framework, which lets you build iOS, Android, web and desktop apps with a single codebase, by writing a cross-platform app using VS Code.
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
Parsing JSON in Flutter
Aug 27 2019 · Article (25 mins)
Learn about getting and parsing JSON data from the internet when building a cross-platform app using Flutter.
Parsing JSON in Flutter
Learn about getting and parsing JSON data from the internet when building a cross-platform app using Flutter.
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.
Multiple Domains
Building Games in Flutter with Flame: Getting Started
Oct 21 2021 · Article (30 mins)
Learn how to build a beautiful game in Flutter with Flame. In this tutorial, you’ll build a virtual world wit...
more
Building Games in Flutter with Flame: Getting Started
Learn how to build a beautiful game in Flutter with Flame. In this tutorial, you’ll build a virtual world with a movable and animated character.
Multiple Domains
Firebase Tutorial for Flutter: Getting Started
Mar 10 2020 · Article (20 mins)
In this tutorial, you’ll learn how to use Firebase Firestore databases in Flutter by creating a fun app that ...
more
Firebase Tutorial for Flutter: Getting Started
In this tutorial, you’ll learn how to use Firebase Firestore databases in Flutter by creating a fun app that will help you take care of your pets.
Multiple Domains
How to Create a 2D Snake Game in Flutter
Mar 16 2021 · Article (25 mins)
Learn how to use Flutter as a simple game engine by creating a classic 2D Snake Game. Get to know the basics ...
more
How to Create a 2D Snake Game in Flutter
Learn how to use Flutter as a simple game engine by creating a classic 2D Snake Game. Get to know the basics of 2D game graphics and how to control objects.
Multiple Domains
Using the Camera on Flutter
Aug 28 2019 · Article (15 mins)
See how to integrate the device camera into your Flutter app for iOS and Android.
Using the Camera on Flutter
See how to integrate the device camera into your Flutter app for iOS and Android.
Multiple Domains
Unlocking Your Flutter Widgets With Keys
Jul 6 2021 · Article (25 mins)
Learn how using the right keys in your Flutter widgets can help you avoid UI bugs and improve the performance...
more
Unlocking Your Flutter Widgets With Keys
Learn how using the right keys in your Flutter widgets can help you avoid UI bugs and improve the performance of your app.
Flutter & Dart
Flutter Apprentice
Feb 21 2024 · Book
Build for both iOS and Android with Flutter!
Flutter is a new and exciting software development t...
more
Flutter Apprentice
Build for both iOS and Android with Flutter!
Flutter is a new and exciting software development toolkit that lets you target multiple platforms at once, so you can build apps for iOS, Android and even web and desktop, all from a single codebase.
Similar to modern web technologies, Flutter uses a declarative approach to UI development. You can take advantage of “hot reload” of new code while developing, and your apps will perform at native speed thanks to Flutter’s custom rendering engine.
It’s been the dream of mobile developers for years to find a cross-platform tool that lets you build for both iOS and Android without having to write and maintain two separate codebases. With Flutter and Flutter Apprentice, you can achieve that dream!
Multiple Domains
Slivers in Flutter: Getting Started
Mar 2 2021 · Article (25 mins)
In this article you’ll learn about Slivers in Flutter, how they work, and use them to make a beautifully desi...
more
Slivers in Flutter: Getting Started
In this article you’ll learn about Slivers in Flutter, how they work, and use them to make a beautifully designed app for recipes.
Get started with Firebase Realtime Database by building a chat app in Flutter that provides instant updates t...
more
Firebase Realtime Database Tutorial for Flutter
Get started with Firebase Realtime Database by building a chat app in Flutter that provides instant updates to connected devices.
Multiple Domains
Firestore Tutorial for Flutter: Getting Started
Sep 16 2021 · Article (25 mins)
In this tutorial, you’ll learn how to use Firebase Firestore databases in Flutter by creating a fun app that ...
more
Firestore Tutorial for Flutter: Getting Started
In this tutorial, you’ll learn how to use Firebase Firestore databases in Flutter by creating a fun app that will help you take care of your pets.
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
Internationalizing and Localizing Your Flutter App
Jul 6 2020 · Article (30 mins)
Learn how to use the flutter_localization and Intl packages to easily localize and internationalize your app,...
more
Internationalizing and Localizing Your Flutter App
Learn how to use the flutter_localization and Intl packages to easily localize and internationalize your app, making it accessible to users in different locales.
Multiple Domains
Responsive Design for Flutter: Getting Started
Aug 26 2019 · Article (15 mins)
In this Flutter Responsive Design tutorial you’ll learn how to build a Flutter app that responds to layout ch...
more
Responsive Design for Flutter: Getting Started
In this Flutter Responsive Design tutorial you’ll learn how to build a Flutter app that responds to layout changes such as screen size and orientation.