Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 415 Bytes

20240217160820-flutterのプロジェクト作成方法.org

File metadata and controls

19 lines (14 loc) · 415 Bytes

Flutterのプロジェクト作成方法

Flutterのプロジェクト作成方法 よく忘れるのでメモ

$ flutter create myapp

プラットフォーム指定

flutter create myapp --platforms=android,ios,web