16
13

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 5 years have passed since last update.

[Flutter]Android StudioでFlutter使用。

Posted at

こんにちは。お久しぶりです。
最近Androidアプリ作りで忙しい日々を過ごしてます。

昨日YouTubeで、Flutterの公式動画を見ましたか?
FlutterはC++EngineでGoogleで作ったDart語を基本にします。
XamarinのようにCross Platformの一つです。

動画はこちら。
Introducing Flutter

Android Studioで自分が使っている方法を紹介したいと思います。

Flutterの公式サイト

#まず、Android Studio install

intellijで使っているほともいるとおもいます。Android Studioもintellij基盤ですね。

Android Studio

#Plugin

plugin でFlutter 検索するとインストールでじます。
Dart語も自動インストールになります。

flutter install.JPG

#New Flutter Project
Flutter SDKまだインストールしてない方はこちで
簡単にインストールできます。

flutter_03.JPG

flutter_02.JPG

#Flutter Application

flutter Applicationを選択してNext

flutter_04.JPG

#Android Studioと同じにBuild&Run

その結果。

device-2018-02-24-095350.png

#終わりに

簡単なアプリ作りはFlutterで悪くないと思いますが、NativeでAndroidをアプリ作りとしてはJavaやKotlinで今までやっているように開発する事が良いなーと思います。現在はFlutter Alphaだから後にはもっとよくなるんじゃないかと

16
13
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
16
13

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?