Skip to main content
Back to the directory
flutter/skillsSoftware EngineeringFrontend and Design

flutter-plugins

Scaffolds Flutter plugins with native interop, method channels, FFI integration, and federated architectures.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
956

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/flutter/skills --skill flutter-plugins
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, flutter-plugins has 956 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: flutter/skills. Canonical URL: https://skills.sh/flutter/skills/flutter-plugins.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Scaffolds Flutter plugins with native interop, method channels, FFI integration, and federated architectures. Scaffolds and configures Flutter plugin packages, handling standard method channels, FFI integrations, and federated plugin architectures. It configures platform-specific native code environments, implements Android v2 embedding lifecycle interfaces, and establishes platform interface packages. Use the following decision tree to determine the plugin architecture and template: Gather Plugin Requirements STOP AND ASK THE USER: Generate the Plugin Package Execute the Flutter CLI command based on the user's parameters. Standard Plugin Example: FFI Plugin Example: Configure Federated Plugin Architecture (If Applicable) If the user requested a federated plugin, configure the pubspec.yaml of the app-facing package to endorse the platform implementations. For the platform implementation packages, define the implements key: Prepare Native Environments for Editing Before modifying native code, you MUST build the example app to resolve dependencies and generate necessary files. Implement Android v2 Embedding Lifecycle Modify the Android plugin class (e.g., android/src/main/kotlin/com/example/my_plugin/MyPlugin.kt ). Extract logic from registerWith() into a private method shared with onAttachedToEngine() .

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does flutter-plugins do?

Scaffolds Flutter plugins with native interop, method channels, FFI integration, and federated architectures.

Is flutter-plugins good?

flutter-plugins does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support flutter-plugins?

flutter-plugins currently lists compatibility with Skills CLI.

Is flutter-plugins safe to install?

flutter-plugins has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to flutter-plugins?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install flutter-plugins?

Run the following command to install flutter-plugins: npx skills add https://github.com/flutter/skills --skill flutter-plugins

Related skills

More from flutter/skills

Related skills

Alternatives in Software Engineering