{"id":32291166,"url":"https://github.com/qualaroo/flutter-sdk","last_synced_at":"2026-02-22T01:37:31.429Z","repository":{"id":171544322,"uuid":"622790402","full_name":"qualaroo/flutter-sdk","owner":"qualaroo","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-15T06:20:33.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T03:02:14.937Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/qualaroo.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-03T04:19:31.000Z","updated_at":"2025-10-15T06:20:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"a339262d-6a54-4dda-97f9-3a81342c6b31","html_url":"https://github.com/qualaroo/flutter-sdk","commit_stats":null,"previous_names":["qualaroo/flutter-sdk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qualaroo/flutter-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualaroo%2Fflutter-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualaroo%2Fflutter-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualaroo%2Fflutter-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualaroo%2Fflutter-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qualaroo","download_url":"https://codeload.github.com/qualaroo/flutter-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualaroo%2Fflutter-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29703227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T23:35:04.139Z","status":"ssl_error","status_checked_at":"2026-02-21T23:35:03.832Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2025-10-23T03:01:02.438Z","updated_at":"2026-02-22T01:37:31.423Z","avatar_url":"https://github.com/qualaroo.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Qualaroo Flutter SDK\nA Flutter bridge for integrating Qualaroo mobile SDK to your mobile application.\n\n## Installation\n\nAdd this to your package's `pubspec.yaml` file:\n\n```yaml\ndependencies:\n  qualaroo_flutter_sdk: ^0.0.3\n```\n\nThen run:\n```bash\nflutter pub get\n```\n\n## Getting Started\n\n### 1. Setup SDK\nImport Qualaroo Flutter SDK:\n```\nimport 'package:qualaroo_flutter_sdk/qualaroo_flutter.dart';\n  ```\n\n#### For iOS\n- Make sure your ios/Podfile contains:\n```\ntarget 'Runner' do\n...\n  use_frameworks!\n  pod 'Qualaroo', :git =\u003e 'https://github.com/qualaroo/ios-sdk.git', :tag =\u003e '1.14.9'\n ...\nend\n```\n- Navigate to **ios** directory and run `pod install`\n\n## Usage\n```javascript\nimport 'package:qualaroo_flutter_sdk/qualaroo_flutter.dart';\n\nfinal _qualarooFlutterPlugin = QualarooFlutter();\n\n//In order to be able to use Qualaroo SDK you need to to initialize it first.\n_qualarooFlutterPlugin.initializeQualarooSdk(\"\u003cyour_api_key\"\u003e)\n\n//Display survey with a given alias:\n_qualarooFlutterPlugin.showSurvey(\"survey_alias\")\n\n//Set unique user id\n_qualarooFlutterPlugin.setUserId(\"HAL_9000\");\n\n//Set user property \"name\" to \"Hal\"\n_qualarooFlutterPlugin.setUserProperty(\"name\", \"Hal\");\n\n//remove property \"name\"\n_qualarooFlutterPlugin.removeUserProperty(\"name\");\n\n//You can set preferred language that you want to use when displaying surveys.\n_qualarooFlutterPlugin.setPreferredLanguage(\"fr\")\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqualaroo%2Fflutter-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqualaroo%2Fflutter-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqualaroo%2Fflutter-sdk/lists"}