Skip to main content
Solved

Airtable Flutter integration


Hello. Am developing an app using Flutter. Would like to find if I can use Airtable as my database. Is there an API that I can use to integrate Airtable with Flutter? Will need to be able to do all CRUD operations. If so, is there any documentation that I can refer to? Thank you!

Best answer by Justin_Barrett

Welcome to the community, @Rob_N! :grinning_face_with_big_eyes: Airtable’s REST API documentation can be found here, including examples that are specific to the bases in your workspace:

View original
Did this topic help you find an answer to your question?

2 replies

Justin_Barrett
Forum|alt.badge.img+20

Welcome to the community, @Rob_N! :grinning_face_with_big_eyes: Airtable’s REST API documentation can be found here, including examples that are specific to the bases in your workspace:


Forum|alt.badge.img+1
  • New Participant
  • 1 reply
  • December 19, 2024

You can easily intergrate airtable with Fluttert Using Airtable_Crud package

https://pub.dev/packages/airtable_crud


Reply