Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 927 Bytes

File metadata and controls

30 lines (23 loc) · 927 Bytes

Learn Git Bash with niBVL

Getting Started

  1. 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.
  1. Flutter Architecture layers\
  • Sẽ cập nhật sau
  1. How does Flutter run my code?
  • 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