We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
アプリの状態変化にはsetStateを使って通知するのではなく ChangeNotifierを使用する。
setState
ChangeNotifier
アプリのページごとにChangeNotifierを作る。 各ページの状態をそのChangeNotifierで管理するようにする。
The text was updated successfully, but these errors were encountered:
ho2ri2s
thoth000
PictoMki
Successfully merging a pull request may close this issue.
概要
アプリの状態変化には
setState
を使って通知するのではなくChangeNotifier
を使用する。やること
アプリのページごとに
ChangeNotifier
を作る。各ページの状態をその
ChangeNotifier
で管理するようにする。The text was updated successfully, but these errors were encountered: