dart_airtable 0.1.2
dart_airtable: ^0.1.2 copied to clipboard
Dart library for working with Airtable
0.1.2 #
0.1.1 #
- Cleaned up code
- Added documentation
- Moved Airtable, AirtableRecord and AirtableRecordField to be part of the dart_airtable library
0.1.0 #
- Added base Airtable class and AirtableRecord/AirtableRecordField classes.
- Added methods for listing, creating, updating and deleting Airtable records
- Added basic README and example