explode_widget 0.1.1 copy "explode_widget: ^0.1.1" to clipboard
explode_widget: ^0.1.1 copied to clipboard

Shatters any widget into thousands of fragments of its own pixels on tap. One render object, one drawAtlas call, and nothing rebuilds mid-flight.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add explode_widget

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  explode_widget: ^0.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:explode_widget/explode_widget.dart';
0
likes
160
points
67
downloads

Documentation

API reference

Publisher

verified publisherbomsamdi.com

Weekly Downloads

Shatters any widget into thousands of fragments of its own pixels on tap. One render object, one drawAtlas call, and nothing rebuilds mid-flight.

Repository (GitHub)
View/report issues

Topics

#animation #particles #widget #render-object #effects

License

MIT (license)

Dependencies

flutter

More

Packages that depend on explode_widget