Coder Social home page Coder Social logo

myfirstflutter's Introduction

home page https://flutter.dev/

dl link https://flutter.dev/docs/get-started/install/macos

flutter_macos_v1.2.1-stable

cd ~/development
unzip ~/Downloads/flutter_macos_v1.2.1-stable.zip

export PATH="$PATH:`pwd`/flutter/bin"

flutter doctor

Flutter requires Android SDK 28 and the Android BuildTools 28.0.3

update android sdk

$ /Applications/ADT/sdk/tools/bin/sdkmanager "platforms;android-28" "build-tools;28.0.3"

if it still has issue. โœ— Android license status unknown.

$ flutter doctor --android-licenses A newer version of the Android SDK is required. To update, run: /Applications/ADT/sdk/tools/bin/sdkmanager --update

ref url https://qiita.com/ko2ic/items/8d36bcc50dc62a07936c

for iOS matter

[!] iOS toolchain - develop for iOS devices (Xcode 10.1) โœ— libimobiledevice and ideviceinstaller are not installed. To install with Brew, run:

$ brew update $ brew install --HEAD usbmuxd $ brew link usbmuxd $ brew install --HEAD libimobiledevice $ brew install ideviceinstaller

Error: An unexpected error occurred during the brew link step The formula built, but is not symlinked into /usr/local Permission denied @ dir_s_mkdir - /usr/local/Frameworks Error: Permission denied @ dir_s_mkdir - /usr/local/Frameworks

$ brew doctor

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.