{"id":18048786,"url":"https://github.com/marcelgarus/marquee","last_synced_at":"2025-04-14T04:06:26.951Z","repository":{"id":33177952,"uuid":"154118735","full_name":"MarcelGarus/marquee","owner":"MarcelGarus","description":"A Flutter widget that scrolls text infinitely. Provides many customizations including custom scroll directions and velocities, pausing after every round and specifying custom durations and curves for accelerating and decelerating.","archived":false,"fork":false,"pushed_at":"2024-10-10T10:26:09.000Z","size":88,"stargazers_count":330,"open_issues_count":45,"forks_count":144,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-07T00:08:10.654Z","etag":null,"topics":[],"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/MarcelGarus.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":"2018-10-22T09:35:04.000Z","updated_at":"2025-03-19T07:38:59.000Z","dependencies_parsed_at":"2022-07-13T05:50:52.164Z","dependency_job_id":"9c1b3b6d-5a8d-40d5-bc4f-231af9cbc196","html_url":"https://github.com/MarcelGarus/marquee","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelGarus%2Fmarquee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelGarus%2Fmarquee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelGarus%2Fmarquee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelGarus%2Fmarquee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarcelGarus","download_url":"https://codeload.github.com/MarcelGarus/marquee/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248819398,"owners_count":21166477,"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-10-30T20:15:23.653Z","updated_at":"2025-04-14T04:06:26.917Z","avatar_url":"https://github.com/MarcelGarus.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"⏩ A Flutter widget that scrolls text infinitely. Provides many customizations\nincluding custom scroll directions, durations, curves as well as pauses after\nevery round.\n\n*Appreciate the widget? Show some ❤️ and star the repo to support the project.*\n\n## Usage\n\nThis is a minimalistic example:\n\n```dart\nMarquee(\n  text: 'There once was a boy who told this story about a boy: \"',\n)\n```\n\nAnd here's a piece of code that makes full use of the marquee's\ncustomizability:\n\n```dart\nMarquee(\n  text: 'Some sample text that takes some space.',\n  style: TextStyle(fontWeight: FontWeight.bold),\n  scrollAxis: Axis.horizontal,\n  crossAxisAlignment: CrossAxisAlignment.start,\n  blankSpace: 20.0,\n  velocity: 100.0,\n  pauseAfterRound: Duration(seconds: 1),\n  startPadding: 10.0,\n  accelerationDuration: Duration(seconds: 1),\n  accelerationCurve: Curves.linear,\n  decelerationDuration: Duration(milliseconds: 500),\n  decelerationCurve: Curves.easeOut,\n)\n```\n\nFor more information about the properties, have a look at the\n[API reference](https://pub.dartlang.org/documentation/marquee/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelgarus%2Fmarquee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcelgarus%2Fmarquee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelgarus%2Fmarquee/lists"}