════════ 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?
Amedeo Pro
@amedeopro
line 97:30
child: ListTile(
Randal L. Schwartz
@RandalSchwartz
Maybe visible in the debug devtools
Saurav Kumar
@sauravk7077
Hello
Randal L. Schwartz
@RandalSchwartz
hi
smolck
@smolck
Is there a way to draw on a Canvas without overwriting what's already there?
RamithKS
@ramithKS
I had a doubt, dart is used for front end in flutter and firebase for database and storage, which do we use for backend?
Can you explain a scenario how backend is used in a app?
Can dart be used for backend or do we have to use nodejs or python,etc?
Randal L. Schwartz
@RandalSchwartz
dart can certainly be used for backend
in fact, it means you can easily share validation routines to both server and client sides.
RamithKS
@ramithKS
Okat thank you so much
Randal L. Schwartz
@RandalSchwartz
and many people are using dart (flutter) for frontend, and firebase for back-end.
RamithKS
@ramithKS
Okay
Yash Chandra Verma
@ycv005
How to implement google smart lock into flutter app using Firebase as backend ?