{"id":15293129,"url":"https://github.com/chipinvision/edgy_button","last_synced_at":"2026-04-15T16:32:17.887Z","repository":{"id":59594039,"uuid":"538075674","full_name":"chipinvision/edgy_button","owner":"chipinvision","description":"Pin Edged Button in Flutter","archived":false,"fork":false,"pushed_at":"2022-09-18T11:09:51.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T12:47:37.683Z","etag":null,"topics":["dart","flutter","flutterpackage"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/edgy_button","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/chipinvision.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":"2022-09-18T10:37:41.000Z","updated_at":"2022-09-18T13:13:43.000Z","dependencies_parsed_at":"2022-09-19T14:20:55.677Z","dependency_job_id":null,"html_url":"https://github.com/chipinvision/edgy_button","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chipinvision/edgy_button","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chipinvision%2Fedgy_button","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chipinvision%2Fedgy_button/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chipinvision%2Fedgy_button/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chipinvision%2Fedgy_button/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chipinvision","download_url":"https://codeload.github.com/chipinvision/edgy_button/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chipinvision%2Fedgy_button/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31849735,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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":["dart","flutter","flutterpackage"],"created_at":"2024-09-30T16:39:55.262Z","updated_at":"2026-04-15T16:32:17.871Z","avatar_url":"https://github.com/chipinvision.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# edgy_button - Pin Edged Button in Flutter\n\nA new and unique style of button that will take your Flutter Project to a next level\n\n## Demo\n\n![screenshot](https://user-images.githubusercontent.com/72114434/190898191-784904a5-667e-4467-975b-fb60cb2fe1a7.png)\n\n## Getting started\n\n   - In pubspec.yaml file, add the following dependency:\n\n        ```\n          edgy_button: ^0.0.1\n        ```\n   - Import the package into your project:\n        ```\n          import 'package:edgy_button/edgy_button.dart';\n        ```\n   - You can now use the `EdgyButton()` anywhere in the project\n        ```\n          // For normal Button\n          EdgyButton(\n                 buttonHeight: 50,\n                 buttonWidth: 200,\n                 label: 'BUTTON',\n                 labelStyle: const TextStyle(\n                   fontWeight: FontWeight.bold,\n                   fontSize: 24,\n                   color: Colors.white,\n                 ),\n                 buttonColor: Colors.redAccent,\n                 onPressed: (){\n                   log('Clicked');\n                 },\n             ),\n             \n           // For bordered Button\n           EdgyButton(\n               buttonHeight: 50,\n               buttonWidth: 200,\n               label: 'BUTTON',\n               labelStyle: const TextStyle(\n                 fontWeight: FontWeight.bold,\n                 fontSize: 24,\n                 color: Colors.green,\n               ),\n               border: Border.all(\n                 color: Colors.green,\n                 width: 2,\n               ),\n               buttonColor: Colors.transparent,\n               onPressed: (){\n                 log('Clicked Pro');\n               },\n             ),\n        ```\n\n## Features\n\n| Property                | Description              |\n|-------------------------|--------------------------|\n| buttonHeight (required) | Height of the Button     |\n| buttonWidth  (required) | Width of the Button      |\n| label        (required) | Text inside the Button   |\n| labelstyle              | For styling the text     |\n| buttonColor  (required) | Color of the Button      |\n| onPressed    (required) | onPressed Function       |\n| border                  | Add border to the Button |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchipinvision%2Fedgy_button","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchipinvision%2Fedgy_button","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchipinvision%2Fedgy_button/lists"}