{"id":13551069,"url":"https://github.com/ckdevrel/FeedbackWidget","last_synced_at":"2025-04-03T01:31:09.824Z","repository":{"id":56828727,"uuid":"196857563","full_name":"ckdevrel/FeedbackWidget","owner":"ckdevrel","description":"A new Flutter package project for feedback view.","archived":false,"fork":false,"pushed_at":"2019-07-20T10:43:08.000Z","size":15,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-03T21:34:02.117Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ckdevrel.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":"2019-07-14T16:12:23.000Z","updated_at":"2022-02-27T00:00:15.000Z","dependencies_parsed_at":"2022-08-26T14:11:24.263Z","dependency_job_id":null,"html_url":"https://github.com/ckdevrel/FeedbackWidget","commit_stats":null,"previous_names":["ckdevrel/feedbackwidget"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckdevrel%2FFeedbackWidget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckdevrel%2FFeedbackWidget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckdevrel%2FFeedbackWidget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckdevrel%2FFeedbackWidget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ckdevrel","download_url":"https://codeload.github.com/ckdevrel/FeedbackWidget/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246922027,"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":[],"created_at":"2024-08-01T12:01:41.923Z","updated_at":"2025-04-03T01:31:08.252Z","avatar_url":"https://github.com/ckdevrel.png","language":"Dart","readme":"# feedback_widget\n\nA new Flutter package project for feedback view.\n\n## How to use?\n\n### Default\n\u003ca href=\"https://imgur.com/SC3x5hB\"\u003e\u003cimg src=\"https://i.imgur.com/SC3x5hB.png\" title=\"source: imgur.com\" /\u003e\u003c/a\u003e\n\n```dart\nFeedbackView(listener: (Status status) {},);\n```\n\n### Custom Size and Padding\n\u003ca href=\"https://imgur.com/WiMtMW5\"\u003e\u003cimg src=\"https://i.imgur.com/WiMtMW5.png\" title=\"source: imgur.com\" /\u003e\u003c/a\u003e\n\n```dart\nFeedbackView(\n    iconSize: 48,\n    iconPadding: EdgeInsets.all(16),\n    listener: (Status status) {},\n);\n```\n\n### Custom Icon and Text\n\u003ca href=\"https://imgur.com/KObD4Y5\"\u003e\u003cimg src=\"https://i.imgur.com/KObD4Y5.png\" title=\"source: imgur.com\" /\u003e\u003c/a\u003e\n\n```dart\nFeedbackView(\n    iconSize: 48,\n    iconPadding: EdgeInsets.all(16),\n    listener: (Status status) {},\n    negativeIcon: Icons.flight_takeoff,\n    neutralIcon: Icons.flight,\n    positiveIcon: Icons.flight_land,\n    negativeText: 'Take off',\n    neutralText: 'Stable',\n    positiveText: 'Landing',\n    defaultText: 'Flight Status',\n);\n```\n## Use this package as a library\n\n1. Depend on it\nAdd this to your package's pubspec.yaml file:\n```dart\ndependencies:\n  feedback_widget: ^0.0.6\n```\n\n2. Install it\nYou can install packages from the command line:\nwith Flutter:\n```dart\n$ flutter pub get\n```\n\nAlternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.\n3. Import it\nNow in your Dart code, you can use:\n```dart\nimport 'package:feedback_widget/feedback_widget.dart';\n```\n","funding_links":[],"categories":["Dart"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckdevrel%2FFeedbackWidget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fckdevrel%2FFeedbackWidget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckdevrel%2FFeedbackWidget/lists"}