COVID 19 App | Flutter App Tutorial | Flutter UI

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 พ.ย. 2024

ความคิดเห็น • 261

  • @TheGrowingDeveloper
    @TheGrowingDeveloper  4 ปีที่แล้ว +6

    the developers changed the API after I uploaded this video , there is a slight change i.e you just need to add v2 after the base url like : baser/v2/countries

    • @amoldalwai3612
      @amoldalwai3612 4 ปีที่แล้ว +1

      Great tutorial sir ,I have built a similar android app without coding can you review it th-cam.com/video/twpzpu9SV9U/w-d-xo.html

    • @ajaycsenit
      @ajaycsenit 4 ปีที่แล้ว +1

      No use of Covid application, you can't publish on Google Play Store.
      As only Government institutions can upload/publish it with proper government permission. I wasted my time creating an app from scratch by consuming 3 public APIs.

    • @hartikbhatia3948
      @hartikbhatia3948 4 ปีที่แล้ว +3

      @@ajaycsenit i can feel u...but no worries atleast you might have learn something

    • @fawadahmed2306
      @fawadahmed2306 4 ปีที่แล้ว +1

      disease.sh/v3/covid-19/all

    • @GauravSharma-jk9xh
      @GauravSharma-jk9xh 3 ปีที่แล้ว

      @@fawadahmed2306 thanks

  • @anshganatra4065
    @anshganatra4065 4 ปีที่แล้ว +6

    I'm beginning to learn flutter and this is exactly the kind of stuff I was looking for. Do more UI + functionality videos soon.

  • @abhishekrawat3374
    @abhishekrawat3374 4 ปีที่แล้ว +2

    Great app with tutorial and easy to follow. In 1:01:35 you forget to change the Recovered and death cases. You show the confirmed cases in it.

  • @rakibul1765
    @rakibul1765 3 ปีที่แล้ว +3

    Need Help!!! whenever I try to get MostAffectedCountries as you have shown but it's not work for me. I get only countries serially by name on list.

  • @gurshehzadsingh5209
    @gurshehzadsingh5209 4 ปีที่แล้ว

    The exact explanation a flutter developer needs.

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว +1

      Glad it helped 😊

    • @gurshehzadsingh5209
      @gurshehzadsingh5209 4 ปีที่แล้ว

      @@TheGrowingDeveloper veere can you make a tutorial on how to use Flutter Studio.. It would be a great help.. Thanks 🙏

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว +1

      I'll take a look into it 😊

  • @swapnilharpale7244
    @swapnilharpale7244 4 ปีที่แล้ว +5

    please do not use background music. Keep up the good work!

  • @dalestewart
    @dalestewart 4 ปีที่แล้ว

    Excellent Tutorial with regards to building this TGD_COVID_TRACKER APPLICATION

  • @eternalincantation
    @eternalincantation 2 ปีที่แล้ว

    nice tutorial, thanks. Do you also have tutorials that include backend, too?

  • @leonardoventocilla3275
    @leonardoventocilla3275 4 ปีที่แล้ว +1

    Great tutorial. Congratulation. May I suggest to have some state managment and to split layers and have software architecture ? Don´t get me wrong!! Amazing tutorial. Very well explained ..

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว +1

      I understand this Leo 😊 ,but the way our channel is proceeding is from basic widgets to advance concepts so discusing and implementing any kind of structure like bloc , or layers could have confused many viewers , this app was requested by users so i tried to maintain a balance between so that it is understandable 😊 , Once we start with architectures , we'll proceed with that approach

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      Appreciate your suggestion 😊 Keep suggesting me like this ♥️

    • @leonardoventocilla3275
      @leonardoventocilla3275 4 ปีที่แล้ว

      @@TheGrowingDeveloper I understand. Great that you have that in mind. I'm the one that needs the basic, and I'm learning a lot. Thanks again from sharing.

  • @harishshet7268
    @harishshet7268 4 ปีที่แล้ว +1

    Wow nice tutorial , who are providing those APIs , are they up all time? And gets updated everytime? Is there any api which gives internal country details like states wise count ? Thanks

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      Open sourced api , yes till date it's updating regularly. For India you can go to api.covid19india.org

  • @engineerflying
    @engineerflying 3 ปีที่แล้ว +1

    you haven't added the dart:convert package for the json.decode to work.. but it still working.. how?

  • @Ravikantpaudel
    @Ravikantpaudel 4 ปีที่แล้ว +2

    Thanks :)
    Keep on working like this videos.
    very helpful.

  • @pa1_explorer58
    @pa1_explorer58 4 ปีที่แล้ว +1

    Great job....I am wondering can we build our custom radio buttons and text inputs using flutter without using existing material widgets. Do you have any idea on that?

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      You can always make your custom widgets , using container

  • @andredippenaar
    @andredippenaar ปีที่แล้ว

    Please could you let me know what the api call is now for this to work? App stopped fetching data.

  • @praveenuk9785
    @praveenuk9785 4 ปีที่แล้ว +1

    Sir when iam debugging the datas are retrieving from api...but when i build apk ..its not recieving dat

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      You need to add the internet permissions in the android manifest.xml file. this issue is discussed in the comments 😊

  • @shivampokhriyal_
    @shivampokhriyal_ 4 ปีที่แล้ว +2

    Amazing Video buddy!!
    I am having one doubt : with the update in the /countries api the countries are sorted alphabetically. How do i display them in my application? ( order by maximum deaths ) ?

  • @DVK1717
    @DVK1717 4 ปีที่แล้ว

    Very good video and great experience, I feel video was fast for me, at the end good video great teaching, looking forward for more videos with challenges. Thanks

  • @TheFatlifter285
    @TheFatlifter285 4 ปีที่แล้ว

    Really awesome video bro. Learnt a lot from it. Keep going bro. Good Luck....

  • @mohammedharoon1167
    @mohammedharoon1167 10 หลายเดือนก่อน

    the updated url itself not working. everything fine i just need the api response can u please provide the actual site link it would be a great help

  • @andredippenaar
    @andredippenaar 4 ปีที่แล้ว +1

    It looks like they changed the structure of the API last night. The countries are now listed alphabetically.

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      Yes I noticed it today, I'll make an updated video with some updates and new features on the app soon

  • @lashmarmedia
    @lashmarmedia 4 ปีที่แล้ว

    Did a wonderful job!
    I like your style.

  • @atiyaaa
    @atiyaaa 4 ปีที่แล้ว +1

    Sir you used flutter in android studio apka code sara android studio m kia haina

  • @TheAkshay60
    @TheAkshay60 4 ปีที่แล้ว

    Very nice tutorial, Can you please add a search functionality in the country page, to search for the country?

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว +1

      I have already added the search functionality (see second part)

    • @TheAkshay60
      @TheAkshay60 4 ปีที่แล้ว

      @@TheGrowingDeveloper thank you, much appreciated ❤️

  • @ravindrakushwahakrishna
    @ravindrakushwahakrishna 4 ปีที่แล้ว +1

    Thanks sir
    Only one question to you, Are you using any paid API or free one.. please help me on it

  • @kronosapps7995
    @kronosapps7995 4 ปีที่แล้ว +1

    Error in Data display. Most Effected Country data has not been sorted in decreasing order.

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      you have to add the sort filter, I have discussed about that in the second part (They changed the api after I uploaded the first video)

  • @sandyponting3603
    @sandyponting3603 2 ปีที่แล้ว +1

    i just loved this video brother can you teach me more like one to one sessions in flutter that could help be grow as a developer please

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  2 ปีที่แล้ว +1

      You can contact me on saheb@thegrowingdeveloper.org to discuss the same! Thanks

  • @engineerflying
    @engineerflying 3 ปีที่แล้ว

    you didn't install the json dependencies? it isn't working with the higher versions of dart.. Please find me a fix..
    Thankyou

  • @TrikNgonlen
    @TrikNgonlen 3 ปีที่แล้ว

    Wow...that's awesome...thanks, brother...
    It worth to subcribe this great channel...

  • @harshitbhargava
    @harshitbhargava 4 ปีที่แล้ว

    Amazing....Please deploy this app on play store also

  • @nothing605
    @nothing605 4 ปีที่แล้ว +2

    When you go to the corona.lmao.ninja/countries, How are you getting it in JSON format with proper background and all? When I open, I'm getting it in lines and white background without proper syntax

  • @NehaEjaz29
    @NehaEjaz29 4 ปีที่แล้ว +1

    Thank you for this video.
    I followed it and made this app.

  • @fawadahmed2306
    @fawadahmed2306 4 ปีที่แล้ว

    amazing tutorials
    please make state management videos like providers,BLoC from scratch.

  • @knpddu
    @knpddu 4 ปีที่แล้ว

    Awesome tutorial bro.. may i know which editor you are using ?

    • @knpddu
      @knpddu 4 ปีที่แล้ว

      is it android studio or IntelliJ ?

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      It's android studio

  • @musicshala4459
    @musicshala4459 4 ปีที่แล้ว +1

    @theGrowingDeveloper worldwide and the most affected countries part is not loading in apk file although it's running fine in emulator. Help.

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว +1

      Raman you need to add internet permission in Android manifest file

    • @musicshala4459
      @musicshala4459 4 ปีที่แล้ว

      @@TheGrowingDeveloper thanks :) it's working

  • @KrrishKhedia
    @KrrishKhedia 4 ปีที่แล้ว

    Thanks for the video but I wanted to know how to add the selected region part in the app

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      Use Shared Preferences to store the country name in local storage

  • @nurick6073
    @nurick6073 4 ปีที่แล้ว

    is it just an interface or a full-fledged program that works?

  • @AmoghSrivastava
    @AmoghSrivastava 4 ปีที่แล้ว

    Great explanation! Need more videos like these.

  • @ak47creation3
    @ak47creation3 4 ปีที่แล้ว +2

    its really amazing tutorial
    but countries are not comming in sequence pls help

    • @ak47creation3
      @ak47creation3 4 ปีที่แล้ว +2

      most effected countries
      not in sequece they are coming alphabet wise

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว +2

      Check out the next part, API was changed after this video was uploaded. Link in description

  • @deninshibu
    @deninshibu 4 ปีที่แล้ว

    You are amazing dude, sharing knowledge, awesome, thank you

  • @debanjanpodder7837
    @debanjanpodder7837 4 ปีที่แล้ว +1

    when you will upload the selection part of each region?

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      It all depends on the API , i am looking for the APIs , till now i have go the APIs for US and India only

  • @engineerflying
    @engineerflying 3 ปีที่แล้ว

    please suggest another API which is reliable right now... Thankyou

  • @dipeshkhanal7407
    @dipeshkhanal7407 4 ปีที่แล้ว +1

    works only on debug after building app it doesnot fetch data why?

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      You have to add internet permissions in manifest file 😊

    • @pritishpattnaik4674
      @pritishpattnaik4674 3 ปีที่แล้ว

      @@TheGrowingDeveloper sir , how can we add that?

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  3 ปีที่แล้ว

      Go to android/ src/ debig / AndroidManifest.xml file , you'll find a line like 《android user permission....INTERNET...》... copy it and paste it inside you Manifest file that exist in android/src/main folder

  • @aminesinami5466
    @aminesinami5466 4 ปีที่แล้ว

    Thank you for this video.
    I followed it and made this app.

  • @JobaerArman
    @JobaerArman 4 ปีที่แล้ว

    This is the video that got me to subscribe to your channel. Then I kept watching more. Now I need a little help. How to comma separate those numbers? I tried googling but couldn't find a way. There's numberFormat class & intl package. But without an example newbie like me couldn't figure it out. I believe you have different ways to answer my question.

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      Thank you so much Jobayer 😊 . I have noted down your query and will try to make a video and explain various functionality 😊

  • @festusikperha6528
    @festusikperha6528 4 ปีที่แล้ว

    wow oooo amazing video

  • @premdahal912
    @premdahal912 4 ปีที่แล้ว

    how can i add push notification if death increases/conformed case value changes..please help and thanks for wonderful video...

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว +2

      That's an advance concept and you would require firebase messaging and cloud functions to implement it.

  • @dilipsuthar7408
    @dilipsuthar7408 4 ปีที่แล้ว

    Great video for begineer

  • @samarfarag2375
    @samarfarag2375 4 ปีที่แล้ว +1

    thanks for simplicity

  • @the.chukwudi
    @the.chukwudi 4 ปีที่แล้ว

    Omg I learnt a lot from you.. I just have a problem, the API I'm to use in my task has a map nested in a list which is nested in another map.. How do I do this please

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      You can access any value inside a map through it's key , so access the value using the key of the nested map

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      You can also connect on insta or Facebook if you want to share the code or APi to have a better look

  • @somanyadav2036
    @somanyadav2036 4 ปีที่แล้ว

    Thank you so much. I learned many things ...

  • @InversionFinanzas
    @InversionFinanzas 4 ปีที่แล้ว

    Great tutorial man! Congrats

  • @sribalanagasairamasasankga615
    @sribalanagasairamasasankga615 4 ปีที่แล้ว +1

    Is it just UI or a complete app

  • @fastmovies1019
    @fastmovies1019 4 ปีที่แล้ว +1

    can you nake the full tutorial on house rental app like students, couple are searching for house rent ,so through this app,house owner can post their room is empty and then students can book though app, so it reduces the time and effort by searching room here and there

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว +1

      i guess i can post a video for UI but complete tutorial wouldn't be possible at this time. Hopefully if i am able to get some time to build the api then for sure!

    • @fastmovies1019
      @fastmovies1019 4 ปีที่แล้ว

      @@TheGrowingDeveloper there are lots of channel working on UI.

    • @karan26mumbai
      @karan26mumbai 4 ปีที่แล้ว

      @@fastmovies1019 which channels

  • @prachijha8773
    @prachijha8773 4 ปีที่แล้ว +1

    Can you tell me Worldwide data is class in your data source.dart file

  • @engineerflying
    @engineerflying 3 ปีที่แล้ว

    http.get takes Uri parameter.. but in your case there is no Uri.. how is it possible?

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  3 ปีที่แล้ว

      This is video is almost an year old and http.get used to take String values then

  • @VinitPayalmusic
    @VinitPayalmusic 4 ปีที่แล้ว

    Hey bro what theme are you using in android studio ?

  • @shahbazhusain8612
    @shahbazhusain8612 4 ปีที่แล้ว

    My program is stuck on circular progress indicator...its not going further

  • @codetheworld6721
    @codetheworld6721 4 ปีที่แล้ว

    I Love You bro Thankyou so Much....

  • @chandreshparmar2665
    @chandreshparmar2665 4 ปีที่แล้ว

    Like your tutorial very much
    Can you develop tutorial based on learning app of flutter backend wordpress cms

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      It's all about API , wordpress provides API for it's database , search through the required keys

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      But I can surely try 😊

  • @jaygosalia285
    @jaygosalia285 4 ปีที่แล้ว

    NoSuchMethodEror: The Method '[ ]' was called null.Reciever : null Tried Calling [ ] ('Cases')
    please solve this

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      You have to check for null conditions , where are you getting this error exactly?

    • @jaygosalia285
      @jaygosalia285 4 ปีที่แล้ว

      @@TheGrowingDeveloper I have not given circular loading progression statement that if data is null circular loading will come ..Without that when i run my app this error is throwing in screen and if i givre that statement only circular loading is coming..Pls solve this

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      You have to use Circular Progress Indicator then only your code will work without errors , there is a change in the API , please read my pinned comment

    • @jaygosalia285
      @jaygosalia285 4 ปีที่แล้ว

      @@TheGrowingDeveloper I have used circular progess and i have used updated link of api

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      Can you share the code through one of the social platforms? Links in the description

  • @aliheydari3164
    @aliheydari3164 4 ปีที่แล้ว

    Hi engineer, Thanks for the great tutorial.... how to get state-wise data for iran

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว +1

      You should research on the iran govt websites and other sources situated in Iran , they must be providing some sort of API

  • @gamer-wh9pb
    @gamer-wh9pb 4 ปีที่แล้ว

    where is the text file from where we are supposed to paste the faqs?

  • @akarshs9552
    @akarshs9552 4 ปีที่แล้ว +1

    Data not fetching ...stuck at loading indicator?

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      please check your internet connection and try restarting the app

    • @AbuBakarAlBabud
      @AbuBakarAlBabud 4 ปีที่แล้ว +1

      try to restart not hot reload the app.

    • @josephgbudu6097
      @josephgbudu6097 4 ปีที่แล้ว

      @@AbuBakarAlBabud Thank you for this. I spent lot of time searching for solution.

  • @rishavraj7012
    @rishavraj7012 4 ปีที่แล้ว +1

    can u help me to fetch MAP OF LISTS for State Data

  • @shivampokhriyal_
    @shivampokhriyal_ 4 ปีที่แล้ว

    Any tips on reducing the size of APK?

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว +1

      Make an android bundle if you are deploying on play store , it will significantly reduce your app size

  • @aruneshnaha4113
    @aruneshnaha4113 4 ปีที่แล้ว

    bro! None of my icons are getting displayed... it is showing in the form of a box filled with a big cross which is destroying the look. Please help dear brother!

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      Can you please share the screenshots through my Instagram or Facebook page??

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      I have added the links in the description now

  • @nothing605
    @nothing605 4 ปีที่แล้ว

    Hello. I am getting Cocoapods not installed error. I have installed cocoapods and typed flutter run again. It still shows the same error.
    Please help

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      which version of cocoapods are you using?

    • @nothing605
      @nothing605 4 ปีที่แล้ว

      @@TheGrowingDeveloper I got it. Problem with the path. Thanks

  • @developeranshu3141
    @developeranshu3141 4 ปีที่แล้ว

    most affected countries .... Starts With Alphabetical how your Data comes with USA I cannot Understand Please tell me Sir ..

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว +1

      The API was changed after i uploaded this video , watch the second part , i added sort parameters in API to make it sort according to cases

    • @developeranshu3141
      @developeranshu3141 4 ปีที่แล้ว

      The Growing Developer ok sir thank you 🙏

  • @lucas3820
    @lucas3820 4 ปีที่แล้ว +1

    Please make one with the world of warcraft theme. ^^

  • @pritishpattnaik4674
    @pritishpattnaik4674 3 ปีที่แล้ว

    in the most affected countries pannel , i am getting it alphabetically
    how can i get the most affected ones, plz help!!

  • @abhijeetbatra8451
    @abhijeetbatra8451 4 ปีที่แล้ว

    I am getting an empty container instead of the 5 country data to be shown.Can u please help

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      Check if the APi is correct

    • @abhijeetbatra8451
      @abhijeetbatra8451 4 ปีที่แล้ว

      @@TheGrowingDeveloper Api is correct I tried?Not sure what the problem is

    • @abhijeetbatra8451
      @abhijeetbatra8451 4 ปีที่แล้ว

      The world data is coming properly but not this country data .Help plz

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      Can you share the api url that you are using here?

  • @harneetsingh4542
    @harneetsingh4542 4 ปีที่แล้ว

    Hi! i am making a similar app using your tutorial . Can you help me display the data as pie charts too ?

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว +1

      For sure Harneet ! I had planned to make a video adding more features to the app , I'll cover the pie charts concepts too .😊

    • @harneetsingh4542
      @harneetsingh4542 4 ปีที่แล้ว

      @@TheGrowingDeveloper That will be great! thank you!

  • @lorenbeall147
    @lorenbeall147 4 ปีที่แล้ว

    thankyou so much, nice content brother

  • @sagarkoju7710
    @sagarkoju7710 4 ปีที่แล้ว

    I am using version 2 API but I can't fetch that API on my app it say only title and count in 4 box

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      Can you send the pictures on @thegrowingdeveloper on Instagram

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      Or if you use fb then i have embedded the link on my youtube channel page contact me through that

    • @sagarkoju7710
      @sagarkoju7710 4 ปีที่แล้ว

      @@TheGrowingDeveloper thank you sir I have solve my bug

  • @techbuddy850
    @techbuddy850 4 ปีที่แล้ว

    Thank you so much and it's very helpful please make more videos on flutter and can you speak in hindi?

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      I do speak in hindi but flutter in hindi will be a completely different series that'll take some time 😊

  • @manassharma7698
    @manassharma7698 4 ปีที่แล้ว +1

    I’m not able to get the api . Can you help me ?

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      The API has changed , just add /v2 after the base url

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      th-cam.com/video/8cnLQxPAXE8/w-d-xo.html. I discussed the same in this video

  • @makemyfuture1137
    @makemyfuture1137 4 ปีที่แล้ว +1

    Could I upload this app in play store

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      Unfortunately no , you can't upload any app related to corona on play store , they'll not approve 😓

  • @rorggn
    @rorggn 4 ปีที่แล้ว

    I like your theme flutter. Please tell me where to import the theme collection.

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว +1

      Search for material theme plugin from android studio market place

  • @pritishpattnaik4674
    @pritishpattnaik4674 3 ปีที่แล้ว

    i am getting errors when i pass the api url link in http.get( ); ,, plz help

  • @gautamiyeole6400
    @gautamiyeole6400 4 ปีที่แล้ว

    Not able to fetch data..getting the loading indicator

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      Have you checked your internet connection? You can share the screenshots through my Instagram or Facebook page , links in the description 😊

    • @josephgbudu6097
      @josephgbudu6097 4 ปีที่แล้ว

      try to restart not hot reload the app

  • @soumyabadkul6077
    @soumyabadkul6077 4 ปีที่แล้ว

    Thanks

  • @prathmeshshinde5683
    @prathmeshshinde5683 4 ปีที่แล้ว

    Sir how to extract the topic 5 most affected countries if the json file contains whole list of each and every country

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      Just limit the item count of the ListView.builder, you show only first 5 results

    • @prathmeshshinde5683
      @prathmeshshinde5683 4 ปีที่แล้ว +1

      But the countries are ordered in alphabetical order and not according to their number of deaths.

    • @prathmeshshinde5683
      @prathmeshshinde5683 4 ปีที่แล้ว +1

      Can you provide me with some alternate json file's Link, sorted According to their deaths stats.

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      th-cam.com/video/k_Yhh6gGK7I/w-d-xo.html follow along this video

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      And then this part. th-cam.com/video/8cnLQxPAXE8/w-d-xo.html

  • @gloom7704
    @gloom7704 3 ปีที่แล้ว

    Where can I download these kinds of fonts for free?

  • @serialEditz617
    @serialEditz617 4 ปีที่แล้ว

    How to fetch data from particular state..

  • @SQUADYYT
    @SQUADYYT 4 ปีที่แล้ว

    bro backrounnd sound should low plz

  • @prakashs9353
    @prakashs9353 4 ปีที่แล้ว +1

    how to display india covid19 details only

  • @sagarkoju7710
    @sagarkoju7710 4 ปีที่แล้ว

    give me the API link i cound not load my page sir it say the page couldnot load

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      th-cam.com/video/8cnLQxPAXE8/w-d-xo.html i discussed it in this video

    • @sagarkoju7710
      @sagarkoju7710 4 ปีที่แล้ว

      @@TheGrowingDeveloper How can i get API of Nepal

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      You have to search on internet for that 😅

  • @negativespace7234
    @negativespace7234 4 ปีที่แล้ว +1

    in deaths you forgot to change the "cases" to "death"

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      May have 😅 thanks for telling

    • @negativespace7234
      @negativespace7234 4 ปีที่แล้ว +1

      @@TheGrowingDeveloper what is your instagram ? i have to mention !

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว +1

      It's with the name of thegrowingdeveloper only 😊

  • @iamkhurram
    @iamkhurram 4 ปีที่แล้ว

    api link is not working after generate signed apk

  • @alin9258
    @alin9258 4 ปีที่แล้ว

    the API link is not good

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว

      Alin the developers changed the API after I uploaded this video , there is a slight change i.e you just need to add v2 after the base url like : baser/v2/countries

  • @Vinodkumar67646
    @Vinodkumar67646 4 ปีที่แล้ว

    API link is not working

  • @amadojesusmartin9532
    @amadojesusmartin9532 4 ปีที่แล้ว

    hermoso!

  • @richarani9291
    @richarani9291 4 ปีที่แล้ว

    Thanku for this video. I completely followed this video and developed the same App.I am working on this App further but i am facing some problem in Api implementation so please help me in this.
    {
    "response": [
    {
    "name": "xyz",
    "mobileno": 13789979,
    }
    ]
    }
    how can i implement this Api using your method of Api implementation becoz till not whatever i searched your Api implementaion method is simplest of them All.

    • @TheGrowingDeveloper
      @TheGrowingDeveloper  4 ปีที่แล้ว +1

      I'll be uploading the video on parsing the API data in a day 😊❤️

  • @samadshukr4111
    @samadshukr4111 4 ปีที่แล้ว

    source code pleas?