Skip to content

Instantly share code, notes, and snippets.

@Klerith
Last active April 8, 2025 13:21
Show Gist options
  • Save Klerith/f76732c697c3d3d40001fa540e4eb787 to your computer and use it in GitHub Desktop.
Save Klerith/f76732c697c3d3d40001fa540e4eb787 to your computer and use it in GitHub Desktop.
Instalaciones recomendadas para el curso de Flutter + Gemini

Flutter Logo

Instalaciones en el equipo

  1. VSCode - Visual Studio Code

  2. Node.js

  3. Flutter & Emulador

  4. Warp - Opcional

Extensiones de VSCode

Tema que estoy usando en VSCode, configuraciones y Wallpaper del curso:

Configuraciones adicionales (opcionales) - settings.json

    "[dart]": {
        "editor.formatOnSave": true,
        "editor.formatOnType": false,
        "editor.selectionHighlight": false,
        "editor.wordBasedSuggestions": "off"
    },

Comunidad de Discord

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment