Add Google Maps to a Flutter app using the official maps package maintained by the Flutter team.
Implement fingerprint or face ID login in a Flutter app with the local_auth package.
Set up in-app purchases for a Flutter iOS or Android app using the in_app_purchase package.
Add flexible URL-based navigation to a Flutter app using the go_router package.
| flutter/packages | miru-project/miru-app | filledstacks/flutter-tutorials | |
|---|---|---|---|
| Stars | 5,218 | 5,504 | 4,790 |
| Language | Dart | Dart | Dart |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | developer | general | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Packages are installed via pub.dev with a single line in pubspec.yaml, individual packages may require platform-specific setup steps.
This repository is the official home for add-on packages that the Flutter team builds and maintains alongside the main Flutter toolkit. Flutter is a framework for creating apps that run on phones, tablets, web browsers, and desktops from a single codebase. Packages are self-contained bundles of code that you drop into a Flutter project to add a specific capability without writing that capability from scratch. The collection here covers a wide range of common needs. There are packages for accessing the device camera, picking images from the photo library, signing in with Google, loading Google Fonts, displaying Google Maps, handling in-app purchases, and authenticating with fingerprint or face ID. Navigation helpers like go_router let you define where users can go inside your app and how URLs map to screens. The shared_preferences package gives apps a simple way to save small bits of user data between sessions. All of these packages are published to pub.dev, which is the public registry where Flutter and Dart developers search for and download packages. If you are a developer wanting to add one of these to your own project, you fetch it from pub.dev rather than from this repository directly. This repo is not where community-contributed packages live. It is specifically for packages owned by the core Flutter team. If you want to report a bug in one of these packages, you file the issue in the main Flutter issue tracker, not here. If you want to contribute a change to an existing package in this repo, there is a contribution guide that explains the review process. The full README is longer than what was shown.
The official Flutter team's collection of add-on packages for common app features, camera access, Google sign-in, maps, in-app purchases, fingerprint auth, and URL-based navigation.
Mainly Dart. The stack also includes Dart, Flutter.
Use freely for any purpose including commercial apps under a BSD-style license, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.