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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add airtable

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  airtable: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:airtable/airtable.dart';
1
likes
20
points
28
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