{"id":32293644,"url":"https://github.com/djade007/flutter_paystack_client","last_synced_at":"2026-02-22T18:02:22.859Z","repository":{"id":56829897,"uuid":"348118568","full_name":"djade007/flutter_paystack_client","owner":"djade007","description":"Flutter Paystack plugin with support for Web, Android and iOS","archived":false,"fork":false,"pushed_at":"2021-03-16T22:09:59.000Z","size":464,"stargazers_count":4,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T03:42:02.065Z","etag":null,"topics":["flutter-plugin","payment","paystack"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/flutter_paystack_client","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/djade007.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":"2021-03-15T20:49:38.000Z","updated_at":"2024-04-01T19:32:30.000Z","dependencies_parsed_at":"2022-09-02T04:00:20.722Z","dependency_job_id":null,"html_url":"https://github.com/djade007/flutter_paystack_client","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/djade007/flutter_paystack_client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djade007%2Fflutter_paystack_client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djade007%2Fflutter_paystack_client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djade007%2Fflutter_paystack_client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djade007%2Fflutter_paystack_client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djade007","download_url":"https://codeload.github.com/djade007/flutter_paystack_client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djade007%2Fflutter_paystack_client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29721054,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T15:10:41.462Z","status":"ssl_error","status_checked_at":"2026-02-22T15:10:04.636Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["flutter-plugin","payment","paystack"],"created_at":"2025-10-23T03:34:48.521Z","updated_at":"2026-02-22T18:02:22.851Z","avatar_url":"https://github.com/djade007.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flutter_paystack_client\n\n\u003cp\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/djade007/flutter_paystack_client/master/screenshots/web.png\" width=\"400px\" height=\"auto\" hspace=\"20\"/\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/djade007/flutter_paystack_client/master/screenshots/iphone.png\" width=\"200px\" height=\"auto\" hspace=\"20\"/\u003e\n\u003c/p\u003e\n\nA Flutter plugin for making payments via Paystack Payment Gateway. Supports web, and mobile devices as a wrapper\naround https://pub.dev/packages/flutter_paystack\n\n## :rocket: Installation\n\nTo use this plugin, add `flutter_paystack_client` as\na [dependency in your pubspec.yaml file](https://flutter.dev/platform-plugins/).\n\nThen initialize the plugin preferably in the `initState` of your widget.\n\n``` dart\nimport 'package:flutter_paystack_client/flutter_paystack_client.dart';\n\nclass _PaymentPageState extends State\u003cPaymentPage\u003e {\n  var publicKey = '[YOUR_PAYSTACK_PUBLIC_KEY]';\n\n  @override\n  void initState() {\n    PaystackClient.initialize(publicKey);\n  }\n}\n```\n\n### Web\nInclude the Paystack JS script in your index.html file\n```\n\u003cscript src=\"https://js.paystack.co/v1/inline.js\"\u003e\u003c/script\u003e\n```\n\n### Usage\n ```dart\n Charge charge = Charge()\n       ..amount = 10000\n       ..reference = _getReference()\n       ..email = 'customer@email.com';\n\n CheckoutResponse response = await PaystackPlugin.checkout(\n   context context,\n   charge: charge,\n );\n ```\n\nIt is recommended that when `PaystackClient.checkout()` returns, the\npayment should be\n[verified](https://developers.paystack.co/v2.0/reference#verify-transaction)\non your backend.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjade007%2Fflutter_paystack_client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjade007%2Fflutter_paystack_client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjade007%2Fflutter_paystack_client/lists"}