entdm
entdm4mo ago

integration with flutter (not flutterflow)

I'm attempting to do a very quick appraisal of effort to integrate buildship with a flutter (again: not flutterflow) front end. It looks like the current docs don't talk to this use case, or I didn't find that/those pages. So far I understood I should be able to treat this as a regular rest api integration, and that https://docs.buildship.com/features/api-spec is likely my best entry point to understand that api Have I appraised this correctly? Any other observations / comments that could be helpful? thanks in advance
OpenAPI Specification – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
Solution:
Hi @entdm, As Flutter does support connecting and making a request to a REST API, you can easily create a REST API in BuildShip and use that endpoint to call the API in Flutter. REST API in BuildShip - https://docs.buildship.com/trigger-nodes/rest-api. How to connect Flutter with any REST endpoint - https://www.geeksforgeeks.org/implementing-rest-api-in-flutter/...
GeeksforGeeks
Implementing Rest API in Flutter - GeeksforGeeks
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
From An unknown user
From An unknown user
Jump to solution
1 Reply
Solution
Gaurav Chadha
Gaurav Chadha4mo ago
Hi @entdm, As Flutter does support connecting and making a request to a REST API, you can easily create a REST API in BuildShip and use that endpoint to call the API in Flutter. REST API in BuildShip - https://docs.buildship.com/trigger-nodes/rest-api. How to connect Flutter with any REST endpoint - https://www.geeksforgeeks.org/implementing-rest-api-in-flutter/
GeeksforGeeks
Implementing Rest API in Flutter - GeeksforGeeks
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
From An unknown user
From An unknown user