like_button 0.2.0 copy "like_button: ^0.2.0" to clipboard
like_button: ^0.2.0 copied to clipboard

outdated

Like Button is a flutter library that allows you to create a button with animation effects similar to Twitter's heart when you like something.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add like_button

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

dependencies:
  like_button: ^0.2.0

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:like_button/like_button.dart';
1280
likes
40
pub points
98%
popularity

Publisher

verified publisherfluttercandies.com

Like Button is a flutter library that allows you to create a button with animation effects similar to Twitter's heart when you like something.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on like_button