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

outdated

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
36
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