Integrate Flask with Flutter | Make Your Own API and use them in Flutter Apps | Flutter with Flask

Поділитися
Вставка
  • Опубліковано 6 вер 2024
  • #flutterwithflask #flask #flutter #api #appswithapi #ui #widgets #appdevelopment #backend #pythonbackendwithflutter
    Code - github.com/akm...
    Follow me on Social Media -
    Instagram- www.instagram....
    LinkedIn- / akshit-madan-394a82a6
    Discord Server - / discord
    My Freelancing Agency - www.growmonks.in/
    🔴Solidity Hindi Complete Playlist - • Playlist
    🔴All Flutter Projects - • Playlist
    🔴All Python Videos - • Python Projects
    🔴Data Science Videos - • Kaggle Datasets Analysis

КОМЕНТАРІ • 34

  • @kyleb3868
    @kyleb3868 2 роки тому +6

    Nice video, I would love to see more flask + flutter integration. Do you know if flutter can work with Axios to make get/post requests to the flask backend? That is what I am used to using, but with Vuejs

  • @usmanrana6910
    @usmanrana6910 Рік тому +3

    I have a question, like if we have a python script, in which we are using mediaPipe Blaze Pose for pose detection, and we are returning some values after the image processing. How we can integrate that script into our flutter application, like we will pass the video path to the python script, and after processing, it will pass back the output (String output) to the flutter application, and we will show that output on the screen of the flutter.
    How we can do this: I am confused, should we develop a backend for this purpose and make API calls for this?, or how we can make the python script run on the mobile device for image processing. should we convert that script into some tensorflow lite model to integrate? :)

    • @paulinaugaldecarreno
      @paulinaugaldecarreno Рік тому

      i'm doing something similar, did you figure out how to do it?

    • @funomgamers4458
      @funomgamers4458 4 місяці тому

      ​@@paulinaugaldecarrenodid you get the result please help

  • @amalantony8934
    @amalantony8934 2 роки тому +2

    I did the same as you when adding the api part in the URL, I checked the spelling too but it still isnt working, Its showing 'requested URL not found on server. What could be the possible problem?

  • @jpedro971
    @jpedro971 10 місяців тому

    You solved my doubt about the adressess. Thank you!

  • @cenkercanbulut3069
    @cenkercanbulut3069 2 роки тому +1

    Great work! Didn't try yet but I feel that It already helped me.

  • @dpxy1599
    @dpxy1599 Рік тому

    excellent brother you explained it in simple way

  • @vishalgarna12
    @vishalgarna12 5 місяців тому +1

    Nice video 😊😊

  • @AkReju
    @AkReju 3 роки тому +4

    Dude, you are making great videos but why aren't you responding to the comments

  • @shankerm3959
    @shankerm3959 Рік тому +1

    Great video. Using your technique, can i host a mobile application with database connectivity for my local intranet users?

  • @travelpayya2668
    @travelpayya2668 5 місяців тому +1

    How do I contact with my real mobile

  • @humphreyrweikiza6047
    @humphreyrweikiza6047 Рік тому

    Thank you for the video Now i was thinking of a way of uploading files then get accepted by the server run the script and bring back some list of infomation

  • @MOHAADAM-cf1qu
    @MOHAADAM-cf1qu 9 місяців тому

    Can we make post , put and delete methods in flusk?

  • @ridasyed5087
    @ridasyed5087 8 місяців тому

    If I want to send data from flutter app to flask server . How can I do that???

  • @aveshbodila6849
    @aveshbodila6849 2 роки тому

    Hello please make a video on audio recording or any suggestions please explain

  • @nikhiljain5441
    @nikhiljain5441 5 місяців тому

    can we host a model in flask and send images through app to flask throgh api and do image classification and get result in app

    • @Ayesha-wf3sy
      @Ayesha-wf3sy 5 місяців тому

      @akshit madan I also want to ask this question

  • @mohammedzakakareem9966
    @mohammedzakakareem9966 8 місяців тому

    makes no sense on what you said about url type? Like what will be the url number man?

  • @kasiruyamagata7716
    @kasiruyamagata7716 11 місяців тому

    Getting no output for flutter web

  • @user-fj5oz4oe6o
    @user-fj5oz4oe6o 2 роки тому

    Thank you

  • @margapuriamukthasrimalyada359

    how do you deploy

  • @shaikhrafatnaaz9316
    @shaikhrafatnaaz9316 Рік тому

    Can we deploy the flask backend on VM instance?

  • @CuddleCoder
    @CuddleCoder 2 роки тому

    Bro how to call a function inside a flask app from another python file?

    • @AkshitMadan
      @AkshitMadan  2 роки тому +2

      Just import that file.
      import 'second.py' as second
      Like this
      And now use
      second.func_name()

    • @CuddleCoder
      @CuddleCoder 2 роки тому +1

      @@AkshitMadan Bro thanks it works

    • @maba7097
      @maba7097 Рік тому

      @@AkshitMadan How to call a function inside a flask app from a file containing data processing and a model trained in Google Colab?

  • @michael_dot_g
    @michael_dot_g 2 роки тому

    where should I put my flask code in the flutter app

    • @AkshitMadan
      @AkshitMadan  2 роки тому +2

      Flask code is not to be put inside flutter app but you need to host that flask api using heroku.
      Don't worry, im going to release a complete playlist of end to end tutorial in this week. I'll be creating a diabetes prediction model api in flask and then I'll make a mobile app for predictions

    • @michael_dot_g
      @michael_dot_g 2 роки тому

      Thanks man, looking forward to it

    • @uroojmajeed976
      @uroojmajeed976 2 роки тому +1

      @@AkshitMadan did you upload it?i am struggling to find such tutorial...

    • @tirthnisar5145
      @tirthnisar5145 Рік тому +1

      @@AkshitMadan hey i can't find any playlist for such can you help me with the url