RepoPilot

google/flutter-desktop-embedding

Experimental plugins for Flutter for Desktop

Mixed

Stale — last commit 2y ago

MixedDependency

last commit was 2y ago; test evidence incomplete…

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

last commit was 2y ago; dependency CVE scan unavailable

  • Stale — last commit 2y ago
  • Concentrated ownership — top contributor handles 78% of recent commits
  • 8 active contributors
  • Apache-2.0 licensed
  • CI configured

What would improve this?

  • Use as dependency Mixed to Healthy if: 1 commit in the last 365 days

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: google/flutter-desktop-embedding

Generated by RepoPilot · document generated 2026-09-13 · concise human review Evidence snapshot · analyzed 2026-09-13T13:52:32.523Z · commit eb3964990cf1

Verdict

Mixed — Stale — last commit 2y ago

  • 8 active contributors
  • Apache-2.0 licensed
  • CI configured

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

A collection of experimental desktop plugins for Flutter that extend desktop capabilities (Windows, macOS, Linux) beyond the core Flutter embedding. The primary plugin is menubar, which provides native menu bar integration. This repo is a testbed for early-stage desktop features that may eventually move into Flutter core. Monorepo structure: plugins/ directory contains independent plugins as subdirectories (plugins/menubar/ is the main one shown). Each plugin has parallel cross-platform implementations: plugins/menubar/example/{linux,macos} with CMakeLists.txt and native source, Dart code in pubspec.yaml-based structure, and platform-specific config (Objective-C++ for macOS, C++ for…

Start here

Open these first:

  • plugins/README.md — Entry point for understanding the plugin ecosystem structure and how to use all plugins in this repository.
  • plugins/menubar/lib/menubar.dart — Main public API for the menubar plugin, exposing the primary functionality that developers integrate with.
  • plugins/menubar/lib/src/menu_channel.dart — Dart-side platform channel implementation that bridges Flutter UI code to native platform implementations.
  • plugins/menubar/linux/CMakeLists.txt — Build configuration for Linux native implementation; critical for understanding cross-platform native compilation.
  • plugins/menubar/example/lib/main.dart — Primary example application demonstrating how to use the menubar plugin in practice.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone and navigate to the plugin of interest: git clone https://github.com/google/flutter-desktop-embedding.git && cd flutter-desktop-embedding/plugins/menubar/example. For macOS: open macos/Runner.xcworkspace then…

Daily commands:

Per-platform: macOS: cd plugins/menubar/example/macos && pod install && open Runner.xcworkspace then ⌘R in Xcode. Linux: `cd plugins/menubar/example/linux && mkdir build && cd build && cmake .. && make && ./me…

…shortened for this brief.

Key cautions & unknowns

  • Stale — last commit 2y ago
  • Concentrated ownership — top contributor handles 78% of recent commits
  • Platform-specific toolchain versions: macOS requires Xcode + CocoaPods (Podfile in example), Linux requires CMake 3.10+ and C++ compiler; no version pinning visible in provided files, leading to potential build…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/google/flutter-desktop-embedding?axis=fork)](https://repopilot.app/r/google/flutter-desktop-embedding)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/google/flutter-desktop-embedding on X, Slack, or LinkedIn.

Ask AI about google/flutter-desktop-embedding

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/google/flutter-desktop-embedding"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>