Hi codingcafe i recently found your channel and wow i'm a fan ......can u make a working podcast app with it's own database and search engine ...if you don't have time for the atleast give me a hint on how i can make it using flutter
@@madmilitiangaming5694 just add future: null, Example: home: FutureBuilder( builder: (context, dataSnapShot) { return const LoginScreen(); }, future: null, It means you are not waiting for anything specific to happen before building the user interface
Hi codingcafe i recently found your channel and wow i'm a fan ......can u make a working podcast app with it's own database and search engine ...if you don't have time for the atleast give me a hint on how i can make it using flutter
Future Builder, is not working this way for me, has it been updated or something so?!
have you found how to counter this error?
@@madmilitiangaming5694 just add future: null,
Example:
home: FutureBuilder(
builder: (context, dataSnapShot)
{
return const LoginScreen();
}, future: null,
It means you are not waiting for anything specific to happen before building the user interface
change it to
FutureBuilder(future: null, builder: (context, dataSnapshot) {
return LoginScreen();
}
then the error should be gone
@@thienvule1659 but the page will be white blank
Why you are posting short videos?😔😔
Like 4 -5min!
Its really disturbing! If you can post 15-20min video it will be far better