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
10
pub points
33%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, http

More

Packages that depend on airtable