Learn Git Bash with niBVL Getting Started What is Flutter? Flutter là một framework cross-platform, tạo một ứng dụng chạy được trên nhiều nền tảng Android, IOS, Web tính đến thời điểm hiện tại. Sử dụng ngôn ngữ lập trình Dart. Được giới thiệu năm 2018, phát triển bởi Google. Performance cao. Flutter Architecture layers\ Sẽ cập nhật sau Architectural layers How does Flutter run my code? Instal Flutter Note: Add the flutter tool to your path on MacOS: nano ~/.zshrc # save export PATH="$PATH:[[PATH_OF_FLUTTER_DOWNLOAD_DIRECTORY]]/bin" to .zshrc file source $HOME/.zshrc echo $PATH # test flutter --version