Skip to content

Instantly share code, notes, and snippets.

@abracu
Forked from Klerith/plugins.md
Last active June 1, 2019 16:30
Show Gist options
  • Save abracu/313834b86c6a9927768fe1ac2440616b to your computer and use it in GitHub Desktop.
Save abracu/313834b86c6a9927768fe1ac2440616b to your computer and use it in GitHub Desktop.
Flutter: Curso de Flutter - Instalaciones recomendadas

Programas

Plugins

Backend

  • HTML CSS Support
  • JavaScript (ES6) code snippets
  • JS-CSS-HTML Formatter
  • TypeScript Importer

Flutter

Tema que estoy usando:

Configuración del Bracket Pair Colorizer 2

"bracket-pair-colorizer-2.colors": [
    "#fafafa",
    "#9F51B6",
    "#F7C244",
    "#F07850",
    "#9CDD29",
    "#C497D4"
],

Instalar paquetes para correr

directamente en ios.

  • brew install --HEAD usbmuxd
  • brew link usbmuxd
  • brew install --HEAD libimobiledevice
  • brew install ideviceinstaller ios-deploy cocoapods
  • pod setup

Usen esto para una instalación totalmente nueva

y desinstalar versiones anteriores.

  • brew update
  • brew uninstall --ignore-dependencies libimobiledevice
  • brew uninstall --ignore-dependencies usbmuxd
  • brew install --HEAD usbmuxd
  • brew unlink usbmuxd
  • brew link usbmuxd
  • brew install --HEAD libimobiledevice
  • brew install ideviceinstaller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment