Skip to content

Instantly share code, notes, and snippets.

@Klerith
Last active January 8, 2026 16:24
Show Gist options
  • Select an option

  • Save Klerith/4b84cda6ba36c10b4ce430dda01df0ec to your computer and use it in GitHub Desktop.

Select an option

Save Klerith/4b84cda6ba36c10b4ce430dda01df0ec to your computer and use it in GitHub Desktop.
Instalaciones para el mini-curso de Flutter Bloc

Flutter Logo

Flutter_Bloc

Descargar las hojas de atajos recomendadas:

Guías de atajos - Dart

Guías de atajos - Flutter

Instalaciones en el equipo

  1. Git
git config --global user.name "Tu nombre"
git config --global user.email "Tu correo"
  1. Crear cuenta en GitHub

  2. VSCode - Visual Studio Code

Extensiones de VSCode

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

Configuraciones adicionales (opcionales) - settings.json

    "workbench.colorCustomizations": {
        "statusBar.background": "#121016",
        "statusBar.debuggingBackground": "#121016",
        "statusBar.debuggingForeground": "#525156",
        "debugToolBar.background": "#121016",
    },
    "[dart]": {
        "editor.formatOnSave": false,
        "editor.formatOnType": true,
        "editor.selectionHighlight": false,
        "editor.suggest.snippetsPreventQuickSuggestions": false,
        "editor.suggestSelection": "first",
        "editor.tabCompletion": "onlySnippets",
        "editor.wordBasedSuggestions": false
    },

Comunidad de Discord

Los invitamos a que se unan a nuestra comunidad de estudiantes en Discord y habla con personas que también estan aprendiendo igual que tu sobre diversas tecnologías.

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