{"id":13551197,"url":"https://github.com/wiredashio/wiredash-sdk","last_synced_at":"2025-10-23T02:11:57.447Z","repository":{"id":39962885,"uuid":"246257099","full_name":"wiredashio/wiredash-sdk","owner":"wiredashio","description":"Interactive user feedback tool for Flutter 🎉","archived":false,"fork":false,"pushed_at":"2025-02-13T12:29:39.000Z","size":7940,"stargazers_count":516,"open_issues_count":40,"forks_count":66,"subscribers_count":10,"default_branch":"stable","last_synced_at":"2025-02-13T12:32:59.406Z","etag":null,"topics":["analytics","feedback","flutter","nps"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/wiredash","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wiredashio.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":"2020-03-10T09:21:01.000Z","updated_at":"2025-02-13T11:35:26.000Z","dependencies_parsed_at":"2023-12-31T14:29:01.386Z","dependency_job_id":"e8d96a8d-652b-4925-93e0-af825608cae0","html_url":"https://github.com/wiredashio/wiredash-sdk","commit_stats":{"total_commits":1456,"total_committers":33,"mean_commits":"44.121212121212125","dds":0.271978021978022,"last_synced_commit":"39a48a8c2b1ab6a3a523d47b7c71336d3bc1b18f"},"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiredashio%2Fwiredash-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiredashio%2Fwiredash-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiredashio%2Fwiredash-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiredashio%2Fwiredash-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wiredashio","download_url":"https://codeload.github.com/wiredashio/wiredash-sdk/tar.gz/refs/heads/stable","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246922091,"owners_count":20855341,"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","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":["analytics","feedback","flutter","nps"],"created_at":"2024-08-01T12:01:43.998Z","updated_at":"2025-10-23T02:11:57.435Z","avatar_url":"https://github.com/wiredashio.png","language":"Dart","funding_links":[],"categories":["Dart"],"sub_categories":[],"readme":"# Wiredash SDK for Flutter\n\n[![Pub](https://img.shields.io/pub/v/wiredash.svg)](https://pub.dartlang.org/packages/wiredash)\n[![Build](https://img.shields.io/github/actions/workflow/status/wiredashio/wiredash-sdk/nightly.yaml?branch=stable)](https://github.com/wiredashio/wiredash-sdk/actions)\n[![Pub Likes](https://img.shields.io/pub/likes/wiredash)](https://pub.dev/packages/wiredash/score)\n[![Popularity](https://img.shields.io/pub/popularity/wiredash)](https://pub.dev/packages/wiredash/score)\n[![Pub points](https://img.shields.io/pub/points/wiredash)](https://pub.dev/packages/wiredash/score)\n[![Website](https://img.shields.io/badge/website-wiredash.com-blue.svg)](https://wiredash.com/)\n\n[wiredash.com](https://wiredash.com) | [Console](https://wiredash.com/console) | [Pub](https://pub.dev/packages/wiredash) | [Documentation](https://docs.wiredash.com) | [Get Started](https://docs.wiredash.com/guide/start)\n\n- **Real-time analytics**: Get real-time analytics that is GDPR-compliant and hosted in the EU 🇪🇺\n- **Capture in-app user feedback**: Get direct user feedback from within your app with screenshots and tags\n- **Schedule promoter score surveys**: Schedule and automate promoter score surveys.\n- **Console**: The Wiredash [console](https://wiredash.com/console) provides a dashboard to access your feedback and analytics\n- **Universal compatibility**: Written in Dart, Wiredash is compatible with Android, iOS, Web, macOS, Windows, Linux, and IoT\n- **Free**: Wiredash is free for up to 100.000 monthly active devices\n\n\u003cimg width=\"830\" alt=\"Wiredash Logo\" src=\"https://github.com/wiredashio/wiredash-sdk/assets/1096485/37255958-2954-4fd4-8a43-82d3ba65a393\"\u003e \u003c!-- 3x --\u003e\n\nFrom members of the Flutter Community 💙 for the Flutter Community 💙\n\n## 3-Minute Quick Start\n\n\u003e It takes less than 180 seconds to integrate Wiredash in your existing app 🚀 \u003cbr /\u003e\n\u003e Visit [docs.wiredash.com](https://docs.wiredash.com/guide/start) for the in-depth\n\u003e guide and additional info.\n\n### 1. Create an account and project\n\nStart by visiting the Wiredash Console: [Wiredash Console](https://wiredash.com/console).\nCreate your free account using Google or GitHub or request an email sign-in link.\n\nThen create a project with a descriptive name.\n\n### 2. Add Wiredash to your pubspec.yaml\n\n```bash\n$ flutter pub add wiredash:^2.6.0\n```\n\n```yaml\ndependencies:\n  flutter:\n    sdk: flutter\n  ...\n  wiredash: ^2.6.0\n```\n\n### 3. Wrap your root widget with Wiredash\n\nWrap the root widget of your existing app with Wiredash and make sure to fill in the `projectId` and SDK `secret`\nfrom the [Wiredash Console](https://console.wiredash.com) \u003e Your project \u003e\nSettings \u003e General Settings.\n\n```dart\nimport 'package:flutter/material.dart';\nimport 'package:wiredash/wiredash.dart';\n\nclass MyApp extends StatelessWidget {\n\n  @override\n  Widget build(BuildContext context) {\n    return Wiredash(\n      projectId: 'YOUR-PROJECT-ID',\n      secret: 'YOUR-SECRET',\n      child: MaterialApp(\n        // Your Flutter app is basically Wiredash's direct child.\n        // This can be a MaterialApp, WidgetsApp or whatever widget you like.\n      ),\n    );\n  }\n}\n```\n\nThat's already it. Yes, it's *really that easy*.\n\n### 4. (Optional) More features\n\n#### Launch the feedback flow\n\nCall the `Wiredash.of(context).show()` method from anywhere in your app to launch the Wiredash Feedback flow.\n\n```dart\nFloatingActionButton(\n  onPressed: () {\n    Wiredash.of(context).show(inheritMaterialTheme: true);\n  },\n  child: Icon(Icons.feedback_outlined),\n),\n```\n\nCheckout [examples/theming](https://github.com/wiredashio/wiredash-sdk/blob/stable/examples/theming/lib/main.dart) for the full example or head to the [documentation](https://docs.wiredash.com/reference/feedback) for more info.\n\n#### Launch the Promoter Score Survey\n\n```dart\nFloatingActionButton(\n  onPressed: () {\n  Wiredash.of(context).showPromoterSurvey(force: true);\n  },\n  child: Icon(Icons.feedback_outlined),\n),\n```\n\nCheckout [examples/promoter_score](https://github.com/wiredashio/wiredash-sdk/blob/stable/examples/promoter_score/lib/main.dart) for the full example or head to the [documentation](https://docs.wiredash.com/reference/promoter-score) for more info.\n\n## License\n\nThe Wiredash SDK is released under the [Attribution Assurance License](https://opensource.org/licenses/AAL) which is redundant with [BSD](https://opensource.org/licenses/BSD-3-Clause).\nSee [LICENSE](https://github.com/wiredashio/wiredash-sdk/blob/stable/LICENSE) for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiredashio%2Fwiredash-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwiredashio%2Fwiredash-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiredashio%2Fwiredash-sdk/lists"}