Real-World Flutter by Tutorials | raywenderlich.com

Real-World Flutter by Tutorials | raywenderlich.com

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.

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

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.

1


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.

2


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.

3


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.

4


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.

5


Learn what user authentication is, how it works and how to best architect your application to support it.

6


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.

7


Put your routing mechanism to the ultimate test by adding deep link support with the help of Firebase Dynamic Links.

8


Learn how to make your app accessible to other languages.

9


Learn how to use theming with dark mode in Flutter apps. Implement the light and dark themes in WonderWords by diving deep into InheritedWidget.

10


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.

11


Learn about monitoring app lifecycle with the help of Firebase Analytics and Firebase Crashlytics.

12


Learn to test different app features and variations with Firebase Remote Config and Firebase A/B Testing tools.

13


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.

14


This chapter covers automated test execution, project builds for Android, and distribution of the builds to Firebase App Distribution.

15


Source by www.raywenderlich.com

Exit mobile version