Book Image

Google Flutter Mobile Development Quick Start Guide

By : Prajyot Mainkar, Salvatore Giordano
Book Image

Google Flutter Mobile Development Quick Start Guide

By: Prajyot Mainkar, Salvatore Giordano

Overview of this book

<p>Flutter is a cross-platform mobile application development framework. It uses the Dart programming language, which was created by Google, and aims to make development easier, faster, and more efficient. This book is going to be your guide, from introducing Flutter to successfully developing a cross platform application.</p> <p>In the first few chapters, we will learn what Flutter is and how to get started with it. We will also take a dive into the widgets world, explore the widget catalog, and learn how to navigate through it. In the next few chapters, we will widen our horizon by learning about networking and accessibility with Flutter. We'll learn what Silvers are and how to use them, and we'll also learn how to use constraints and animations. Before we take a look at how to deploy our applications in Flutter, we will use Firebase for cloud messaging and remote configuration.</p> <p>By the end of the book, you will have learned everything you need to know to get started with your journey of cross-platform mobile development with Flutter.</p>
Table of Contents (10 chapters)

Introducing Flutter

Flutter is a application development framework from Google for creating cross-platform mobile applications (in iOS and Android). As mentioned on the official website (https://flutter.io/), it aims to make the development as easy, quick, and productive as possible. Things such as Hot Reload, a vast widget catalog, very good performance, and a solid community contribute to meeting that objective and makes Flutter a pretty good framework.

This book is going to be a guide for you in your journey from getting started with Flutter to eventually deploying your applications on it. But, before that, let's have a quick introduction to Flutter.

In this chapter, we will cover the following:

  • The origin of Flutter
  • What is a widget?
  • Comparing Flutter to existing frameworks