{"id":17055123,"url":"https://github.com/deriegle/dart-airtable","last_synced_at":"2025-04-12T17:09:19.126Z","repository":{"id":41885937,"uuid":"256837878","full_name":"deriegle/dart-airtable","owner":"deriegle","description":"Dart library for integrating with the Airtable API","archived":false,"fork":false,"pushed_at":"2024-08-12T15:34:06.000Z","size":40,"stargazers_count":8,"open_issues_count":7,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T17:08:56.044Z","etag":null,"topics":["airtable","api","dart","dart-airtable","dartlang","flutter"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/dart_airtable","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deriegle.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":"https://www.buymeacoffee.com/deriegle"}},"created_at":"2020-04-18T19:38:30.000Z","updated_at":"2024-01-30T06:23:46.000Z","dependencies_parsed_at":"2025-02-21T19:36:00.645Z","dependency_job_id":"02d355d7-441d-4fae-8d6d-968f0c8a9902","html_url":"https://github.com/deriegle/dart-airtable","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deriegle%2Fdart-airtable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deriegle%2Fdart-airtable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deriegle%2Fdart-airtable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deriegle%2Fdart-airtable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deriegle","download_url":"https://codeload.github.com/deriegle/dart-airtable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248602313,"owners_count":21131616,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["airtable","api","dart","dart-airtable","dartlang","flutter"],"created_at":"2024-10-14T10:16:48.688Z","updated_at":"2025-04-12T17:09:19.090Z","avatar_url":"https://github.com/deriegle.png","language":"Dart","funding_links":["https://www.buymeacoffee.com/deriegle"],"categories":[],"sub_categories":[],"readme":"# Dart Airtable\n\nA library for using the Airtable API in Dart \u0026 Flutter applications\n\n## Usage\n\nA simple usage example:\n\n```dart\nimport 'package:dart_airtable/dart_airtable.dart';\n\nvoid main() async {\n  final apiKey = 'my-airtable-api-key'\n  final projectBase = 'my-airtable-project-base';\n  final recordName = 'Tasks';\n\n  var airtable = Airtable(apiKey: apiKey, projectBase: projectBase);\n  var records = await airtable.getAllRecords(recordName);\n\n  print(records);\n}\n```\n\n## Running the example\n\n1. Create a `.env` file\n\n```bash\ncp .env.example .env\n```\n\n2. Fill in your API Key, Project base key and Record Name in the `.env` file\n\n3. Run the dart file\n\n```bash\ndart example/dart_airtable_example.dart\n```\n\n## Features and bugs\n\nPlease file feature requests and bugs at the [issue tracker][tracker].\n\n[tracker]: https://github.com/deriegle/dart-airtable/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderiegle%2Fdart-airtable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderiegle%2Fdart-airtable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderiegle%2Fdart-airtable/lists"}