{"id":28932399,"url":"https://github.com/juspay/hyper-webview-flutter","last_synced_at":"2025-08-22T02:09:57.743Z","repository":{"id":217623854,"uuid":"735839749","full_name":"juspay/hyper-webview-flutter","owner":"juspay","description":"Flutter Library to enhance Juspay's Hyper Checkout Experience for Payment Links opened in WebView","archived":false,"fork":false,"pushed_at":"2024-09-03T11:24:18.000Z","size":155,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-22T16:57:50.080Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juspay.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-26T08:18:57.000Z","updated_at":"2025-03-25T20:39:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"cb195b9e-e09d-4134-8d5f-6157abc246de","html_url":"https://github.com/juspay/hyper-webview-flutter","commit_stats":null,"previous_names":["juspay/hyper-webview-flutter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/juspay/hyper-webview-flutter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juspay%2Fhyper-webview-flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juspay%2Fhyper-webview-flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juspay%2Fhyper-webview-flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juspay%2Fhyper-webview-flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juspay","download_url":"https://codeload.github.com/juspay/hyper-webview-flutter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juspay%2Fhyper-webview-flutter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271574431,"owners_count":24783319,"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-08-22T02:00:08.480Z","response_time":65,"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":[],"created_at":"2025-06-22T16:42:07.829Z","updated_at":"2025-08-22T02:09:57.735Z","avatar_url":"https://github.com/juspay.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hyper WebView Flutter\n\nA Flutter Plugin that enables UPI Intent App transactions in [Juspay's Paymentpage](https://juspay.in/) inside the Flutter webview widget.\n\n### Flutter Setup\n\nAdd flutter plugin dependency in `pubspec.yaml`.\nGet dependency from [pub.dev](https://pub.dev/packages/hyper_webview_flutter/install)\n\n## Usage\n\n### Step 1:\n\nImport `hyper_webview_flutter` package in your dart file where WebViewController is being instanciated.\n\n```dart\nimport 'package:hyper_webview_flutter/hyper_webview_flutter.dart';\n```\n### Step2:\n\nInstantiate a HyperWebviewFlutter object provided by this plugin.\n```dart\nHyperWebviewFlutter hyperWebviewFlutterPlugin = HyperWebviewFlutter();\n```\n\n### Step 3:\n\nProvide the [webview Controller](https://pub.dev/documentation/webview_flutter/latest/webview_flutter/WebViewController-class.html) to the attach() function of the HyperWebviewFlutter object.\n\n```dart\nclass _WebviewPaymentPageState extends State\u003cWebviewPaymentPage\u003e {\n  late WebViewController _controller;\n  @override\n  void initState() {\n     var url = Uri.parse(widget.url);\n    _controller = WebViewController()\n              ..setJavaScriptMode(JavaScriptMode.unrestricted)\n              ..loadRequest(url);\n    widget.hyperWebviewFlutterPlugin.attach(_controller);\n    super.initState();\n  }\n}\n ```\n\n### Step 4:\nUtilize this controller to render the PaymentPage within the WebView.\n\n## License\n\nhyper_webview_flutter is distributed under [AGPL-3.0-only](https://pub.dev/packages/hypersdkflutter/license) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuspay%2Fhyper-webview-flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuspay%2Fhyper-webview-flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuspay%2Fhyper-webview-flutter/lists"}