方言を話すおしゃべり猫型ロボット『ミーア』をリリースしました(こちらをクリック)

Flutter

Development/Design

[Flutter] State Management 1: StatefulWidget + setState to provider. Using a counter app as an example

In Flutter, you can use StatefulWidget to have internal state. In addition, libraries such as Provider, Riverpod, and Bloc are used to manage the state of the entire application.