{"id":13684221,"url":"https://github.com/fluttercandies/ripple_backdrop_animate_route","last_synced_at":"2025-10-23T02:02:49.527Z","repository":{"id":37382079,"uuid":"203749139","full_name":"fluttercandies/ripple_backdrop_animate_route","owner":"fluttercandies","description":"A ripple animation with backdrop of route.","archived":false,"fork":false,"pushed_at":"2022-06-20T12:03:23.000Z","size":85,"stargazers_count":44,"open_issues_count":0,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-06-18T11:34:20.379Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluttercandies.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":"2019-08-22T08:28:26.000Z","updated_at":"2023-10-31T09:23:46.000Z","dependencies_parsed_at":"2022-07-08T07:39:55.897Z","dependency_job_id":null,"html_url":"https://github.com/fluttercandies/ripple_backdrop_animate_route","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercandies%2Fripple_backdrop_animate_route","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercandies%2Fripple_backdrop_animate_route/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercandies%2Fripple_backdrop_animate_route/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercandies%2Fripple_backdrop_animate_route/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluttercandies","download_url":"https://codeload.github.com/fluttercandies/ripple_backdrop_animate_route/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213684873,"owners_count":15623417,"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-08-02T14:00:31.136Z","updated_at":"2025-10-23T02:02:49.513Z","avatar_url":"https://github.com/fluttercandies.png","language":"Dart","funding_links":[],"categories":["Dart"],"sub_categories":[],"readme":"# ripple_backdrop_animate_route\n\n[![pub package](https://img.shields.io/pub/v/ripple_backdrop_animate_route.svg)](https://pub.dartlang.org/packages/ripple_backdrop_animate_route)\n[![GitHub stars](https://img.shields.io/github/stars/fluttercandies/ripple_backdrop_animate_route)](https://github.com/fluttercandies/ripple_backdrop_animate_route/stargazers)\n[![GitHub forks](https://img.shields.io/github/forks/fluttercandies/ripple_backdrop_animate_route)](https://github.com/fluttercandies/ripple_backdrop_animate_route/network)\n[![GitHub license](https://img.shields.io/github/license/fluttercandies/ripple_backdrop_animate_route)](https://github.com/fluttercandies/ripple_backdrop_animate_route/blob/master/LICENSE)\n[![GitHub issues](https://img.shields.io/github/issues/fluttercandies/ripple_backdrop_animate_route)](https://github.com/fluttercandies/ripple_backdrop_animate_route/issues)\n\u003ca target=\"_blank\" href=\"https://jq.qq.com/?_wv=1027\u0026k=5bcc0gy\"\u003e\u003cimg border=\"0\" src=\"https://pub.idqqimg.com/wpa/images/group.png\" alt=\"FlutterCandies\" title=\"FlutterCandies\"\u003e\u003c/a\u003e\n\nA ripple animation with backdrop of route.\n\nScreenshot:\n\n![](https://p1-jj.byteimg.com/tos-cn-i-t2oaga2asx/gold-user-assets/2019/8/21/16cb4d58e3458fd7~tplv-t2oaga2asx-zoom-in-crop-mark:1304:0:0:0.awebp)\n\n## Getting Started\n\n### Example Usage\n\n```dart\nimport 'package:ripple_backdrop_animate_route/ripple_backdrop_animate_route.dart';\n\n///...\n\nRippleBackdropAnimatePage.show(\n  context: context,\n  child: Column(\n    mainAxisAlignment: MainAxisAlignment.end,\n    children: \u003cWidget\u003e[\n      Text('This is ripple backdrop animate page.'),\n    ],\n  ),\n  childFade: true,\n  duration: 300,\n  blurRadius: 20,\n  bottomButton: Icon(Icons.visibility),\n  bottomHeight: 60,\n  bottomButtonRotate: false,\n);\n```\n\n### Parameters\n| Name                     | Description                                                                           | Default                      |\n|--------------------------|---------------------------------------------------------------------------------------|------------------------------|\n| child                    | Child for page.                                                                       | -                            |\n| childFade                | When enabled, [child] will fade in when animation is going and fade out when popping. | false                        |\n| duration                 | Animation's duration, including [Navigator.push], [Navigator.pop].                    | 300                          |\n| blurRadius               | Blur radius for [BackdropFilter].                                                     | 20.0                         |\n| bottomButton             | [Widget] for bottom of the page.                                                      | -                            |\n| bottomHeight             | The height which [bottomButton] will occupy.                                          | `kBottomNavigationBarHeight` |\n| bottomButtonRotate       | When enabled, [bottomButton] will rotate when to animation is going.                  | true                         |\n| bottomButtonRotateDegree | The degree which [bottomButton] will rotate.                                          | 45.0                         |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluttercandies%2Fripple_backdrop_animate_route","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluttercandies%2Fripple_backdrop_animate_route","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluttercandies%2Fripple_backdrop_animate_route/lists"}