Answers for "flutter application for mac os"

6

flutter setup macos

if your terminal doesn't see "flutter" you have to use  
Open terminal and paste 

export PATH="$PATH:`pwd`/flutter/bin"
and then try "flutter" && "flutter doctor"
Posted by: Guest on January-30-2021
0

build flutter for macos

export ENABLE_FLUTTER_DESKTOP=true
Posted by: Guest on April-06-2021

Code answers related to "flutter application for mac os"

Browse Popular Code Answers by Language