5 min read
Flutter Quick Actions: Handling Multiple Actions with Scalable Code
In this article, we will guide you step by step on how to use quick actions in Flutter to create more user-friendly applications.
4 entries tagged "Software Design Principle" — writing, notes and projects.
4 entries ·All tags →
In this article, we will guide you step by step on how to use quick actions in Flutter to create more user-friendly applications.
In this article, we will explore how Auto Route can be leveraged in a modular architecture, making navigation more efficient and maintainable.
In this article, instead of focusing solely on deep link setup, we’ll explore ways to build a more flexible and scalable structure for handling multiple links.
In this article, we will delve into the details of an abstract class called AppLifecycleManager, designed to make lifecycle management in Flutter applications easier and more organized.