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

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: ^2.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:like_button/like_button.dart';
1275
likes
130
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on like_button