{"id":13789900,"url":"https://github.com/faob-dev/flutter_circular_text","last_synced_at":"2025-05-07T15:22:34.266Z","repository":{"id":36245586,"uuid":"222705420","full_name":"faob-dev/flutter_circular_text","owner":"faob-dev","description":"Flutter circular text widget","archived":false,"fork":false,"pushed_at":"2022-03-29T14:58:20.000Z","size":2863,"stargazers_count":104,"open_issues_count":4,"forks_count":20,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-31T11:21:13.923Z","etag":null,"topics":["android","dart","flutter","flutter-package","flutter-widget"],"latest_commit_sha":null,"homepage":"","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/faob-dev.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-11-19T13:42:05.000Z","updated_at":"2024-09-24T09:18:29.000Z","dependencies_parsed_at":"2022-08-08T13:47:01.897Z","dependency_job_id":null,"html_url":"https://github.com/faob-dev/flutter_circular_text","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faob-dev%2Fflutter_circular_text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faob-dev%2Fflutter_circular_text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faob-dev%2Fflutter_circular_text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faob-dev%2Fflutter_circular_text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faob-dev","download_url":"https://codeload.github.com/faob-dev/flutter_circular_text/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252902980,"owners_count":21822349,"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":["android","dart","flutter","flutter-package","flutter-widget"],"created_at":"2024-08-03T22:00:34.351Z","updated_at":"2025-05-07T15:22:34.248Z","avatar_url":"https://github.com/faob-dev.png","language":"Dart","funding_links":[],"categories":["Packages"],"sub_categories":[],"readme":"# Circular Text Widget\n\n[![pub package](https://img.shields.io/pub/v/flutter_circular_text.svg)](https://pub.dartlang.org/packages/flutter_circular_text)\n\n## Installation\n\nAdd dependency in `pubspec.yaml`:\n```yaml\ndependencies:\n  flutter_circular_text: \"^0.3.1\"\n```\n\nImport in your project:\n```dart\nimport 'package:flutter_circular_text/circular_text.dart';\n```\n\n## Basic usage\n\n```dart\nCircularText(\n  children: [\n    TextItem(\n      text: Text(\n        \"Chuck Norris\".toUpperCase(),\n        style: TextStyle(\n          fontSize: 28,\n          color: Colors.blue,\n          fontWeight: FontWeight.bold,\n        ),\n      ),\n      space: 12,\n      startAngle: -90,\n      startAngleAlignment: StartAngleAlignment.center,\n      direction: CircularTextDirection.clockwise,\n    ),\n    TextItem(\n      text: Text(\n        \"top 100 Facts\".toUpperCase(),\n        style: TextStyle(\n          fontSize: 20,\n          color: Colors.amberAccent,\n          fontWeight: FontWeight.bold,\n        ),\n      ),\n      space: 10,\n      startAngle: 90,\n      startAngleAlignment: StartAngleAlignment.center,\n      direction: CircularTextDirection.anticlockwise,\n    ),\n  ],\n  radius: 125,\n  position: CircularTextPosition.inside,\n  backgroundPaint: Paint()..color = Colors.grey.shade200,\n)\n```\n\n## Examples\n\n[example](https://github.com/faob-dev/flutter_circular_text/tree/master/example) project contains single and multi text demos\n\n### Demos\n\n##### Single Text Demo\n![alt tag](https://raw.githubusercontent.com/faob-dev/flutter_circular_text/master/screenshots/single_circular_text.gif)\n\n##### Multi Text Demo\n\u003cimg src=\"https://raw.githubusercontent.com/faob-dev/flutter_circular_text/master/screenshots/multi_circular_text.jpeg\" width=270\u003e\n\n## Changelog\nCheck [Changelog](https://github.com/faob-dev/flutter_circular_text/blob/master/CHANGELOG.md) for updates\n\n## Bugs/Requests\nReporting issues and requests for new features are always welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaob-dev%2Fflutter_circular_text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaob-dev%2Fflutter_circular_text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaob-dev%2Fflutter_circular_text/lists"}