Docs
Celebrate

Celebrate

An interactive fun widget for celebrating any user interaction on the app.

Status: initializing

Installation

Copy and paste the following code into your project.

Please find it here

Update the import paths to match your project setup.

Usage

CoolMode(
  child: ElevatedButton(
    onPressed: _handlePress,
    child: Text('LONG PRESS!'),
  ),
);