Flutter & Dart

Real-World Flutter by Tutorials

The best book to teach how you create professional iOS and Android apps with Flutter. By Vid Palčar & Edson Bueno.

Read for Free with the Personal Plan* * Includes this and all other books in our online library See all benefits
Buy Individually $59.99* *Includes access to all of our online reading features.

4.4 (5) · 2 Reviews

Download materials
Buy paperback—Amazon Comments
Save for later
Share

Who is this for?

This books is for Flutter developers looking to go from “I know Flutter” to “I can confidently create professional Flutter apps”.

Covered concepts

  • Repository Pattern
  • Cubits
  • Bloc Library
  • Validating Forms
  • Authenticating Users
  • Routing & Navigating
  • Deep Linking
  • Internationalizing & Localizing
  • Dynamic Theming
  • Widgets
  • Firebase
  • A/B Testing
  • Automated Testing
  • CI/CD

This book will teach you to build professional iOS and Android apps for the real world using Flutter. You’ll gain all the foundations of mobile development you need to make the best decisions in your own codebase, while addressing critical problems such as state management, user authentication, and dynamic theming.

...
more

Before You Begin

This section tells you a few things you need to know before you get started, such as what you’ll need for hardware and software, where to find the project files for this book, and more.

Real-World Flutter by Tutorials

1
Toggle description
This chapter welcomes you with an overview of what you'll build and how the book will work. It sets you up for success by teaching you everything you need to run the sample app.
2
Toggle description
Get your data layer under control with the Repository pattern. Learn how to properly handle exceptions, write clean mappers, support caching, pagination, different fetch policies and more.
This is your first step to becoming a BLoC wizard. Understand what state management is all about and why Blocs and Cubits are the best tools for the job.
4
Toggle description
Master Cubits before moving on to actual Blocs in the next chapter. Learn how to combine the bloc library with Formz to achieve first-class form validation in Flutter.
This is your graduation to state management. Learn how Blocs are different from Cubits, the reasons you'd pick one over another, and how to use Blocs to face complex challenges, such as pagination, search bars, filters and more.
Toggle description
Learn what user authentication is, how it works and how to best architect your application to support it.
Toggle description
Learn everything you need to know about Navigator 2, how to set up a robust routing strategy, and how to connect your features in a decoupled way.
Toggle description
Put your routing mechanism to the ultimate test by adding deep link support with the help of Firebase Dynamic Links.
Toggle description
Learn how to make your app accessible to other languages.
Toggle description
Learn how to use theming with dark mode in Flutter apps. Implement the light and dark themes in WonderWords by diving deep into InheritedWidget.
Learn about the need for a component library and storybook. Add platform-specific files to a package, make it runnable as a standalone app and use it to showcase widgets in that package. Also learn how to customize a storybook.
Learn about monitoring app lifecycle with the help of Firebase Analytics and Firebase Crashlytics.
Learn to test different app features and variations with Firebase Remote Config and Firebase A/B Testing tools.
Toggle description
In this chapter, you'll learn about automated testing. You'll cover theory on the importance of automated testing, best practices and different test types, as well as see multiple examples.
This chapter covers automated test execution, project builds for Android, and distribution of the builds to Firebase App Distribution.