airtable_plugin library
DEPRECATED: Use 'package:airtable_crud/airtable_crud.dart' instead.
This file is maintained for backward compatibility and will be removed in version 2.0.0.
Migration
Change your import from:
import 'package:airtable_crud/airtable_plugin.dart';
To:
import 'package:airtable_crud/airtable_crud.dart';
No other code changes are required.
Classes
- AirtableConfig
- Configuration class for Airtable CRUD operations.
- AirtableCrud
- A class that provides CRUD operations for Airtable.
- AirtableRecord
- A class representing a record from an Airtable base.
- DeleteResult
- Result of a delete operation on an Airtable record.
Exceptions / Errors
- AirtableException
- Base exception class for all Airtable-related errors.
- AuthException
- Exception thrown when authentication or authorization fails.
- GeneralAirtableException
- General Airtable exception for errors that don't fit specific categories.
- NetworkException
- Exception thrown when network-related errors occur.
- NotFoundException
- Exception thrown when a requested resource is not found.
- RateLimitException
- Exception thrown when Airtable's rate limits are exceeded.
- ValidationException
- Exception thrown when request data fails validation.