snake_button 0.0.5 copy "snake_button: ^0.0.5" to clipboard
snake_button: ^0.0.5 copied to clipboard

A button that appears with a snake animation along the border.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add snake_button

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

dependencies:
  snake_button: ^0.0.5

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:snake_button/snake_button.dart';
3
likes
150
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A button that appears with a snake animation along the border.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, vector_math

More

Packages that depend on snake_button