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

[Flutter] 今はじめる人のためのDart 1編

Posted at

はじめに

こんにちは
FlutterはDartというプログラミング語を使っています。
今Flutterを始めて入門した人のためにDartの使い方を
書いたいと思います。

対象

  • 初めてプログラミングという事をする方。
  • Designer方
  • Flutterを始めたい方

IDE

  • インストールIDE(Integrated Development Environment)は使いません。
  • WEBベースのDartPadを使います。
  • DartPadはこちら

Dart

image.png

  1. UI向けに最適化: ユーザーインターフェイスの作成ニーズに特化したプログラミング言語を使用して開発
  2. 生産性: 繰り返し変更: ホットリロードを使用すると、実行中のアプリケーションで結果をすぐに確認できます。
  3. すべてのプラットフォームで高速: モバイル、デスクトップ、およびバックエンド用のマシンコードをARMおよびx64にコンパイルします。 または、Web 用に JavaScript にコンパイルする

DartPadは?

  • DartPad is a free, open-source online editor to help developers learn about Dart and Flutter. You can access it at dartpad.dev. (DartPadは、開発者がDart and Flutterについて学ぶのに役立つ無料のオープンソースオンラインエディターです。 dartpad.dev からアクセスできます。)
  • Goolgeでオープンソースで開発しているDartのWEBベースエディターです。
  • https://github.com/dart-lang/dart-pad
  • DartとFlutter両方試る事できる。

image.png

0
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
0
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?