Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Setting Up a Linux Environment for Flutter Development

porflutter·flutter· v1.0.0 · atualizado em 2026-04-10
80
Score

Sets up a Linux environment for Flutter development. Use when configuring a Linux machine to run, build, or deploy Flutter applications.

flutterlinuxdevelopment-environmentmobile-developmentdesktop-developmentsnapcrafttoolchain
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdflutter-setting-up-on-linux/workflow
1. Update package lists and upgrade existing packages using `sudo apt-get update -y && sudo apt-get upgrade -y`.
2. Install core utilities and build dependencies using `sudo apt-get install -y curl git unzip xz-utils zip libglu1-mesa clang cmake ninja-build pkg-config libgtk-3-dev libstdc++-12-dev`.
3. Install an IDE like Visual Studio Code or Android Studio with Dart and Flutter extensions.
4. Run `flutter doctor -v` to validate the environment and resolve any toolchain errors.
5. Verify that the Linux desktop is recognized as a valid deployment target using `flutter devices`.
6. Install Snapcraft and LXD for preparing distribution packages using `sudo snap install snapcraft --classic` and `sudo snap install lxd`.
7. Configure LXD using `sudo lxd init` and add the current user to the `lxd` group.
8. Build the Snap package using `snapcraft --use-lxd` in the project root.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aSwiftUI Performance Audit
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Layouts
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Applications
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

Setting Up a Linux Environment for Flutter Development
flutter-setting-up-on-linux
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.EVALUATE
Triggers8
set up flutter on linuxconfigure linux for flutter developmentinstall flutter dependencies on linuxprepare linux for flutter appsbuild flutter app on linuxconfigure snapcraft for flutterinstall flutter sdk on linuxvalidate flutter environment on linux

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download flutter-setting-up-on-linux
$ synaptic skills detail flutter-setting-up-on-linux
$ synaptic skills live flutter-setting-up-on-linux

Dependências

curlgitunzipxz-utilsziplibglu1-mesaclangcmakeninja-buildpkg-configlibgtk-3-devlibstdc++-12-devsnapcraftlxd

Links

GitHub Repository