explode_widget 0.1.1
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_widgetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
explode_widget: ^0.1.1Alternatively, 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';