Construct for each iOS and Android with Flutter!
Flutter is a brand new and thrilling software program improvement toolkit that allows you to goal a number of platforms without delay, so you possibly can construct apps for iOS, Android and even net and desktop, all from a single codebase.
Much like fashionable net applied sciences, Flutter makes use of a declarative strategy to UI improvement. You may make the most of “sizzling reload” of latest code whereas creating, and your apps will carry out at native velocity due to Flutter’s customized rendering engine.
It’s been the dream of cellular builders for years to discover a cross-platform device that allows you to construct for each iOS and Android with out having to write down and preserve two separate codebases. With Flutter and Flutter Apprentice, you possibly can obtain that dream!
Earlier than You Start
This part tells you just a few issues you must know earlier than you get began, equivalent to what you’ll want for {hardware} and software program, the place to seek out the challenge recordsdata for this guide, and extra.
Part I: Construct Your First Flutter App
The chapters on this part will introduce you to Flutter, get you up and operating with a Flutter improvement atmosphere and stroll you thru constructing your first Flutter app.
You’ll study the place Flutter got here from and why it exists, perceive the construction of Flutter initiatives, and see the way to create the consumer interface of a Flutter app.
You’ll additionally get your first introduction to the important thing element present in Flutter consumer interfaces: Widgets!
Welcome to Flutter! This chapter explains what Flutter is, why it is best to use it and the way to get your improvement atmosphere arrange.
1
On this chapter, you’ll construct your first Flutter app from scratch and get the dangle of fundamentals.
2
Part II: The whole lot’s a Widget
On this part you’ll begin to construct a full-featured recipe app named Fooderlich. You’ll acquire an understanding of and use a variety of widgets obtainable in Flutter, and be taught in regards to the principle of how widgets work behind the scenes.
You’ll then dive deeper into structure widgets, scrollable widgets and interactive widgets.
Get began with the basic widgets to construct your app. Be taught to use construction and navigation, show, and positional widgets!
3
Dive into the speculation behind widgets. Get a greater understanding of how widgets are rendered, how their lifecycle works and which instruments to make use of to debug them.
4
Scrollable content material is a should in any app. On this chapter, you will study utilizing listing and grid widgets to show content material vertically and horizontally.
5
Discover ways to incorporate controls and enter widgets to set off updates by working with widgets like textual content fields, sliders, shade pickers, enter chips and dismissable widgets.
6
Part III: Navigating Between Screens
You’ll proceed engaged on the Fooderlich app on this part, studying about navigating between screens and dealing with deep hyperlinks.
Subjects you’ll be taught embody Navigator 2.0, go_router and Flutter Internet.
Find out how Navigator 2.0 differs from Navigator 1.0 and the way to use it so as to add navigation declaratively.
7
Discover ways to construct a Flutter app that handles deep hyperlinks for each cellular and net apps.
8
Part IV: Networking, Persistence and State
Most apps work together with the community to retrieve information after which persist that information regionally in some type of cache, equivalent to a database. On this part, you’ll construct a brand new app that allows you to search the Web for recipes, bookmark recipes, and save their components right into a procuring listing.
You’ll study making community requests, parsing the community JSON response, and saving information in a SQLite database. You’ll additionally get an introduction to utilizing Dart streams.
Lastly, this part may even dive deeper into the essential matter of app state, which determines the place and the way your consumer interface shops and refreshes information within the consumer interface as a consumer interacts together with your app.
This chapter will train you the way to save easy information to your gadget’s native storage on each Android and iOS gadgets. Use this to avoid wasting flags, IDs, numbers and extra.
9
This chapter will train you the way to serialize information from JSON strings to Dart mannequin lessons. That is obligatory when utilizing REST APIs to obtain information from the web.
10
This chapter will train you the way to retrieve information from the web and retailer it in mannequin lessons, which you will use to show recipes within the app you’ve got created up to now.
11
This chapter will train you the way to use the Chopper package deal to retrieve information from the web. In contrast to the built-in networking strategies in Dart, this package deal makes it simple to do all the required duties wanted for REST API communication.
12
This chapter explains what state administration is and the way to implement it with the Supplier package deal. You’ll learn to pay attention and react to information modifications in numerous elements of the widget tree.
13
This chapter will train you what streams are, the way to use them in your Flutter app and the way they assist talk information modifications all through your app.
14
This chapter will train you the way to save advanced information to your gadget’s native retailer utilizing the SQLite database system constructed into Android and iOS.
15
Part V: Deployment
Constructing an app for you personal gadgets is nice; sharing your app with the world is even higher!
On this part you’ll go over the steps and course of wanted to launch your apps to the iOS App Retailer and Google Play Retailer. You’ll additionally see the way to use platform-specific property in your apps.
While you make multiplatform apps, you must add or construct issues particular to 1 platform or one other. This chapter covers frequent issues to incorporate and the way to implement them.
16
You are lastly prepared to organize your Flutter app for the Google Play Retailer. This chapter covers the discharge and deployment course of.
17
No multiplatform app is full with out an iOS model. This chapter covers the discharge and deployment course of for the Apple App Retailer.
18
Part VI: Working With Firebase Cloud Firestore
On this part you’ll learn to create and use a Firebase Cloud Firestore. You’ll learn to use it so as to add and retrieve information. Then you’ll study authentication and the way to safe your information.
On this chapter, you’ll learn to create and use a Firebase Cloud Firestore. You’ll be taught to leverage it so as to add and retrieve information. Then you’ll study authentication and the way to safe your information.
19
Appendices
On this part, you’ll discover the options to the challenges introduced within the guide chapters.
That is the answer to the primary problem of Chapter 5.
A
That is the answer to the second problem of Chapter 5.
B