{"id":32271462,"url":"https://github.com/colendi-project/colendiwebviewsdk-flutter","last_synced_at":"2026-02-21T08:02:15.704Z","repository":{"id":151578056,"uuid":"624380216","full_name":"colendi-project/ColendiWebViewSDK-Flutter","owner":"colendi-project","description":"The Colendi Web View is a Software Development Kit developed by Colendians to enable fast and simple integration to Colendi World.","archived":false,"fork":false,"pushed_at":"2023-12-06T14:24:15.000Z","size":131,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-10-22T22:53:26.553Z","etag":null,"topics":["dart","flutter","pubdev"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/colendi_web_view_sdk_flutter/","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/colendi-project.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}},"created_at":"2023-04-06T10:41:37.000Z","updated_at":"2025-04-12T08:57:42.000Z","dependencies_parsed_at":"2023-11-14T13:53:45.442Z","dependency_job_id":null,"html_url":"https://github.com/colendi-project/ColendiWebViewSDK-Flutter","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/colendi-project/ColendiWebViewSDK-Flutter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colendi-project%2FColendiWebViewSDK-Flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colendi-project%2FColendiWebViewSDK-Flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colendi-project%2FColendiWebViewSDK-Flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colendi-project%2FColendiWebViewSDK-Flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colendi-project","download_url":"https://codeload.github.com/colendi-project/ColendiWebViewSDK-Flutter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colendi-project%2FColendiWebViewSDK-Flutter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29676981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T06:23:40.028Z","status":"ssl_error","status_checked_at":"2026-02-21T06:23:39.222Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["dart","flutter","pubdev"],"created_at":"2025-10-22T22:53:09.401Z","updated_at":"2026-02-21T08:02:15.699Z","avatar_url":"https://github.com/colendi-project.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ColendiWebViewSDK-Flutter\n\nThe Colendi Web View Software Development Kit.\n\n# Table of Content\n- [Overview](#overview)\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Integration](#integration)\n- [Author](#author)\n- [LICENSE](#license)\n\n# Overview\n\nThe Colendi Web View is a Software Development Kit developed by Colendians to enable fast and simple integration to Colendi World.\n\n# Requirements\n\n- Dart: \"\u003e=3.1.0 \u003c4.0.0\"\n- Flutter: \"\u003e=3.13.0\"\n- Android: minSdkVersion 19\n- iOS 11.0+\n\n# Installation\n\nwith Flutter: \n\n```\n$ flutter pub add colendi_web_view_sdk_flutter\n```\n\nThis will add a line like this to your package's pubspec.yaml (and run an implicit `flutter pub get`):\n\n```\ndependencies:\n  colendi_web_view_sdk_flutter: ^1.5.0\n```\n\n# Integration\n\n```dart\nclass MyWidget extends StatelessWidget {\n  const MyWidget({Key? key}) : super(key: key);\n\n  @override\n  Widget build(BuildContext context) {\n    return MaterialApp(\n      home: ColendiWebView(\n        /// Set url to open ColendiWebView\n        url: Uri.parse('URL_STRING'),\n\n        /// Set isFullScreen false before loadUrl function to open ColendiWebView fullscreen.\n        isFullScreen: true,\n\n        /// Handle message from ColendiWebView\n        messageCallback: (message) {\n          debugPrint(message);\n        },\n\n        /// Send message to ColendiWebView\n        onServiceCreated: (instance) {\n          instance.sendMessage('message to ColendiWebView');\n        },\n      ),\n    );\n  }\n}\n\n```\n\n# Author\n\n[Colendi](https://www.twitter.com/colendiapp)\n\n# License\n\nColendiWebView is available under the GNU GENERAL PUBLIC LICENSE license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolendi-project%2Fcolendiwebviewsdk-flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolendi-project%2Fcolendiwebviewsdk-flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolendi-project%2Fcolendiwebviewsdk-flutter/lists"}