0
0

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でMVVMを採用して、カレンダーアプリを作成してみた件

Last updated at Posted at 2022-09-22

カレンダーって使うことも多いと思うのですが、
意外といい感じのパッケージがなかったりコピペできそうな実装もないので作成してみました

Flutterで使われることの多いアーキテクチャのMVVMをFreezedを使用して実装しました
READMEとQiitaの記載は随時やっていこうと思ってます
(適宜コメント書いているので何となくはわかるかと思います)

ボタンを押したりスクロールすることで表示している年月を変更でき、
タップすることで選択状態を変更することができます

レイアウトをかなりシンプルに作ったので、適宜修正していただければと思います

ソースはこちらになります
https://github.com/Gnao/calendar

リンク

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?