airtable 0.0.2 copy "airtable: ^0.0.2" to clipboard
airtable: ^0.0.2 copied to clipboard

Provides an easier way of communicating with Airtable and filtering the data that is being extracted from the Airtable project.

Airtable #

Simple Flutter API to query from Airtable and filter the results!

Initilize Airtable
Airtable.initialize(your_api_key, your_project_base);
Query the elements by Table
Airtable airtable = Airtable();
var elements = airtable.queryByTable();
1
likes
20
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

Provides an easier way of communicating with Airtable and filtering the data that is being extracted from the Airtable project.

Homepage

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on airtable