Тёмный

Flutter Consume Rest API With Best Practices 

Coding Orbit
Подписаться 4,1 тыс.
Просмотров 25 тыс.
50% 1

Опубликовано:

 

4 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 43   
@codingorbit
@codingorbit 2 года назад
You can find the source code for this project here: github.com/Coding-Orbit/flutter_consume_api.git
@assetfuture5590
@assetfuture5590 2 года назад
Thanks dude
@dean871025
@dean871025 Год назад
tq man
@khanisrarahmedalihusain
@khanisrarahmedalihusain 2 года назад
Really, learnt out of the box way of Integrating network services, thanks a lot
@codingorbit
@codingorbit 2 года назад
My pleasure!
@rojgaariyatra8684
@rojgaariyatra8684 2 года назад
This channel gonna be Rock. checked all videos and followed them in an easy way. best for beginners. Salute you.
@codingorbit
@codingorbit 2 года назад
Thank you so much! Glad you liked them
@rayhanaswiansyah5856
@rayhanaswiansyah5856 2 года назад
Excelent video, thanks you. It helped me a lot.
@codingorbit
@codingorbit 2 года назад
Most welcome!
@venkateshkarra6193
@venkateshkarra6193 2 года назад
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
@codingorbit
@codingorbit 2 года назад
Im using build_runner
@CheloWasabyx
@CheloWasabyx 2 года назад
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?
@codingorbit
@codingorbit 2 года назад
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.
@jailsoncarneiro4936
@jailsoncarneiro4936 2 года назад
Great Job!
@codingorbit
@codingorbit 2 года назад
Thank you
@bernard9163
@bernard9163 2 года назад
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
@codingorbit
@codingorbit 2 года назад
I think its from the is valid json method try removing it
@rogerb2280
@rogerb2280 2 года назад
great video, thanks
@codingorbit
@codingorbit 2 года назад
Thank you!
@t_tek760
@t_tek760 2 года назад
Awesome!… can you integrate the provider state management and url luncher to this? so we could go to the article source website… thanks 🙏
@codingorbit
@codingorbit 2 года назад
I encourage you to do that. Clone the repo and try to do it yourself 👍🏻
@t_tek760
@t_tek760 2 года назад
@@codingorbit okay sir… I’ll give it a try… thanks boss.
@codingorbit
@codingorbit 2 года назад
Most welcome! You can do it 💪
@riskzerobeatz
@riskzerobeatz 2 года назад
Nice!
@codingorbit
@codingorbit 2 года назад
Thank you!
@josephampah9653
@josephampah9653 2 года назад
Please when I run the flutter pub run build_runner build, no file was created, any ideal?
@codingorbit
@codingorbit 2 года назад
Make sure the project is error free
@caldewoodalikula8819
@caldewoodalikula8819 2 года назад
when i use json serializable i always get dart:mirror error, need help getting around that
@codingorbit
@codingorbit 2 года назад
Im sorry I don’t have an idea about that
@qussaiqassim9912
@qussaiqassim9912 Год назад
👍🏾
@justincoding
@justincoding 2 года назад
can u try google sheets api with flutter
@codingorbit
@codingorbit 2 года назад
Maybe soon
@youbsalama9309
@youbsalama9309 Год назад
what is the difference between this constructor : const construct. ( ); and this one : construct( );
@codingorbit
@codingorbit Год назад
In order to make this class a static class and give a warning that it can't be initialized we use const construct._();
@youbsalama9309
@youbsalama9309 Год назад
@@codingorbit thank you
@Dragon878787878
@Dragon878787878 2 года назад
شرح رائع. هل انت عربي
@codingorbit
@codingorbit 2 года назад
شكرا اخي. نعم انا عربي
@Dragon878787878
@Dragon878787878 2 года назад
عندك قناه عربي ولو الشرح كانك تحجي عربي 👍🏻👍
@codingorbit
@codingorbit 2 года назад
@@Dragon878787878 لا والله بس هاي القناة
@palashshrivastava1055
@palashshrivastava1055 2 года назад
Can we get source code of this project ?
@codingorbit
@codingorbit 2 года назад
Yes, sure! I will pin it now
@dalu_
@dalu_ Год назад
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.
@codingorbit
@codingorbit Год назад
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!
Далее
Flutter BLoC Pattern With Rest API
17:04
Просмотров 10 тыс.
REST Call with Flutter - Http methods
19:55
Просмотров 72 тыс.
Start Using Mason Now In Your Flutter Project!
7:59
Просмотров 3,8 тыс.
How to Communicate with REST APIs in Flutter
1:06:12
Просмотров 16 тыс.
Flutter Local NoSQL Database Hive - with Best Practices
18:32
Flutter Local Notifications
18:49
Просмотров 42 тыс.
How To Call a REST API In Java - Simple Tutorial
29:14
Просмотров 275 тыс.
Flutter Local Database Using sqfLite
20:51
Просмотров 36 тыс.
Understand REST API 📲
24:50
Просмотров 9 тыс.
Localization & Internationalization In Flutter
5:25
Просмотров 1,7 тыс.