how to get started with flutter code example
Example 1: flutter create new app
flutter create myapp
Example 2: flutter create
flutter create -i swift -a kotlin your_gibrid_project_name
flutter create myapp
flutter create -i swift -a kotlin your_gibrid_project_name