Комментарии:
Flutter is the new React Native.
Ответитьthanks
Ответить'We got it Rrrrright here'. Thanks for your tutorials.
Ответитьcoolest one
ОтветитьTold you I'm gonna finish this in one day, 3 videos to go.
ОтветитьHi, is there anyway that i can enable the loading screen to load for a lil bit longer?
Ответить💙💙💙💙
ОтветитьThanks for putting so much effort into making these tutorials. Thank you so much!
ОтветитьThanks for the great tutorials
One question: I have the exact same code as you on my device ( double checked with your github repo) , however, i keep getting this error when i run the code:
I/flutter ( 4101): Connection closed before full header was received
Any idea on how to fix this?
These are awesome tutorials thanks man
Ответитьwow
ОтветитьDamn learning this much took time.... but it was worth it and your teachings are just amazing!.. Anyone can understand :D
Now i can make apps like this in like half an hour
Spinner is not loading to fast as your's.
ОтветитьI have to each and every tutorial is clearly explained and very useful,
I have started the playlist this week and it's going so good so far great work.👍👍
Rubbish. Lol
ОтветитьI want to set this load in the time application loads , how can make it
ОтветитьShould we make the loading spinner within the home page, why do we need to run it in its own page?
Ответитьcant import spinkit package in flutter even after adding dependancies to pubsec...any idea?
ОтветитьThese are awesome tutorials thanks man
ОтветитьAnything in modal style. My need is to execute a REST API, and change nothing on the page except that toggle switch but that would happen becoz API will change the data and StreamBuilder will sense the data change and change the screen. But when I click the switch, I need to show some indicator until API responds. Suggestion?
ОтветитьI am getting an error Error: FormatException: Unexpected character (at character 1)
I/flutter ( 705): <!DOCTYPE html>
how to resolve this ?
Thanks bro ,hats off to your work
ОтветитьSpinKit might not work for later versions. Try this instead:
return Scaffold(
backgroundColor: Colors.grey[200],
body: const Center(
child: CircularProgressIndicator(),
)
);
to fix the Spinkit error change the version in pubspec because after null safety has been added in flutter only spinkit version 5.0.0 works, so put that flutter_spinkit: "^5.0.0" in pubspec it will work.
ОтветитьI have to use CircularProgressIndicator because spinerkit didn´t work
Ответитьif anyone is having trouble with null safety add the newest version :
dependencies:
flutter_spinkit: ^5.0.0
thank you brother
Ответитьare you bri iiish
ОтветитьHey I got error about expected Sting but got null in in home. Dart
ОтветитьWhere should I add the page route? The loader is just keeps loading on my screen
ОтветитьHow do u use this to navigate between pages ?
Ответитьbro y is ur voice so pleasant to listen for longer periods!!
Ответитьtype 'Null' is not a subtype of type 'Map<dynamic, dynamic>' in type cast
i cant load that blue loading spin, what can i do?
'await Future.delayed(const Duration(seconds: 2));' , add this before navigator to see loading animations for 2 sec every time app reloads
ОтветитьFor latest verison :
return Scaffold(
backgroundColor: Colors.blue[900],
body: const Center(
child: SpinKitRotatingCircle(
color: Colors.white,
size:50.0,
),
)
);
Hi there is no error in my code but navigate to another screen isnt working any suggestions??
ОтветитьFriendly note, if you want the spinner to last a bit longer, you can do something like:
Future.delayed(Duration(seconds: 2), setupWorldTime)
on the iniState()
all right then guys so at the minute...
Ответитьwhy are the videos getting shorter and shorter?!
Ответить