Excelent Video, was precisely what I was looking for, great help! Quick question, how could I make it so the query parameters can change based on what the user wants. For example making it so you can choose the country you want to see news from?
I/flutter ( 5208): Response 200 I/flutter ( 5208): Error type-NetworkResponseErrorType.didNotSucceed - Message unknown hi sir, do you have any idea on this, it show the the loading only instead of the the items. thank you in advance
Sorry but this is not teaching, this is copy/pasting and voice annoatating what you do, vs actually explaining what's going on. First you don't say where the obviously generated JSON-to-class files come from. That's where it start. And then you go on endlessly rambling about then we copy this here and paste this there. There is no learning involved. Why do you create this and that. Not a good video.
You can find the source code for this project here: github.com/Coding-Orbit/flutter_consume_api.git
Thanks dude
tq man
Really, learnt out of the box way of Integrating network services, thanks a lot
My pleasure!
Hi, Thank you very much for this video. It helped me a lot, can you please tell what tool you are using for generating the model classes
Im using build_runner
This channel gonna be Rock. checked all videos and followed them in an easy way. best for beginners. Salute you.
Thank you so much! Glad you liked them
Excelent video, thanks you. It helped me a lot.
Most welcome!
Awesome!… can you integrate the provider state management and url luncher to this? so we could go to the article source website… thanks 🙏
I encourage you to do that. Clone the repo and try to do it yourself 👍🏻
@@codingorbit okay sir… I’ll give it a try… thanks boss.
Most welcome! You can do it 💪
Excelent Video, was precisely what I was looking for, great help!
Quick question, how could I make it so the query parameters can change based on what the user wants. For example making it so you can choose the country you want to see news from?
You will have to create some sort of ui to handle that extract the country selected by the user and then call the api based on what the user selected.
great video, thanks
Thank you!
Great Job!
Thank you
Please when I run the flutter pub run build_runner build, no file was created, any ideal?
Make sure the project is error free
Nice!
Thank you!
I/flutter ( 5208): Response 200
I/flutter ( 5208): Error type-NetworkResponseErrorType.didNotSucceed - Message unknown
hi sir, do you have any idea on this, it show the the loading only instead of the the items. thank you in advance
I think its from the is valid json method try removing it
when i use json serializable i always get dart:mirror error, need help getting around that
Im sorry I don’t have an idea about that
can u try google sheets api with flutter
Maybe soon
شرح رائع. هل انت عربي
شكرا اخي. نعم انا عربي
عندك قناه عربي ولو الشرح كانك تحجي عربي 👍🏻👍
@@Dragon878787878 لا والله بس هاي القناة
👍🏾
Can we get source code of this project ?
Yes, sure! I will pin it now
what is the difference between this constructor : const construct. ( ); and this one : construct( );
In order to make this class a static class and give a warning that it can't be initialized we use const construct._();
@@codingorbit thank you
Sorry but this is not teaching, this is copy/pasting and voice annoatating what you do, vs actually explaining what's going on. First you don't say where the obviously generated JSON-to-class files come from. That's where it start. And then you go on endlessly rambling about then we copy this here and paste this there.
There is no learning involved. Why do you create this and that. Not a good video.
You might be right i didn't want to make the video longer than it already is, but that isn't an excuse. Thanks for pointing that out!