aagarwal1012 / aagarwal1012/IntroViews-Flutter

Solution for setState not working

Open
#64 1 comment 0 reactions 0 assignees View on GitHub
bug waiting for response
Dominant language
Dart
Stars
665
Forks
140
PR merge metrics
No merged PRs in 30d

Description

Hi, I wanted to use this package one week ago but I couldn't because setState doesn't work and reading the package's issues, you wrote that you couldn't find the problem.

I was doing my own package and faced the same problem. I fixed it by moving the initState logic to build method. The problem is when you use setState in parent, child isn't created again and initState isn't called. If you move that crucial logic to build (or maybe another better place), it will work.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.