This repository (now archived) houses the first-party plugin implementations maintained by the Flutter team, enabling access to platform-specific APIs (e.g. camera, file access, web views, etc.) from Dart/Flutter code. It essentially provides the bridge between Flutter apps and native mobile capabilities: for each plugin, there is often a Dart interface and underlying platform code (Android, iOS, etc.). Over time, the content of this repo has been moved to a newer monorepo or reorganized under flutter/packages. The plugins here are intended to follow Flutter’s design conventions and support integration with the wider Flutter ecosystem (published on pub.dev). Because the repository is archived, it is now read-only; future development of plugin code occurs elsewhere in the official Flutter organization.
Features
- Offers official plugins maintained by the core Flutter team
- Enables platform API access via Dart wrapper around native code
- Includes plugins for Android, iOS, web, desktop, etc.
- Each plugin available via pub.dev
- Documentation and usage guidance provided
- Repository archived; development has transitioned elsewhere