{"id":32270471,"url":"https://github.com/askany-ndn/flutter-reaction-effects","last_synced_at":"2026-02-22T18:01:29.897Z","repository":{"id":62459019,"uuid":"558663760","full_name":"Askany-NDN/flutter-reaction-effects","owner":"Askany-NDN","description":":lion: Package help show popup reaction like Facebook and wrapper for widget (Show anyone who reaction this message). 包帮助显示弹出反应，如 Facebook 和小部件包装（显示对此消息作出反应的任何人）。","archived":false,"fork":false,"pushed_at":"2023-09-21T03:50:05.000Z","size":2494,"stargazers_count":20,"open_issues_count":2,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-11T16:20:57.385Z","etag":null,"topics":["facebook-emoticons","flutter-package","lib","library","reactions"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/reaction_askany","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/Askany-NDN.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":"2022-10-28T02:34:38.000Z","updated_at":"2025-08-27T12:32:21.000Z","dependencies_parsed_at":"2025-03-05T23:54:32.518Z","dependency_job_id":"e7329675-55bf-4a9d-b279-95c9a026e1f6","html_url":"https://github.com/Askany-NDN/flutter-reaction-effects","commit_stats":null,"previous_names":["lambiengcode/reaction_askany","lambiengcode/flutter-reaction-effects"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Askany-NDN/flutter-reaction-effects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Askany-NDN%2Fflutter-reaction-effects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Askany-NDN%2Fflutter-reaction-effects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Askany-NDN%2Fflutter-reaction-effects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Askany-NDN%2Fflutter-reaction-effects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Askany-NDN","download_url":"https://codeload.github.com/Askany-NDN/flutter-reaction-effects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Askany-NDN%2Fflutter-reaction-effects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29721047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T15:10:41.462Z","status":"ssl_error","status_checked_at":"2026-02-22T15:10:04.636Z","response_time":110,"last_error":"SSL_read: 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":["facebook-emoticons","flutter-package","lib","library","reactions"],"created_at":"2025-10-22T22:37:46.149Z","updated_at":"2026-02-22T18:01:29.851Z","avatar_url":"https://github.com/Askany-NDN.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nThis README describes the package. If you publish this package to pub.dev,\nthis README's contents appear on the landing page for your package.\n\nFor information about how to write a good package README, see the guide for\n[writing package pages](https://dart.dev/guides/libraries/writing-package-pages).\n\nFor general information about developing packages, see the Dart guide for\n[creating packages](https://dart.dev/guides/libraries/create-library-packages)\nand the Flutter guide for\n[developing packages and plugins](https://flutter.dev/developing-packages).\n--\u003e\n\n:four_leaf_clover: Package help show popup reaction like Facebook and wrapper for widget (Show anyone who reaction this message).\n\n## :four_leaf_clover::four_leaf_clover: Preview\n\u003cp\u003e\n\u003cimg src=\"https://github.com/Askany-NDN/reaction_button_askany/blob/main/screenshots/IMG_0470.png?raw=true\" width=180/\u003e\n\u003cimg src=\"https://github.com/Askany-NDN/reaction_button_askany/blob/main/screenshots/IMG_0471.png?raw=true\" width=180/\u003e\n\u003cimg src=\"https://github.com/Askany-NDN/reaction_button_askany/blob/main/screenshots/IMG_0465.png?raw=true\" width=180/\u003e\n\u003cimg src=\"https://github.com/Askany-NDN/reaction_button_askany/blob/main/screenshots/IMG_0467.png?raw=true\" width=180/\u003e\n\u003c/p\u003e\n\n## Features\n\n* Support show popup emotions picker\n* Support reaction wrapper for message card use case\n\n## Usage\n- Show reaction popup\n\n```dart\n        GestureDetector(\n          onTapDown: (details) {\n            ReactionAskany.showReactionBox(\n              context,\n              offset: details.globalPosition,\n              boxParamenters: boxParamenters,\n              emotionPicked: _emotion,\n              handlePressed: (Emotions emotion) {\n                setState(() {\n                  _emotion = emotion;\n                });\n              },\n            );\n          },\n          child: widget.buttonReaction,\n        ),\n```\n    \n- Use reaction wrapper - useful for reaction message\n    \n```dart\n            ReactionWrapper(\n              boxParamenters: ReactionBoxParamenters(\n                brightness: Brightness.light,\n                iconSize: 26,\n                iconSpacing: 10,\n                paddingHorizontal: 30,\n                radiusBox: 40,\n                quantityPerPage: 6,\n              ),\n              buttonReaction: const Padding(\n                padding: EdgeInsets.only(top: 2.0),\n                child: Icon(\n                  Icons.face_outlined,\n                  size: 20.0,\n                  color: Colors.grey,\n                ),\n              ),\n              child: Container(\n                padding: const EdgeInsets.symmetric(\n                  vertical: 12.0,\n                  horizontal: 20.0,\n                ),\n                decoration: BoxDecoration(\n                  color: Colors.greenAccent.shade100,\n                  borderRadius: BorderRadius.circular(30),\n                ),\n                child: const Text(\n                  'Message from lambiengcode \u003c3',\n                ),\n              ),\n            ),\n```\n\n### ReactionBoxParamenters\n| parameter                  | description                                                                           | default                                                                                                                                                                               |\n| -------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| iconSize          | Size of emotion in reaction box                                           |20|\n| iconSpacing                  | Padding horizontal value for each emotion |8|\n| paddingHorizontal            | Padding horizontal value for reaction box                                                        | 16 |\n| radiusBox               | Radius circular of reaction box                             | 10 |\n| quantityPerPage      | Number of emotions per page view                           | 5 |\n| brightness                  | Set brightness for show background color compatitive                                  | Brightness.light\n## Download Askany\n\n\u003cp\u003e\n\u003ca href=\"https://apps.apple.com/vn/app/askany/id1589217505\"\u003e\u003cimg src=\"https://askany.com/images/app-store.png\" height=\"60px\" width=\"180px\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://play.google.com/store/apps/details?id=com.askany\"\u003e\u003cimg src=\"https://askany.com/images/ch-play.png\" height=\"60px\" width=\"180px\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## License - lambiengcode\n\n```terminal\nMIT License\n\nCopyright (c) 2022 Askany\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faskany-ndn%2Fflutter-reaction-effects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faskany-ndn%2Fflutter-reaction-effects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faskany-ndn%2Fflutter-reaction-effects/lists"}