Slide 1

Slide 1 text

Flutter & VS Code Setup Speaker: Yujiro Kisu GDSC Tokyo Metropolitan University 18:00 ~ 20:00 (早く終わる可能性高い) 開始までしばらくお待ちください 18:00 ~ 20:00 (probably finishing earlier) Stay tuned till we start! @yuyu_lab_tmu

Slide 2

Slide 2 text

VS Code ● VS Codeとは ○ 便利なテキストエディタ ○ 色々な拡張機能がある ○ 自分の好きなテーマにカスタマイズできる ● 今回の用途 ○ Gitを簡単に使える ○ Flutter・Dartの拡張機能を使用

Slide 3

Slide 3 text

VS Code ● What is VS Code? ○ Useful text editor ○ Many extension packages ○ Customizable with a favorite theme ● Uses in this event ○ Using Git easily ○ Using Flutter (Dart) extensions

Slide 4

Slide 4 text

インストール手順 1. サイトにアクセス (https://code.visualstudio.com/do wnload) 2. 該当のファイルをダウンロード 3. ファイルの解凍 4. (セキュリティの許可) 5. アプリの起動 6. (日本語拡張機能をインストール ) VS Code拡張機能ボタンをクリック →

Slide 5

Slide 5 text

Installation process 1. Access this site (https://code.visualstudio.com/downlo ad) 2. Download an appropriate file 3. Unzip the file 4. (Allow security check) 5. Run VS Code app 6. (Install a Japanese package) VS Code extension button ->

Slide 6

Slide 6 text

hoorayyy

Slide 7

Slide 7 text

Q&A

Slide 8

Slide 8 text

Git ● Gitとは ○ バージョン管理ツール ○ 複数人での開発で重宝 ● 今回の用途 ○ Flutter SDKのインストール ○ ワークショップの記録 ○ ハッカソンのチーム開発

Slide 9

Slide 9 text

Git ● What is Git? ○ Version control tool ○ Useful for development with multiple people ● Uses in this event ○ Installing Flutter SDK (explained later) ○ Managing codebase for workshops & this hackathon

Slide 10

Slide 10 text

パワーアップ (みたいな感じ) !!!

Slide 11

Slide 11 text

Power up (sort of) !!!

Slide 12

Slide 12 text

1. サイトにアクセス (https://git-scm.com/downloads) 2. Homebrewをインストール (https://brew.sh/) a. Terminalを使用 3. このコマンドをうつ a. brew install git インストール手順 1. サイトにアクセス (https://git-scm.com/downloads) 2. 自分のOS&システムに合ったものを ダウンロード 3. パッケージを開く 4. デフォルトの設定でインストール Windows Mac

Slide 13

Slide 13 text

1. Access this site (https://git-scm.com/downloads) 2. Install Homebrew (https://brew.sh/) a. Use Terminal       3. Run this command: a. brew install git Installation process 1. Access this site (https://git-scm.com/downloads) 2. Download one suitable for your OS & system (32-bit or 64-bit) 3. Open the package 4. Install with the default settings Windows Mac

Slide 14

Slide 14 text

Flutter ● Flutterとは ○ UI 開発の便利ツール (SDK) ○ Dart 言語を使う ○ Googleが作った ○ マルチプラットフォーム対応 ● 今回の用途 ○ アプリの骨組み ○ 迅速なアプリ開発の体験 ○ ハッカソンの必須項目

Slide 15

Slide 15 text

Flutter ● What is Flutter? ○ Tool for UI development (SDK) ○ Uses Dart language ○ Made by Google ○ Multi-platform framework ● Uses in this event ○ Framework for an app ○ Experience robust/quick app development ○ Requirement in this hackathon

Slide 16

Slide 16 text

1. ワークショップ用フォルダ作成 2. Flutter拡張機能をVS Codeにインストール 3. ワークショップ用のフォルダをに ドラッグ&ドロップ 4. ⌘ + shift + p (Mac) ctrl + shift + p (Windows) Flutter SDKインストール

Slide 17

Slide 17 text

1. Create a folder for a workshop 2. Install Flutter extension on VS Code 3. Drag & drop the folder onto VS Code opened 4. ⌘ + shift + p (Mac)    ctrl + shift + p (Windows) Install Flutter SDK with

Slide 18

Slide 18 text

Q&A

Slide 19

Slide 19 text

Congratulation!! Image: https://www.reddit.com/r/ProgrammerHumor/comments/mj6y2a/visual_studio_code/

Slide 20

Slide 20 text

No content

Slide 21

Slide 21 text

お疲れさまでした 🙌

Slide 22

Slide 22 text

Next up … Day3 Git & VS Code