Skip to content

vlsilver/i_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published