{"id":16957288,"url":"https://github.com/ueman/splash","last_synced_at":"2026-01-29T22:30:25.785Z","repository":{"id":37023151,"uuid":"276688275","full_name":"ueman/splash","owner":"ueman","description":"Contains alternative Flutter splash factories","archived":true,"fork":false,"pushed_at":"2024-10-01T19:37:24.000Z","size":5877,"stargazers_count":21,"open_issues_count":11,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-27T12:46:26.284Z","etag":null,"topics":["button","dart","flutter","flutter-ui","hacktoberfest","splash","splash-alternatives"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/splash","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/ueman.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["ueman"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://paypal.me/JonasUekoetter","https://www.buymeacoffee.com/jonasuekoetter","https://uekoetter.dev/donate"]}},"created_at":"2020-07-02T15:54:47.000Z","updated_at":"2024-10-05T18:26:06.000Z","dependencies_parsed_at":"2023-01-31T07:30:50.945Z","dependency_job_id":"6e065618-ce7b-40a8-8cd7-708eab1e2e70","html_url":"https://github.com/ueman/splash","commit_stats":{"total_commits":41,"total_committers":3,"mean_commits":"13.666666666666666","dds":0.4878048780487805,"last_synced_commit":"c32b84cb09389a756414aa56498b49abb85c98a3"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueman%2Fsplash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueman%2Fsplash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueman%2Fsplash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueman%2Fsplash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ueman","download_url":"https://codeload.github.com/ueman/splash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239779703,"owners_count":19695726,"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":["button","dart","flutter","flutter-ui","hacktoberfest","splash","splash-alternatives"],"created_at":"2024-10-13T22:18:43.415Z","updated_at":"2026-01-29T22:30:25.723Z","avatar_url":"https://github.com/ueman.png","language":"Dart","funding_links":["https://github.com/sponsors/ueman","https://paypal.me/JonasUekoetter","https://www.buymeacoffee.com/jonasuekoetter","https://uekoetter.dev/donate"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/ueman/splash/master/img/splash.png\" max-height=\"100\" alt=\"Splash\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://pub.dartlang.org/packages/splash\"\u003e\u003cimg src=\"https://img.shields.io/pub/v/splash.svg\" alt=\"pub.dev\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/ueman/splash/actions?query=workflow%3Abuild\"\u003e\u003cimg src=\"https://github.com/ueman/splash/workflows/build/badge.svg?branch=master\" alt=\"GitHub Workflow Status\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/ueman#sponsor-me\"\u003e\u003cimg src=\"https://img.shields.io/github/sponsors/ueman\" alt=\"Sponsoring\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://pub.dev/packages/splash/score\"\u003e\u003cimg src=\"https://img.shields.io/pub/likes/splash\" alt=\"likes\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://pub.dev/packages/splash/score\"\u003e\u003cimg src=\"https://img.shields.io/pub/popularity/splash\" alt=\"popularity\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://pub.dev/packages/splash/score\"\u003e\u003cimg src=\"https://img.shields.io/pub/points/splash\" alt=\"pub points\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n💰 Using this library in a commercial product? Consider [becoming a sponsor](https://github.com/ueman#sponsor-me).\n\nThis package contains a few alternatives for [InkSplash.splashFactory](https://api.flutter.dev/flutter/material/InkSplash/splashFactory-constant.html)\nand [InkRipple.splashFactory](https://api.flutter.dev/flutter/material/InkRipple/splashFactory-constant.html). In other words this are custom button pressed effects.\n\n## List of available alternatives\n\n| Example                                           | Usage  |\n|-                                                  |-      |\n| ![Wave Splash](https://raw.githubusercontent.com/ueman/splash/master/img/wave_splash.gif \"Wave Splash\") | `WaveSplash.splashFactory`, `WaveSplash.customSplashFactory(strokeWidth: 30, blurStrength: 5)` |\n| ![Path Splash](https://raw.githubusercontent.com/ueman/splash/master/img/path_splash.gif \"Path Splash\") | `PathSplash.splashFactory(path)`, `PathSplash.splashFactory(path, paint: paint, clip: false)` |\n| ![Line Splash](https://raw.githubusercontent.com/ueman/splash/master/img/line_splash.gif \"Line Splash\") | `LineSplash.splashFactory`, `LineSplash.customSplashFactory(paint: paint)` | \n| ![No Splash](https://raw.githubusercontent.com/ueman/splash/master/img/no_splash.gif \"No Splash\")       | `NoSplash.splashFactory` | \n\nYou can find an extensive example [here](https://github.com/ueman/splash/blob/master/example/lib/main.dart).\nIt shows simple usages and some more advances examples.\n\n## How do I use them?\n\n```dart\nimport 'package:splash/splash.dart';\n\nfinal splashFactory = ...\n\nMaterialApp(\n  theme: Theme(\n    splashFactory: splashFactory,\n  ),\n  home: Scaffold(), \n);\n```\n```dart\nimport 'package:splash/splash.dart';\n\nfinal splashFactory = ...\n\nOutlinedButton(\n  child: const Text('OutlineButton'),\n  onPressed: () {},\n  style: OutlinedButton.styleFrom(\n    splashFactory: splashFactory,\n  ),\n);\n```\n\n\n# New features and ideas\n\nI would really appreciate pull request with new splash factories or good looking examples in the example app. You can do it [here](https://github.com/ueman/splash).\n\n## Author\n\n- Jonas Uekötter [GitHub](https://github.com/ueman) [Twitter](https://twitter.com/ue_man)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fueman%2Fsplash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fueman%2Fsplash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fueman%2Fsplash/lists"}