Get Request Flutter | Http Flutter Tutorial | Http Request JSON | Laravel API Call With PHP

Поделиться
HTML-код
  • Опубликовано: 24 янв 2025

Комментарии • 47

  • @Anythiny
    @Anythiny 2 года назад

    this channel has some of the best tutorials ....for flutter

    • @dbestech
      @dbestech  2 года назад

      Thanks a lot. More coming.

    • @Anythiny
      @Anythiny 2 года назад

      @@dbestecheveryone just focuses on UI , but this channel helps in understanding functionality, one can implement in app.....
      expecting some more videos based on functionality not on UI.

    • @dbestech
      @dbestech  2 года назад

      @@Anythiny thanks so much. Yes. I agree. I am releasing complete firebase tutorial next week. Stay tuned

    • @Anythiny
      @Anythiny 2 года назад

      @@dbestech so excited 🚀

    • @dbestech
      @dbestech  2 года назад

      @@Anythiny me too

  • @fredmhiche3614
    @fredmhiche3614 2 года назад

    God bless you sir! You are doing a very great job helping us to learn!

  • @VitalHipHop
    @VitalHipHop 3 года назад

    Great tutorial and easy to understand. Thank you for taking the time to make this!

    • @dbestech
      @dbestech  3 года назад

      Glad it was helpful!

  • @addis_ababa_university
    @addis_ababa_university Год назад

    very nice video

  • @mohambs
    @mohambs 2 года назад

    Xino te quiero mucho un buen tuto

  • @ducbuifromVietnam
    @ducbuifromVietnam Год назад

    Thanks sir, can i ask you a question? What is your theme name? I see the hierarchy, that so easy to focus the code.
    Again, thanks for your video.

  • @echcomplaint2214
    @echcomplaint2214 3 года назад

    Thank's brother for teaching me

    • @dbestech
      @dbestech  3 года назад

      It's my pleasure

  • @justinvanwyk7480
    @justinvanwyk7480 3 года назад

    quick question how would i structure the endpoint in the laravel api just to retrieve user specific data. for instance if I have user A and user B how would i get it so that only User A can see his/her info

    • @dbestech
      @dbestech  3 года назад

      You can retrieve based on user info and password.

  • @mmm-tl6gq
    @mmm-tl6gq 2 года назад

    The instance member 'photos ' can't be accessed in an intializer. How solved this problem help me

  • @ggwpoke
    @ggwpoke Год назад

    hello sir why , when I run my project it shows error E/flutter (18813): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: NoSuchMethodError: Class 'String' has no instance getter 'body'.

    • @dbestech
      @dbestech  Год назад

      check if it's returning null or not the api call

  • @m62149
    @m62149 3 года назад

    is this flutter using null safety?

  • @moonnight9474
    @moonnight9474 3 года назад +1

    great ! i waiting it

  • @temitopejunior
    @temitopejunior 3 года назад

    Truly truly incredible stuff! - Massive thanks.. I have a question, if your endpoint always returns new tokens (as part of the header e.g clientID, expiry, UID, tokenID etc) when you authenticate or make calls to any api(s).. and the tokens are needed for subsequents calls to the server. what is the best way of storing the tokens(after each call) & retrieving those tokens? Is it get_storage?
    Thanks again! Happy to talk if you have any time..

    • @dbestech
      @dbestech  3 года назад

      Thank you. You can use either get_storage or shared_preferences.

  • @aviwemusa6109
    @aviwemusa6109 3 года назад +1

    A simple laravel + flutter ecommerce would be nice.

    • @dbestech
      @dbestech  3 года назад +3

      Hi Dear, I am working on it. But it would take time. Thank you

  • @ImranShaikh-kt7ey
    @ImranShaikh-kt7ey 3 года назад +2

    Hey sir can you make Bitcoin wallet (send,receive money in bitcoin) In flutter with backend please ?

    • @dbestech
      @dbestech  3 года назад

      Well, in futre thought.

  • @robertkisiri1774
    @robertkisiri1774 3 года назад

    Thanks for the nice tutorial, where can I find those images and icons? Help please...

    • @dbestech
      @dbestech  3 года назад

      they should be in the starter file. Did you download the starter file?

  • @thushankalana4940
    @thushankalana4940 6 месяцев назад

    I cant load images from https get request ?

    • @dbestech
      @dbestech  6 месяцев назад +1

      what error do you see?

    • @thushankalana4940
      @thushankalana4940 6 месяцев назад

      @@dbestech ════════ exception caught by image resource service ════════════════════════════ handshake error in client (os error: certificate_verify_failed: hostname mismatch(handshake.cc:393))
      Sir, This is error,I can access http images, but I cant access https images, What is the reason?

    • @dbestech
      @dbestech  6 месяцев назад +1

      @@thushankalana4940 your ssl is not valid. Https requires a valid ssl

    • @thushankalana4940
      @thushankalana4940 6 месяцев назад

      @@dbestech sir, how to fix that? Please help me🥲

    • @dbestech
      @dbestech  6 месяцев назад +1

      @@thushankalana4940 you need to get a valid ssl. These things are server side issue. Ask the domain provider to give you a ssl and install on your domain

  • @arshiajs
    @arshiajs 3 года назад

    great video, tnx/ what is the name of the Music on the background?

  • @gamingpoint9835
    @gamingpoint9835 3 года назад

    😍😍

  • @jailsoncarneiro4936
    @jailsoncarneiro4936 2 года назад

    Bacana!

  • @toyly2820
    @toyly2820 3 года назад

    please remove background music otherwise i start dancing instead of paying attention

  • @syedasaleha475
    @syedasaleha475 3 года назад

    please tell me why I get this tipe of error in fetch data by localhost
    ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: SocketException: Failed host lookup: 'laravel_flutter.test' (OS Error: No address associated with hostname, errno = 7

    • @dbestech
      @dbestech  3 года назад

      It has to do with your local machine set up

    • @dbestech
      @dbestech  3 года назад

      This link may help you. stackoverflow.com/questions/56081091/flutter-os-error-no-address-associated-with-hostname-errno-7-only-for-an