4
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

最近Flutterを触りだしたのでメモ。

ダウンロード・インストール

Flutter

以下からFlutterをダウンロードし任意の場所に展開する。
Flutter:https://docs.flutter.dev/release/archive?tab=windows

Android Studio

Android Studio:https://developer.android.com/studio/archive
※ 言語をEnglishにして利用規約の同意を完了していないとダウンロード画面に遷移できない。

インストール後の設定

以下によってプロジェクトごとにJDK、Flutterのバージョンを変えられる。
ただし、ターミナルでのバージョンはWindowsに依存している模様。

AndroidStudioで使用するJDKのダウンロード

・AndroidStudioを起動し、プロジェクトを作成または開いている状態。
・File - Project Structureを開く
・Project Settings - Project - SDK をクリック
・Add SDK - Download JDKをクリック
・使用するバージョンをダウンロード

AndroidStudioで使用するFlutterの設定

・AndroidStudioを起動し、プロジェクトを作成または開いている状態。
・File - Settingsを開く
・Languages & Frameworks - Flutterを選択
・Flutter SDK pathにインストールしたFlutterのパスを指定する。

参考になりそうなリンクをメモ

公式:https://docs.flutter.dev/
DartPad:https://dartpad.dev/
Flutter Doc JP:https://flutter.ctrnost.com/
flutter-study.dev:https://www.flutter-study.dev/introduction/about-flutter
Android Studioショートカット:https://developer.android.com/studio/intro/keyboard-shortcuts
Androidデバイスを接続する方法:https://developer.android.com/codelabs/basic-android-kotlin-compose-connect-device?hl=ja#2

4
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?