{"id":13549323,"url":"https://github.com/glorylab/wave","last_synced_at":"2026-04-08T14:32:32.791Z","repository":{"id":37533344,"uuid":"159470425","full_name":"glorylab/wave","owner":"glorylab","description":"A Flutter package for displaying waves.","archived":false,"fork":false,"pushed_at":"2024-03-11T15:13:05.000Z","size":14032,"stargazers_count":1129,"open_issues_count":18,"forks_count":97,"subscribers_count":8,"default_branch":"master","last_synced_at":"2026-02-08T11:06:12.978Z","etag":null,"topics":["animation","dart","dartlang","flutter","wave"],"latest_commit_sha":null,"homepage":"https://wave.glorylab.xyz","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/glorylab.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":["glorylab"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"custom":null}},"created_at":"2018-11-28T08:42:43.000Z","updated_at":"2026-02-03T11:14:58.000Z","dependencies_parsed_at":"2024-06-18T14:07:53.233Z","dependency_job_id":"1071469d-cc07-4440-9d7b-93893612c2b6","html_url":"https://github.com/glorylab/wave","commit_stats":null,"previous_names":["i-protoss/wave"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/glorylab/wave","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glorylab%2Fwave","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glorylab%2Fwave/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glorylab%2Fwave/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glorylab%2Fwave/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glorylab","download_url":"https://codeload.github.com/glorylab/wave/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glorylab%2Fwave/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31559805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["animation","dart","dartlang","flutter","wave"],"created_at":"2024-08-01T12:01:20.665Z","updated_at":"2026-04-08T14:32:32.748Z","avatar_url":"https://github.com/glorylab.png","language":"Dart","funding_links":["https://github.com/sponsors/glorylab"],"categories":["Dart"],"sub_categories":[],"readme":"# WAVE\n\n\u003cimg src='https://github.com/glorylab/wave/blob/master/assets/wave_banner.png?raw=true' width=\"1000\" height=\"auto\" alt=\"Flutter package: tm - WAVE\" /\u003e\n\n---\n\n[![Awesome: Flutter](https://img.shields.io/badge/⌐◨─◨-AwesomeFlutter-blue.svg?logo=flutter\u0026longCache=true\u0026style=flat-square)](https://github.com/Solido/awesome-flutter#effect) \n[![Pub](https://img.shields.io/pub/v/wave.svg?logo=flutter\u0026style=flat-square)](https://pub.dev/packages/wave)\n![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg?longCache=true\u0026style=flat-square)\n\nA Flutter package for displaying waves.\n\n## Demo\n\n| Platform  | Branch    | URL   | \n| -:        | -:        | -:    |\n| Web       | `master`  | [wave.glorylab.xyz](https://wave.glorylab.xyz \"The demo page of the wave package.\") |\n| Web       | `develop` | [dev.wave.glorylab.xyz](https://dev.wave.glorylab.xyz \"The demo page of the wave package's develop branch.\") |\n\n\n\n## Getting Started\n\n``` Dart\n\nstatic const _backgroundColor = Color(0xFFF15BB5);\n\nstatic const _colors = [\n    Color(0xFFFEE440),\n    Color(0xFF00BBF9),\n];\n\nstatic const _durations = [\n    5000,\n    4000,\n];\n\nstatic const _heightPercentages = [\n    0.65,\n    0.66,\n];\n\nWaveWidget(\n    config: CustomConfig(\n        colors: _colors,\n        durations: _durations,\n        heightPercentages: _heightPercentages,\n    ),\n    backgroundColor: _backgroundColor,\n    size: Size(double.infinity, double.infinity),\n    waveAmplitude: 0,\n),\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglorylab%2Fwave","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglorylab%2Fwave","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglorylab%2Fwave/lists"}