Skip to main content

25 posts tagged with "Flutter"

Collection of Flutter related posts

View All Tags

25+ Best Flutter App Templates of 2026

· 28 min read
Flutter Developer
Last updated on January 1, 2026

Flutter has been booming in its usage worldwide from the past few years. With many popular mobile app development technologies out there, Flutter has not disappointed in leaving its mark in the mobile application development world. In this article, we've curated the best Flutter app templates available on the market as of 2025. Flutter can be the framework model for every app out there.

Deep Links in Flutter

· 11 min read
Flutter Developer
Last updated on January 25, 2023

Deep Links In Flutter

It is possible for a web browser to guide you to a specific area of a program that has already been downloaded and installed by creating a link. Additionally, these links may take users to particular content sites (such as events, news updates, and so on) and provide information on the users who have clicked on them (like promo codes).

Top 10 Most Popular Flutter Open Source Apps in 2024

· 13 min read
Flutter Developer
Last updated on July 8, 2024

In this blog post, we are going to explore some of the best open-source Flutter app templates that cannot be missed by the Flutter developers. Flutter is a popular cross-platform mobile application development framework that helps developers build pixel-perfect UI, powered by Dart programming language. It delivers widget-based UI development which is very easy to learn and grasp. With a single codebase, you can build for both Android and iOS platforms. And, in recent versions, there is the integration of web-based programming infrastructure as well.

How To Use AWS Amplify in Flutter

· 12 min read
Full Stack Developer
Last updated on August 22, 2022

For front-end web and mobile developers, AWS Amplify is a suite of tools and services that can be used together or separately to enable them to create scalable full-stack apps on AWS. App backends and connections can be configured in minutes with Amplify, static web applications can be deployed quickly and simply managed outside of the AWS interface with a few clicks.

Understanding Flutter Navigation and Routing

· 5 min read
Full Stack Developer
Last updated on August 22, 2022

Flutter’s new Navigator and Router API is described in detail in this post. These new functionalities may have been referred to as the Router widget in Flutter’s open design documents. Using these APIs, you’ll be able to fine-tune control over your app’s displays, and you’ll learn how to parse routes. These new APIs don’t break anything; they merely add a new declarative API to the list of available options. If you wanted to relocate or delete a page from the bottom of a stack, Navigator 2.0 made it much easier. It’s OK if you’re content with how the Navigator works right now, so long as you don’t mind the changes. Using the Router, the underlying platform’s routes may be handled and the relevant pages are shown. The Router is set up to show the relevant page based on the browser URL in this article.

Building an Image Picker in Flutter

· 6 min read
Full Stack Developer
Last updated on July 30, 2022

Any app worth it’s salt will almost certainly have at least one, if not more than one, image picker. The image picker feature is included in a variety of major applications, including Facebook, Twitter, Instagram, and WhatsApp, amongst others. This feature allows users to choose files from their own device to use as a profile picture or to share with their friends. Setting an avatar for the user profile is by far the most typical function for an image picker to perform in a mobile application. In this guide, we’ll walk you through the process of developing an image picker using Flutter. An example Flutter app will be developed in which the user may either choose a picture from the gallery or snap a photo using the device’s camera.