Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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!