{"id":15294740,"url":"https://github.com/ankit-slnk/simple_wave","last_synced_at":"2026-02-24T19:37:13.060Z","repository":{"id":56839397,"uuid":"367642264","full_name":"Ankit-Slnk/simple_wave","owner":"Ankit-Slnk","description":"A Flutter plugin for wave animation.","archived":false,"fork":false,"pushed_at":"2024-12-20T05:56:27.000Z","size":1940,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-20T06:29:58.509Z","etag":null,"topics":["animation","custompainter","flutter","package","wave"],"latest_commit_sha":null,"homepage":"http://ankitsolanki.dev","language":"JavaScript","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/Ankit-Slnk.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":"2021-05-15T13:44:18.000Z","updated_at":"2024-12-20T05:56:31.000Z","dependencies_parsed_at":"2022-08-29T05:01:03.843Z","dependency_job_id":null,"html_url":"https://github.com/Ankit-Slnk/simple_wave","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/Ankit-Slnk%2Fsimple_wave","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ankit-Slnk%2Fsimple_wave/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ankit-Slnk%2Fsimple_wave/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ankit-Slnk%2Fsimple_wave/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ankit-Slnk","download_url":"https://codeload.github.com/Ankit-Slnk/simple_wave/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236264579,"owners_count":19121136,"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":["animation","custompainter","flutter","package","wave"],"created_at":"2024-09-30T17:06:33.018Z","updated_at":"2025-10-12T19:30:43.640Z","avatar_url":"https://github.com/Ankit-Slnk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple_wave\n\n[![pub package](https://img.shields.io/pub/v/simple_wave.svg)](https://pub.dev/packages/simple_wave)\n\n\u003ca href=\"https://www.producthunt.com/posts/simple_wave?utm_source=badge-featured\u0026utm_medium=badge\u0026utm_souce=badge-simple_wave\" target=\"_blank\"\u003e\u003cimg src=\"https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=296961\u0026theme=light\" alt=\"simple_wave - A Flutter plugin for wave animation. | Product Hunt\" style=\"width: 250px; height: 54px;\" width=\"250\" height=\"54\" /\u003e\u003c/a\u003e\n\nA Flutter plugin for wave animation.\n\n![simple_wave](simple_wave.png)\n\n![simple_wave](simple_wave.gif)\n\n## Usage\n\nTo use this plugin, add [`simple_wave`](https://pub.dev/packages/simple_wave) as a [dependency in your pubspec.yaml file](https://flutter.dev/docs/development/packages-and-plugins/using-packages/).\n\n## Example\n\nImport the library.\n\n``` dart\nimport 'package:simple_wave/simple_wave.dart';\n```\n\nThen invoke the `SimpleWaveWidget` method to create simple wave.\n\n``` dart\nSimpleWaveWidget(\n    waveHeight: MediaQuery.sizeOf(context).height,\n    waveWidth: MediaQuery.sizeOf(context).width,\n)\n```\n\nThe `SimpleWaveWidget` method takes required `waveWidth`, `waveHeight` and optional `waveColor`, `amplitude`, `waveMilliseconds` arguments.\n\n``` dart\nSimpleWaveWidget(\n    waveWidth: 300, // this changes width of wave\n    waveHeight: 150, // this changes height of wave\n    waveColor: Colors.blue, // this changes color of wave\n    amplitude: 50, // this changes height of wave\n    waveMilliseconds: 5000, //this changes speed of wave\n    numberOfWave: 10, //this changes number of waves\n)\n```\n\nCheckout [this package demo](https://flutter-web-wave.netlify.app/#/) in [Flutter Web](https://flutter.dev/docs/get-started/web).\n\nView [Medium story](https://ankit-solanki.medium.com/simple-wave-642028811e36)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankit-slnk%2Fsimple_wave","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankit-slnk%2Fsimple_wave","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankit-slnk%2Fsimple_wave/lists"}