════════ Exception caught by foundation library ════════════════════════════════════════════════════ The following assertion was thrown while dispatching notifications for HomeViewModel: setState() or markNeedsBuild() called during build.
i am facing this error
Randal L. Schwartz
@RandalSchwartz
I’m focussing on Riverpod
Stacked looks interesting. Riverpod means never having to type setState again. :)
Houb
@Houb2_twitter
Hello!! Can you recommend some tips to learn flutter fast?
Randal L. Schwartz
@RandalSchwartz
go through the tutorials on the flutter.dev site. Be sure to do all the codelabs.
Hello, i have a problem with ListTile, here my entire code https://pastebin.com/Zb6RZyRM , the error is The following assertion was thrown during performLayout(): BoxConstraints forces an infinite width. Can you help me ? Thank you so much
Randal L. Schwartz
@RandalSchwartz
does it say the error of the line in the call stack?