[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-9437":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":16,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":17,"rankGlobal":10,"rankLanguage":10,"license":18,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":21,"hasPages":21,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":27,"readmeContent":28,"aiSummary":29,"trendingCount":16,"starSnapshotCount":16,"syncStatus":30,"lastSyncTime":31,"discoverSource":32},9437,"wave","glorylab\u002Fwave","glorylab","A Flutter package for displaying waves.","https:\u002F\u002Fwave.glorylab.xyz",null,"Dart",1127,96,8,15,0,53.96,"MIT License",false,"master",true,[23,24,25,26,5],"animation","dart","dartlang","flutter","2026-06-12 04:00:44","# WAVE\n\n\u003Cimg src='https:\u002F\u002Fgithub.com\u002Fglorylab\u002Fwave\u002Fblob\u002Fmaster\u002Fassets\u002Fwave_banner.png?raw=true' width=\"1000\" height=\"auto\" alt=\"Flutter package: tm - WAVE\" \u002F>\n\n---\n\n[![Awesome: Flutter](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002F⌐◨─◨-AwesomeFlutter-blue.svg?logo=flutter&longCache=true&style=flat-square)](https:\u002F\u002Fgithub.com\u002FSolido\u002Fawesome-flutter#effect) \n[![Pub](https:\u002F\u002Fimg.shields.io\u002Fpub\u002Fv\u002Fwave.svg?logo=flutter&style=flat-square)](https:\u002F\u002Fpub.dev\u002Fpackages\u002Fwave)\n![GitHub](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Flicense\u002Fmashape\u002Fapistatus.svg?longCache=true&style=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:\u002F\u002Fwave.glorylab.xyz \"The demo page of the wave package.\") |\n| Web       | `develop` | [dev.wave.glorylab.xyz](https:\u002F\u002Fdev.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","glorylab\u002Fwave 是一个用于在 Flutter 应用中展示波浪动画效果的 Dart 包。其核心功能包括通过自定义配置来设置波浪的颜色、持续时间以及高度百分比，从而实现丰富的视觉效果。此外，它支持多种平台，如 Web，并且提供了详细的文档和示例代码帮助开发者快速上手。该插件适用于需要增强用户界面吸引力的各种应用场景，比如天气应用中的海浪模拟、音乐播放器中的音波可视化等。",2,"2026-06-11 03:22:37","top_language"]