Book Image

Flutter Projects

By : Simone Alessandria
Book Image

Flutter Projects

By: Simone Alessandria

Overview of this book

Flutter is a modern reactive mobile framework that removes a lot of the complexity found in building native mobile apps for iOS and Android. With Flutter, developers can now build fast and native mobile apps from a single codebase. This book is packed with 11 projects that will help you build your own mobile applications using Flutter. It begins with an introduction to Dart programming and explains how it can be used with the Flutter SDK to customize mobile apps. Each chapter contains instructions on how to build an independent app from scratch, and each project focuses on important Flutter features.From building Flutter Widgets and applying animations to using databases (SQLite and sembast) and Firebase, you'll build on your knowledge through the chapters. As you progress, you’ll learn how to connect to remote services, integrate maps, and even use Flare to create apps and games in Flutter. Gradually, you’ll be able to create apps and games that are ready to be published on the Google Play Store and the App Store. In the concluding chapters, you’ll learn how to use the BLoC pattern and various best practices related to creating enterprise apps with Flutter. By the end of this book, you will have the skills you need to write and deliver fully functional mobile apps using Flutter.
Table of Contents (15 chapters)
12
Assessment

Building a Flutter Web App

The dream of being able to create universal apps is not new, but today, the challenge of creating an app that can run on several form factors is even more urgent. Just think of the many devices people use every day: smartphones, tablets, smartwatches, notebooks, smart TVs, gaming consoles, and desktop PCs. These are all clients where we, as developers, could potentially install our software.

Flutter has been supporting iOS and Android since the beginning, which already solves a huge need for developers, but it's taking huge steps in the direction of the dream of every developer: having a truly universal platform to develop apps that can run anywhere.

The Flutter implementation for the web was presented at Flutter Interact 2019 and is called Flutter for Web.

At the time I'm writing this, Flutter supports web development in the beta channel...