{"id":16108964,"url":"https://github.com/sbis04/rapyd_sdk_flutter","last_synced_at":"2025-09-05T05:38:45.882Z","repository":{"id":62458730,"uuid":"496262868","full_name":"sbis04/rapyd_sdk_flutter","owner":"sbis04","description":"Rapyd Flutter SDK for accessing the Payments API","archived":false,"fork":false,"pushed_at":"2022-05-31T07:59:11.000Z","size":20,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T13:52:09.731Z","etag":null,"topics":["dart","flutter","payments-api","rapyd"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/rapyd","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sbis04.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-25T14:20:37.000Z","updated_at":"2025-03-19T07:10:33.000Z","dependencies_parsed_at":"2022-11-02T00:32:15.827Z","dependency_job_id":null,"html_url":"https://github.com/sbis04/rapyd_sdk_flutter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sbis04/rapyd_sdk_flutter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbis04%2Frapyd_sdk_flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbis04%2Frapyd_sdk_flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbis04%2Frapyd_sdk_flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbis04%2Frapyd_sdk_flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbis04","download_url":"https://codeload.github.com/sbis04/rapyd_sdk_flutter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbis04%2Frapyd_sdk_flutter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273717710,"owners_count":25155482,"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","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["dart","flutter","payments-api","rapyd"],"created_at":"2024-10-09T19:29:14.816Z","updated_at":"2025-09-05T05:38:45.844Z","avatar_url":"https://github.com/sbis04.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rapyd Flutter SDK\n\nThis is an **UNOFFICIAL** Flutter SDK for using [Rapyd APIs](https://docs.rapyd.net/build-with-rapyd/reference/api-reference) in Dart/Flutter apps.\n\n\u003e 🚧 **WIP (Disclaimer):** This package is in very early stage of development and has limited APIs to interact with. Feel free to contribute to this project as much as possible to make it production ready as soon as possible.\n\n## Installation\n\nAdd this to your package's `pubspec.yaml` file:\n\n```yml\ndependencies:\n  version: ^0.1.5\n```\n\nYou can install packages from the command line.\n\nFor Flutter projects:\n\n```bash\nflutter pub add rapyd\n```\n\nFor Dart projects:\n\n```bash\ndart pub add rapyd\n```\n\n## Usage\n\nYou can checkout the comprehensive example present in the [`example`](example/example.dart) folder.\n\nFollowing is a simple example of initializing a Rapyd Client and creating a new user using this SDK:\n\n```dart\n// Initializing\nfinal rapydClient = RapydClient('\u003caccess_key\u003e', '\u003csecret_key\u003e');\n\ntry {\n  // Creating a new customer\n  final customer = await rapydClient.createNewCustomer(\n    email: 'example@name.com',\n    name: 'User',\n  );\n  print('Created customer successfully, ID: ${customer.data.id}');\n} catch (e) {\n  print('ERROR: ${e.toString()}');\n}\n```\n\n## License\n\nCopyright (c) 2022 Souvik Biswas\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbis04%2Frapyd_sdk_flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsbis04%2Frapyd_sdk_flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbis04%2Frapyd_sdk_flutter/lists"}