{"id":18655136,"url":"https://github.com/hacker1024/fast_marquee","last_synced_at":"2025-07-11T14:02:02.875Z","repository":{"id":39971294,"uuid":"291635736","full_name":"hacker1024/fast_marquee","owner":"hacker1024","description":"A clone of the marquee package, providing a Flutter widget that scrolls text infinitely.","archived":false,"fork":false,"pushed_at":"2022-05-20T12:01:55.000Z","size":247,"stargazers_count":6,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T16:44:44.268Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hacker1024.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":"2020-08-31T06:40:02.000Z","updated_at":"2023-08-06T03:01:51.000Z","dependencies_parsed_at":"2022-09-19T00:40:57.202Z","dependency_job_id":null,"html_url":"https://github.com/hacker1024/fast_marquee","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/hacker1024%2Ffast_marquee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacker1024%2Ffast_marquee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacker1024%2Ffast_marquee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacker1024%2Ffast_marquee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hacker1024","download_url":"https://codeload.github.com/hacker1024/fast_marquee/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248449832,"owners_count":21105570,"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-07T07:17:55.073Z","updated_at":"2025-04-11T17:31:48.763Z","avatar_url":"https://github.com/hacker1024.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fast_marquee\n\nThis is a clone of the `marquee` package that uses a `CustomPainter` instead\nof a `ScrollView` for better performance.\n\nMany parts of this package (including most parameter names, some assertion\ncode, some documentation, and most of this README) are copied from `marquee`. Switching should\nbe a fairly straightforward process.\n\n⏩ A Flutter widget that scrolls text infinitely. Provides many customizations\nincluding durations, curves, and fading, as well as pauses after\nevery round and start delays.\n\n*Appreciate the widget? Show some ❤️ and star the repo to support the project.*\n\n- [Pub Package](https://pub.dartlang.org/packages/fast_marquee)\n- [GitHub Repository](https://github.com/hacker1024/fast_marquee)\n- [API reference](https://pub.dartlang.org/documentation/fast_marquee/)\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(color: Colors.blue, fontWeight: FontWeight.bold),\n  velocity: 100,\n  blankSpace: 10,\n  startPadding: 10,\n  reverse: true,\n  bounce: true,\n  startAfter: const Duration(seconds: 2),\n  pauseAfterRound: const Duration(seconds: 1),\n  numberOfRounds: 5,\n  showFadingOnlyWhenScrolling: false,\n  fadingEdgeStartFraction: 0.05,\n  fadingEdgeEndFraction: 0.05,\n  curve: Curves.easeInOut,\n)\n```\n\nFor more information about the properties, have a look at the\n[API reference](https://pub.dartlang.org/documentation/fast_marquee/).\n\n## LICENSE\n\n```\nCopyright (c) 2020 hacker1024\n\nSome components (some parameter names, assertion code, documentation and\nparts of the README) are Copyright (c) 2018 Marcel Garus.\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```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacker1024%2Ffast_marquee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhacker1024%2Ffast_marquee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacker1024%2Ffast_marquee/lists"}