APIs | FlutterFlow University

  Рет қаралды 66,149

FlutterFlow

FlutterFlow

Күн бұрын

Dive into this detailed guide on setting up API calls in FlutterFlow. From importing an entire API library using open API specs to managing API groups, we've got you covered. Learn how to efficiently display and update data by binding responses to UI widgets. Plus, discover best practices for handling GET and POST requests, as well as working with dynamic data.
Thanks to ‪@nocodebackend‬ for the backend for the tutorial.
Ready to try FlutterFlow for yourself? Start building your app today with a free trial 👉 www.flutterflow.com
Follow us on Twitter 👉 / flutterflow
--------------
FlutterFlow is a low-code builder for native apps, bringing design and development into one tool. With drag-and-drop functionality, you can build pixel-perfect UIs and easily connect your app to live data via Firebase or APIs. Plus, you can add advanced features like push notifications, payments, animations, and more. Whether you build your own custom widgets or write custom code, FlutterFlow makes it easy to bring your app ideas to life.

Пікірлер: 63
@danielhabibi
@danielhabibi 10 ай бұрын
Xano + FF 😍This is hands down my favorite stack! For those that don't know, Xano is a SCALABLE nocode backend (imagine if Airtable and Zapier had a baby that exceeded their parents expectations 😂). You can do incredible things when you pair these two tools together! Also, it looks like the FF team fixed API group headers! 🙌
@lk6618
@lk6618 10 ай бұрын
Please make figma extension, you will make development not just 10x faster, but 50x faster
@user-es3sn7hi9m
@user-es3sn7hi9m 2 ай бұрын
them need more money for this
@soraclemedia
@soraclemedia 6 күн бұрын
@@user-es3sn7hi9m Bravo Studio do it already. FlutterFlow seems to be levels ahead.
@thepunisher.
@thepunisher. 10 ай бұрын
Flutterflow + Xano = Seriously Match Made In Heaven😍 Please continue to create more videos on Xano integration🙌
@canal10emartes
@canal10emartes 10 ай бұрын
Thanks so much for the video! You could make a video teaching how to use the Progress Bar and its interaction with other pages of an App: This will help me a lot. Thank you!
@ololand102
@ololand102 4 ай бұрын
the quality of this tutorial is outstanding!
@alea621
@alea621 8 ай бұрын
BROOO!! u are the best teacher FF !!!! make more videos !!! I like u voice and your way of teaching! thx a lot!! slowly and claire
@onecarwood
@onecarwood Ай бұрын
I have just found FF and this is what I thought Webflow would become. FF is awesome.
@AlexMusatkin
@AlexMusatkin 9 ай бұрын
Thanks. Please make more tutorials on API. Integration with to OpenAI, Google/MSFT/Amazon APIs, etc.
@ivantodorov
@ivantodorov 3 ай бұрын
I now love to setup API calls.
@LevelHorizon
@LevelHorizon 7 ай бұрын
How did you produce the token? Shouldn't tokens expire and be refreshed periodically? If so, hard-coding them into the headers doesn't make sense. Can you explain the approach please?
@almahmeed
@almahmeed 5 ай бұрын
Excellent video. I am using wordpress REST API to create new users on wordpress. I have created my customer route which is enabling me to insert the users with no issues. On the other hand, I would like to add the profile image and following the instructions in the video, i should select multipart rather than JSON ,, so how would you recommend doing it in one step if possible?
@vineeth.vijayan314
@vineeth.vijayan314 10 ай бұрын
I have tried the team Api but when i pass my access_token in header as a group variable it doesn't work in the group API how can I make it dynamic?
@kevsphil6531
@kevsphil6531 3 ай бұрын
thank you so much. this video helps me alot
@MrBenjo000
@MrBenjo000 10 ай бұрын
How would you suggest securely storing/accessing API keys so that bad actors can't get them? Such as the openai keys etc. I'd love to see a production ready tutorial with auth and security best practices for backend integration 🙏
@FlutterFlow
@FlutterFlow 10 ай бұрын
Great Question. Toggle on the "Make Private" in the advanced settings. That will route the call through a cloud function so the header values are not exposed. Your API keys are typically set in the "Authentication: Bearer ${apiKeyOrTokenHere}" header, and by just toggling on "Make Private" in the API settings, you'll automatically get the benefit of securely routing via a Google Cloud Function.
@MrBenjo000
@MrBenjo000 10 ай бұрын
Thanks @@FlutterFlow team, that's great! So this would only work with a Firebase cloud function setup?
@FlutterDev1337
@FlutterDev1337 6 ай бұрын
​@@FlutterFlowas long as the key is stored in the frontend (pesisted on the device and encrypted or not), the user can still see the API key exposed in the payload of the network request. You can try this yourself to verify. Storing your keys in the backend (as Firebase secrets, etc) is the way to go.
@FlutterFlow
@FlutterFlow 5 ай бұрын
@@FlutterDev1337 correct. updated.
@williamsalazar2624
@williamsalazar2624 4 ай бұрын
Thanks. How to generate swagger api definition from SUPABASE to load in FlutterFlow?
@vikassable3468
@vikassable3468 10 ай бұрын
how to get image path to show image of base 64 string images through api call
@patrickpuma
@patrickpuma 3 ай бұрын
Excellent explanation
@marcelopacetta546
@marcelopacetta546 2 ай бұрын
Is it possible to read the api url from a variable in order not for it to be static and allow me to change the server's location without having to rewrite the urls?
@Classtrack
@Classtrack 10 ай бұрын
How can we add before action and after action while making any API request ? For example : Globally in all the API calls if API sends 401 (Unauthorized) status then it should redirect to some login page.
@alexmartos9100
@alexmartos9100 9 ай бұрын
I am wondering the same @FlutterFlow
@user-zp4of6sn1x
@user-zp4of6sn1x 10 ай бұрын
HOW TO RECEIVE RESPONCE FROM THE API. EXample when I send payment request then I want to capture the responce from the Api , something like a webhook
@makistzolistv3461
@makistzolistv3461 8 ай бұрын
Amazing videos.Can you please make a video with live streaming api call from owncast?
@leodwivedi
@leodwivedi 10 ай бұрын
Please create a small series of fluttterflow with Firebase of Tutorial.
@Riddle124
@Riddle124 10 ай бұрын
guys, is it possible to import figma files? The whole design and everything
@ololand102
@ololand102 3 ай бұрын
Is there a way to increase TimeOut in POST API calls in FlutterFlow? My call to OpenAI Assistant takes longer than 60 seconds because of the Code Interpreter taking a long time to generate a chart. I searched for the solution and even started chatting with your online support but have not found a solution yet.
@jazielwayne2178
@jazielwayne2178 10 ай бұрын
This is great. What about Firebase, please if a tutorial can be done on how to connect social media APIs to a FlutterFlow app (example; TikTok, Instagram, Facebook, KZfaq... etc) 🙏🙏🙏
@eml9147
@eml9147 3 ай бұрын
agreed this is sorely needed
@brayangomez1780
@brayangomez1780 9 ай бұрын
where you save your apis?
@developerzull
@developerzull 5 ай бұрын
That's outstanding!
@0Amshalem
@0Amshalem 10 ай бұрын
Hey great! One question - how do I connect 2 API's endpoints? For example, I have API for posts and API for comments. How do you connect/binding the post ID to the specific comments list?? @flutterflow?
@growthmania17
@growthmania17 10 ай бұрын
Forget about connecting the APIs, one sec. I suppose that u have in your database each Comments : a PostID as a reference to each of your posts. So In your PostDetailPage, create a global variable for that PostID (or maybe u already have it in a paramater). Then you make 2 api call : first your specific Post (not the all post endpoint) and second, his Comments, by the same postID variable.😊 I think it make sense, right ??
@0Amshalem
@0Amshalem 10 ай бұрын
Thank you for the help, I try to understand what is mean not all the post endpoint, because I have a list with all the post the pass parameters with PostID, in the PostDetailPage I add Backend quary for Comments (that come from different API call) and get Null because I didn't create children and all the variables get Custom JSON path@@growthmania17
@nicolaimagnussen1914
@nicolaimagnussen1914 2 ай бұрын
Looks like there might be a bug, its first when you have multiple items in a list, that FF understands its a list, even though the json has one object inside the list.
@kiranpatil4648
@kiranpatil4648 10 ай бұрын
Please make a video about "how to crop an image in specific ratio and store it to firestore" finding the solution from long time!
@mudso
@mudso 7 ай бұрын
Help, my pictures are actually a child in a Component, I cant really figure out how to pass the imgUrl from my json into that.
@terradealexandre5063
@terradealexandre5063 8 ай бұрын
Hi, i got xml response and not json response. How can i do please ?
@mrdiin.dev_
@mrdiin.dev_ 10 ай бұрын
Hi. Great stuff ! Is it possible to import a Postman collection as well ?
@FlutterFlow
@FlutterFlow 10 ай бұрын
Yes, but you have to convert it first. You can use this: kevinswiber.github.io/postman2openapi/
@mrdiin.dev_
@mrdiin.dev_ 10 ай бұрын
@@FlutterFlow beautiful ! Thanks !
@shabatidjani1354
@shabatidjani1354 10 ай бұрын
if any one can help me with this. i have been stock here with some issues. i have a timer widget and the timer widget begins when a button is clicked...but the problem i am facing now is, when i navigate to another page that the timer widget is not found, the timer stops and that is what i don't want. how can i resolve this problem?.. A guide or a hint will be a big time relief. Thanks for your understanding
@001Debjeet
@001Debjeet 9 ай бұрын
use original flutter dont use flutter flow thats the solution
@AmitKumar-ct8df
@AmitKumar-ct8df Ай бұрын
hah what are the odd. one thing you picked up for an example is the widget which comes with an widget state property. How about using iimage widget which does not come with an wideget state
@mistyorpin1020
@mistyorpin1020 8 ай бұрын
When I follow the directions exactly, the first call to generate children works fine. But the next call (to the body instead of to a path) generates a "NoSuchMethodError:'toList" error.
@shreeram8859
@shreeram8859 5 ай бұрын
Yes for me too. How to resolve it???
@shreeram8859
@shreeram8859 5 ай бұрын
Found the error. Try to parse the JSON according to your JSON body. It works perfectly fine for my now.
@guob1n
@guob1n 4 ай бұрын
Bro I found this voice over is exactly the same voice with the guy from Javascript Mastery channel :D
@David_tommy
@David_tommy 10 ай бұрын
I wished I understand 😭😭😭😭😭 I really need a beginner crash course on flutterflow, someone please help me out 🙏🙏
@FlutterFlow
@FlutterFlow 10 ай бұрын
This video is part of a series that's an intro to FlutterFlow course. You can find it here: kzfaq.info/sun/PLsUp7t2vRqx-xMe6gucpfjeDgIj0tJRIm
@RR-et6zp
@RR-et6zp 2 ай бұрын
documentation is better. I also recommend talking with llms like google gemini and chatgpt because you can ask basic questions
@user-cg1fi9zd7h
@user-cg1fi9zd7h 10 ай бұрын
How download image?
@dotrongan
@dotrongan Ай бұрын
How to handle errors api ?
@tes-a6069
@tes-a6069 10 күн бұрын
this tutorial doesn't work... no such method error : 'tolist' dynamic call of null.
@dr.strange6458
@dr.strange6458 9 ай бұрын
what idea does Flutter have?
@neanda
@neanda 10 ай бұрын
great videos, but i just got to say though, the vocal fry is very distracting and isn't necessary. but thanks for the videos :)
Animation | FlutterFlow University
14:03
FlutterFlow
Рет қаралды 24 М.
How to Execute API Calls
18:43
FlutterFlow
Рет қаралды 37 М.
Жайдарман | Туған күн 2024 | Алматы
2:22:55
Jaidarman OFFICIAL / JCI
Рет қаралды 1,6 МЛН
ROCK PAPER SCISSOR! (55 MLN SUBS!) feat @PANDAGIRLOFFICIAL #shorts
00:31
1❤️
00:17
Nonomen ノノメン
Рет қаралды 13 МЛН
THEY made a RAINBOW M&M 🤩😳 LeoNata family #shorts
00:49
LeoNata Family
Рет қаралды 28 МЛН
Components | FlutterFlow University
12:59
FlutterFlow
Рет қаралды 26 М.
FlutterFlow - How To Pass Information Between Pages
3:23
Jim Explains
Рет қаралды 1,9 М.
#1 Rule of FlutterFlow Layouts | FlutterFlow University
10:58
FlutterFlow
Рет қаралды 25 М.
How to Dynamically Filter API Calls in FlutterFlow
14:54
FlutterFlow
Рет қаралды 38 М.
Mastering Layouts in FlutterFlow
10:30
FlutterFlow
Рет қаралды 22 М.
How ChatGPT Built My App in Minutes 🤯
8:28
Website Learners
Рет қаралды 2,1 МЛН
Data Binding/Set From Variable | FlutterFlow University
15:29
FlutterFlow
Рет қаралды 43 М.
Forms | FlutterFlow University
16:06
FlutterFlow
Рет қаралды 37 М.