Learn Flutter by studying real working app examples organized by difficulty level and topic.
Build a WhatsApp or Instagram clone by following the source code and accompanying video tutorial.
Understand how to implement authentication, databases, and real-time chat in Flutter apps.
Create responsive layouts and integrate third-party plugins for cross-platform mobile and web apps.
This repository is a curated index of example apps for Flutter, the toolkit for building cross-platform mobile, web, and desktop apps with the Dart programming language. It is not a single program you install and run; it is a long list of links to other GitHub repositories and accompanying YouTube videos, each one demonstrating how to build a specific feature, screen, or full app in Flutter. The author groups the examples into categories so newcomers can find what they want to learn next. The categories shown in the README include Clones and Apps, which rebuild parts of well-known products such as WhatsApp, Instagram, and a Stack Overflow client, plus stand-alone apps like a Pokemon app, a Game of Thrones app, a quiz, and a cocktail browser; Flutter for Web, Desktop, and Responsive, which walks through migrating existing Flutter projects to the web, building responsive portfolio apps, deploying to GitHub Pages, and adding Progressive Web App support; Flutter Designs, with UI experiments such as a Nike concept and Adobe XD integration; and a Beginners and Intermediate section covering smaller pieces like Firebase setup and CRUD, ML Kit integration, a tic-tac-toe game, a music player, bottom sheets, WebSockets, a SQLite-backed MVP app, Redux state management, a chat app, a calculator, and a login page. Each entry is a link to its own repository and a video walkthrough. You would use this repository as a study reference: open the example closest to what you are trying to build, read its source, and watch the matching video. The primary language is Dart, which is what Flutter apps are written in. The full README is longer than what was provided.
Generated 2026-05-21 · Model: sonnet-4-6 · Verify against the repo before relying on details.