arch linux install flutter android DevEnv

$ yaourt -S android-sdk  

# pacman -S idea-intellij-community-edition dart

$ git clone https://github.com/flutter/flutter.git $ export PATH=`pwd`/flutter/bin:$PATH

$ flutter doctor



$flutter create myapp

$cd myapp

$flutter run

评论

© stevenzacker | Powered by LOFTER