Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Taking Flutter to the Web

You're reading from   Taking Flutter to the Web Learn how to build cross-platform UIs for web and mobile platforms using Flutter for Web

Arrow left icon
Product type Paperback
Published in Oct 2022
Publisher Packt
ISBN-13 9781801817714
Length 206 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Damodar Lohani Damodar Lohani
Author Profile Icon Damodar Lohani
Damodar Lohani
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Preface 1. Part 1: Basics of Flutter Web
2. Chapter 1: Getting Started with Flutter on the Web FREE CHAPTER 3. Chapter 2: Creating Your First Web App 4. Chapter 3: Building Responsive and Adaptive Designs 5. Part 2: Flutter Web under the Hood
6. Chapter 4: Flutter Web under the Hood 7. Chapter 5: Understanding Routes and Navigation 8. Chapter 6: Architecting and Organizing 9. Part 3: Advanced Concepts
10. Chapter 7: Implementing Persistence 11. Chapter 8: State Management in Flutter 12. Chapter 9: Integrating Appwrite 13. Chapter 10: Firebase Integration 14. Chapter 11: Building and Deploying a Flutter Web Application 15. Index 16. Other Books You May Enjoy

What this book covers

Chapter 1, Getting Started with Flutter on the Web, introduces the Flutter ecosystem and the web as a part of that ecosystem. It also makes clear why we should learn Flutter on the web and what benefits it can add. Finally, it describes what types of web apps should and shouldn’t be built with Flutter. You will also get to know some real-world Flutter web applications.

Chapter 2, Creating Your First Web App, will describe how to start a Flutter project with web platform support. We will build and run a Flutter project on the web using Flutter widgets. This will be a dynamic and responsive app that interacts with its audience.

Chapter 3, Building Responsive and Adaptive Designs, will teach us that the web has a huge number of target devices of different screen sizes and densities. As Flutter is cross-platform, each platform needs to have a native feel. This chapter covers the concept of adaptive and responsive design, which lets us just build apps that are responsive and adaptive to the platform – the web.

Chapter 4, Flutter Web under the Hood, will look at how Flutter renders its widgets as web apps. Understanding these inner workings will help us build better web apps using Flutter.

Chapter 5, Understanding Routes and Navigation, will detail how to use routes and navigation in Flutter on the web. This chapter will cover navigation with a special focus on how this occurs on the web. You will see how to use declarative navigation and understand its benefits.

Chapter 6, Architecting and Organizing, will cover the need for proper architecture and we will learn about simple yet scalable architecture. This chapter discusses why scalable architecture is important and how you can organize files and folders to make it easier to scale and work. You will understand the MVVM architecture, which is simple yet scalable, and see how to practically apply it in an application.

Chapter 7, Implementing Persistence, will teach us how to save data locally using various options – simple key-value storage, or more advanced object storage. You will discover how to persist simple key-value data, which is useful for user settings, and how to use the offline storage for caching, as well as key-value data using HiveDB.

Chapter 8, State Management in Flutter, will outline the basics of state management, as well as covering how to use Riverpod as a state management solution. You will discover the importance of state management and the various options available for it.

Chapter 9, Integrating Appwrite, will teach us how to integrate Appwrite, an open source BaaS for web and mobile applications with services such as Authentication, Database, Cloud Functions, and more.

Chapter 10, Firebase Integration, will detail how to integrate and use Firebase solutions to build dynamic web apps using Flutter. We will cover the authentication part, wherein we will be able to authenticate users. We will see how to implement Firestore to save and load dynamic content.

Chapter 11, Building and Deploying a Flutter Web Application, will expand upon the concepts required to build and deploy web apps developed with Flutter. In this final chapter, we will also learn how to automate our task of building and deploy web apps using CI/CD.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime