dart_airtable 1.1.0 dart_airtable: ^1.1.0 copied to clipboard
Dart library for working and interacting with the Airtable API
1.1.0 #
- Removed usage of dart:io to open this package to be used with JS
- Cleaned up some nullable fields
1.0.0 #
- Converted project to null safety
- Upgraded the minimum SDK to 2.12.0
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