Skip to content

[Public] Flutter + riverpod + hooks_riverpod でのカウンターのデモアプリ。教則用。

Notifications You must be signed in to change notification settings

torico-tokyo/counter-demo-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

counter-demo-flutter

概要

riverpod + hooks_riverpod を使ったカウンターのデモアプリ。教則用。

同 Organization の中に、 counter-demo-nuxt というプロジェクトが作ってあり、そちらは Nuxt + Vuex でまったく同じ機能を提供している。

比較

counter-demo-nuxt の master ブランチ では、Vuex + typed-vuex でストアを提供している。

対して、こちらの Flutter アプリは、 riverpod + hooks_riverpod状態管理をしている。

riverpod + hooks_riverpod での状態管理は、 vuex の状態管理 と 1:1 で書けるので、比較すると非常に理解が早い。

状態管理

UI

About

[Public] Flutter + riverpod + hooks_riverpod でのカウンターのデモアプリ。教則用。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published