Flutter and its Setup
What is Flutter
Flutter is Google’s mobile UI framework for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source.
Who is it for?
Programmers
Students and Teachers
Beginners
System requirements for (Mac)
- Operating Systems: macOS (64-bit)
- Disk Space: 700 MB (does not include disk space for Xcode or Android Studio).
- Tools: Flutter depends on these command-line tools being available in your environment.
bash
,mkdir
,rm
,git
,curl
,unzip
,which
Clone the repo
If this is the first time you’re installing Flutter on this machine, clone the
beta
branch of the repository and then add theflutter
tool to your path:git clone -b beta https://github.com/flutter/flutter.git $ export PATH=`pwd`/flutter/bin:$PATH
export PATH=[PATH_TO_FLUTTER_GIT_DIRECTORY]/flutter/bin:$PATH
Leave a Reply
You must be logged in to post a comment.