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.
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.
← flutter on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.