Skip to content

Commit

Permalink
トップページの作成
Browse files Browse the repository at this point in the history
  • Loading branch information
okaryo committed Sep 24, 2023
1 parent a0ce142 commit 3ae02dd
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 20 deletions.
27 changes: 17 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
# tic_tac_toe_handson
# FlutterKaigi2023 ハンズオン

A new Flutter project.
[FlutterKaigi2023](https://flutterkaigi.jp/2023/) 本編とは別日の 10/26(木)19:00~ にハンズオンを開催します。

## Getting Started
connpass のイベントページはこちらになります。

This project is a starting point for a Flutter application.
https://flutterkaigi.connpass.com/event/293847/

A few resources to get you started if this is your first Flutter project:
## ハンズオン概要

- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
今回はのテーマは **Riverpod** です。

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
Flutter 開発における状態管理の手法として注目を集めている Riverpod の基本的な使い方を、三目並べアプリの作成を通して一緒に学んでいきましょう。後半のチャレンジ企画では、 Firebase のFirestore を使ったリアルタイム対戦機能の実装を予定しています。

完成予定の画面は以下の通りです。

> TODO: 画像を貼る
## 教材

ハンズオンは以下の教材を使って進めていきます。

https://tic-tac-toe-handson.pages.dev/
3 changes: 0 additions & 3 deletions docs/README.md

This file was deleted.

28 changes: 21 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,35 @@
# FlutterKaigi 2023 ハンズオン
# FlutterKaigi2023 ハンズオン

FlutterKaigi 2023 本編とは別日の 10/26 にハンズオンを開催する。
[FlutterKaigi2023](https://flutterkaigi.jp/2023/) 本編とは別日の 10/26(木)19:00~ にハンズオンを開催します。

connpass のイベントページはこちらになります。

https://flutterkaigi.connpass.com/event/293847/

## ハンズオン概要

TBD
今回はのテーマは **Riverpod** です。

Flutter 開発における状態管理の手法として注目を集めている Riverpod の基本的な使い方を、三目並べアプリの作成を通して一緒に学んでいきましょう。後半のチャレンジ企画では、 Firebase のFirestore を使ったリアルタイム対戦機能の実装を予定しています。

完成予定の画面は以下の通りです。

> TODO: 画像を貼る
### 進め方

[FlutterKaigi YouTube](https://www.youtube.com/channel/UC1JP6dPBmmccZto4LNz9KMw) チャンネル登録よろしくお願いします!
ハンズオンは Zoom を使ってオンラインで行います。当日までに [connpassのイベントページ](https://flutterkaigi.connpass.com/event/293847/)に Zoom のリンクを記載しますので、そちらよりご入場ください。

また、ハンズオンの内容は録画して後日 YouTube に投稿します。チャンネル登録をよろしくお願いいたします!

[FlutterKaigi YouTube](https://www.youtube.com/channel/UC1JP6dPBmmccZto4LNz9KMw)

[@preview](https://www.youtube.com/watch?v=I2Cw9z6vHzk)
## ハンズオンの内容 (予定)

## アウトライン (予定)
ハンズオンは以下の流れで進めていきます。

1. Riverpod の紹介
2. アプリケーションの基本構造とゲームロジック
2. ゲームロジックの実装
3. UI の作成
4. Riverpod の導入
5. Firestore を用いたリアルタイム対戦機能 (チャレンジ企画)
Expand Down

0 comments on commit 3ae02dd

Please sign in to comment.