Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dutchcodingcompany/rick_rrrr
Rick Roll your Flutter app users with one vibrating click of a button!
https://github.com/dutchcodingcompany/rick_rrrr
Last synced: about 1 month ago
JSON representation
Rick Roll your Flutter app users with one vibrating click of a button!
- Host: GitHub
- URL: https://github.com/dutchcodingcompany/rick_rrrr
- Owner: DutchCodingCompany
- License: mit
- Created: 2024-03-27T15:41:32.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T09:08:58.000Z (9 months ago)
- Last Synced: 2024-04-24T07:45:46.922Z (8 months ago)
- Language: Dart
- Size: 354 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![Rick Astley vibrantly dancing](rick.png)
# Rick RRRR
Did you ever want to silently Rick Roll your app users? Want to use the best of haptic motors in smartphones for a cool easter egg in your app? Then Rick RRRR is for you! It is easy as one - two - three!## Features
Let your app vibrate to the song Never Gonna Give You Up by Rick Astley!## Getting started
First, you will need to add `rick_rrrr` to your `pubspec.yaml`.
```yaml
dependencies:
flutter:
sdk: flutter
rick_rrrr: 1.0.1
```Then, run `flutter pub get` in your terminal.
## Usage
Usage is very simple, just import and run;```dart
Rick.rrrr();
```## How it's made
Rick RRRR is powered by [Flutter Gaimon](https://pub.dev/packages/gaimon), a very simple and easy to use package to add haptic feedback to your app! With the power of custom patterns we were able to provide the world with a completely new dimension of Rick Rolling!