Skip to content

Instantly share code, notes, and snippets.

@Klerith
Last active April 30, 2025 13:14

Revisions

  1. Klerith revised this gist Jan 20, 2025. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion flutter-instalaciones.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@

    Descargar las hojas de atajos recomendadas:

    [Guías de atajos - Dart ](https://github.com/Klerith/mas-talento/blob/main/flutter/flutter-cheat-sheet.pdf)
    [Guías de atajos - Dart ](https://github.com/Klerith/mas-talento/blob/main/dart/dart-cheat-sheet.pdf)

    [Guías de atajos - Flutter ](https://github.com/Klerith/mas-talento/blob/main/flutter/flutter-cheat-sheet.pdf)

  2. Klerith revised this gist Jan 20, 2025. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions flutter-instalaciones.md
    Original file line number Diff line number Diff line change
    @@ -6,9 +6,10 @@

    Descargar las hojas de atajos recomendadas:

    [Guías de atajos - Dart ](https://devtalles.com/files/dart-cheat-sheet.pdf)
    [Guías de atajos - Dart ](https://github.com/Klerith/mas-talento/blob/main/flutter/flutter-cheat-sheet.pdf)

    [Guías de atajos - Flutter ](https://github.com/Klerith/mas-talento/blob/main/flutter/flutter-cheat-sheet.pdf)

    [Guías de atajos - Flutter ](https://devtalles.com/files/flutter-cheat-sheet.pdf)

    # Instalaciones en el equipo

  3. Klerith revised this gist May 1, 2023. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion flutter-instalaciones.md
    Original file line number Diff line number Diff line change
    @@ -85,4 +85,6 @@ Configuraciones adicionales (opcionales) - settings.json

    * [Iconos](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)

    * [Wallpapers Developer](https://drive.google.com/drive/folders/1ItU8rbSGJjnh2USOBGwaCo9nYKifPJ6m?usp=sharing)
    * [Wallpapers Developer](https://drive.google.com/drive/folders/1ItU8rbSGJjnh2USOBGwaCo9nYKifPJ6m?usp=sharing)

    * [Otras hojas de atajos](https://cursos.devtalles.com/pages/mas-talento)
  4. Klerith revised this gist May 1, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion flutter-instalaciones.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@
    <a href="https://docs.docker.com/" target="blank"><img src="https://storage.googleapis.com/cms-storage-bucket/6a07d8a62f4308d2b854.svg" width="330" alt="Flutter Logo" /></a>
    </p>

    # Flutter de cero a experto - Móvil
    # Flutter Móvil - Instalaciones recomendadas

    Descargar las hojas de atajos recomendadas:

  5. Klerith revised this gist Mar 17, 2023. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions flutter-instalaciones.md
    Original file line number Diff line number Diff line change
    @@ -33,6 +33,8 @@ git config --global user.email "Tu correo"

    9. [Docker Desktop](https://www.docker.com/)

    10. [Table Plus](https://tableplus.com/) <-- Visor de base de datos


    ## Extensiones de VSCode

  6. Klerith revised this gist Mar 15, 2023. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions flutter-instalaciones.md
    Original file line number Diff line number Diff line change
    @@ -31,6 +31,8 @@ git config --global user.email "Tu correo"

    8. [NodeJS](https://nodejs.org/en/)

    9. [Docker Desktop](https://www.docker.com/)


    ## Extensiones de VSCode

  7. Klerith revised this gist Mar 8, 2023. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions flutter-instalaciones.md
    Original file line number Diff line number Diff line change
    @@ -29,6 +29,8 @@ git config --global user.email "Tu correo"

    7. [Flutter SDK](https://docs.flutter.dev/get-started/install)

    8. [NodeJS](https://nodejs.org/en/)


    ## Extensiones de VSCode

  8. Klerith revised this gist Feb 2, 2023. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions flutter-instalaciones.md
    Original file line number Diff line number Diff line change
    @@ -27,6 +27,8 @@ git config --global user.email "Tu correo"

    6. Sólo Mac [xCode](https://apps.apple.com/ca/app/xcode/id497799835?mt=12)

    7. [Flutter SDK](https://docs.flutter.dev/get-started/install)


    ## Extensiones de VSCode

  9. Klerith revised this gist Feb 2, 2023. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions flutter-instalaciones.md
    Original file line number Diff line number Diff line change
    @@ -23,6 +23,10 @@ git config --global user.email "Tu correo"

    4. [Postman](https://www.postman.com/downloads/)

    5. [Android Studio](https://developer.android.com/studio)

    6. Sólo Mac [xCode](https://apps.apple.com/ca/app/xcode/id497799835?mt=12)


    ## Extensiones de VSCode

  10. Klerith created this gist Feb 2, 2023.
    76 changes: 76 additions & 0 deletions flutter-instalaciones.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,76 @@
    <p align="center">
    <a href="https://docs.docker.com/" target="blank"><img src="https://storage.googleapis.com/cms-storage-bucket/6a07d8a62f4308d2b854.svg" width="330" alt="Flutter Logo" /></a>
    </p>

    # Flutter de cero a experto - Móvil

    Descargar las hojas de atajos recomendadas:

    [Guías de atajos - Dart ](https://devtalles.com/files/dart-cheat-sheet.pdf)

    [Guías de atajos - Flutter ](https://devtalles.com/files/flutter-cheat-sheet.pdf)

    # Instalaciones en el equipo

    1. [Git](https://git-scm.com/)
    ```
    git config --global user.name "Tu nombre"
    git config --global user.email "Tu correo"
    ```
    2. Crear [cuenta en GitHub](https://github.com/)

    3. [VSCode - Visual Studio Code](https://code.visualstudio.com/)

    4. [Postman](https://www.postman.com/downloads/)


    ## Extensiones de VSCode

    * [Activitus Bar](https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.activitusbar)

    * [Error Lens](https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens)

    * [Paste JSON as Code](https://marketplace.visualstudio.com/items?itemName=quicktype.quicktype)

    * [Better Comments](https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments)

    * [Terminal](https://marketplace.visualstudio.com/items?itemName=formulahendry.terminal)

    * [Awesome Flutter Snippets](https://marketplace.visualstudio.com/items?itemName=Nash.awesome-flutter-snippets)

    * [Bloc](https://marketplace.visualstudio.com/items?itemName=FelixAngelov.bloc)

    * [Dart Language](https://marketplace.visualstudio.com/items?itemName=Dart-Code.dart-code)

    * [Flutter Support](https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter)

    * [Pubspec Assist](https://marketplace.visualstudio.com/items?itemName=jeroen-meijer.pubspec-assist)

    * [Lorem ipsum](https://marketplace.visualstudio.com/items?itemName=Tyriar.lorem-ipsum)


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

    * [Aura Theme](https://marketplace.visualstudio.com/items?itemName=DaltonMenezes.aura-theme)
    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
    },
    ```

    * [Iconos](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)

    * [Wallpapers Developer](https://drive.google.com/drive/folders/1ItU8rbSGJjnh2USOBGwaCo9nYKifPJ6m?usp=sharing)