Skip to main content

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!

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:



You can easily intergrate airtable with Fluttert Using Airtable_Crud package

https://pub.dev/packages/airtable_crud


Reply