{"id":21196331,"url":"https://github.com/davigmacode/flutter_wx_tile","last_synced_at":"2025-10-25T16:31:58.793Z","repository":{"id":229398302,"uuid":"776358336","full_name":"davigmacode/flutter_wx_tile","owner":"davigmacode","description":"A highly customizable widget that extends the capabilities of Flutter's ListTile.","archived":false,"fork":false,"pushed_at":"2024-06-29T10:11:10.000Z","size":530,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-21T14:21:33.764Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/wx_tile","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davigmacode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["davigmacode"],"patreon":null,"open_collective":null,"ko_fi":"davigmacode","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://www.buymeacoffee.com/davigmacode"]}},"created_at":"2024-03-23T09:29:30.000Z","updated_at":"2024-12-15T05:34:43.000Z","dependencies_parsed_at":"2024-06-29T10:40:11.085Z","dependency_job_id":"b23b0252-5ad4-423f-9711-0eba3468355d","html_url":"https://github.com/davigmacode/flutter_wx_tile","commit_stats":null,"previous_names":["davigmacode/flutter_wx_tile"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davigmacode%2Fflutter_wx_tile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davigmacode%2Fflutter_wx_tile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davigmacode%2Fflutter_wx_tile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davigmacode%2Fflutter_wx_tile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davigmacode","download_url":"https://codeload.github.com/davigmacode/flutter_wx_tile/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243652693,"owners_count":20325607,"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-11-20T19:35:36.065Z","updated_at":"2025-10-25T16:31:58.740Z","avatar_url":"https://github.com/davigmacode.png","language":"Dart","funding_links":["https://github.com/sponsors/davigmacode","https://ko-fi.com/davigmacode","https://www.buymeacoffee.com/davigmacode"],"categories":[],"sub_categories":[],"readme":"[![Pub Version](https://img.shields.io/pub/v/wx_tile)](https://pub.dev/packages/wx_tile) ![GitHub](https://img.shields.io/github/license/davigmacode/flutter_wx_tile) [![GitHub](https://badgen.net/badge/icon/buymeacoffee?icon=buymeacoffee\u0026color=yellow\u0026label)](https://www.buymeacoffee.com/davigmacode) [![GitHub](https://badgen.net/badge/icon/ko-fi?icon=kofi\u0026color=red\u0026label)](https://ko-fi.com/davigmacode)\n\nA highly customizable widget that extends the capabilities of Flutter's ListTile.\n\n[![Preview](https://github.com/davigmacode/flutter_wx_tile/raw/main/media/preview.gif)](https://davigmacode.github.io/flutter_wx_tile)\n\n[Demo](https://davigmacode.github.io/flutter_wx_tile)\n\n## Usage\n\nTo read more about classes and other references used by `wx_tile`, see the [API Reference](https://pub.dev/documentation/wx_tile/latest/).\n\n```dart\nWxTile(\n  spacing: 10,\n  leading: Text('Leading'),\n  trailing: Text('Trailing'),\n  child: Text('Horizontal Tile'),\n)\n\nWxTextTile(\n  title: Text('Title'),\n  subtitle: Text('Subtitle'),\n  spacing: 5,\n  align: TextAlign.right,\n)\n\nWxListTile(\n  title: const Text('title'),\n  subtitle: const Text('subtitle'),\n  leading: const Icon(Icons.access_time),\n  trailing: IconButton(\n    icon: const Icon(Icons.close),\n    onPressed: () {},\n  ),\n  textColor: Colors.blue,\n  iconColor: Colors.amber,\n  margin: const EdgeInsets.all(15),\n  onTap: () {},\n)\n\nWxInlineTile(\n  title: const Text('title'),\n  subtitle: const Text('subtitle'),\n  leading: const Icon(Icons.access_time),\n  trailing: IconButton(\n    icon: const Icon(Icons.close),\n    onPressed: () {},\n  ),\n  textColor: Colors.blue,\n  iconColor: Colors.amber,\n  margin: const EdgeInsets.all(15),\n  onTap: () {},\n)\n```\n\n## Sponsoring\n\n\u003ca href=\"https://www.buymeacoffee.com/davigmacode\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" height=\"45\"\u003e\u003c/a\u003e\n\u003ca href=\"https://ko-fi.com/davigmacode\" target=\"_blank\"\u003e\u003cimg src=\"https://storage.ko-fi.com/cdn/brandasset/kofi_s_tag_white.png\" alt=\"Ko-Fi\" height=\"45\"\u003e\u003c/a\u003e\n\nIf this package or any other package I created is helping you, please consider to sponsor me so that I can take time to read the issues, fix bugs, merge pull requests and add features to these packages.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavigmacode%2Fflutter_wx_tile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavigmacode%2Fflutter_wx_tile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavigmacode%2Fflutter_wx_tile/lists"}