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

outdated

A widget like a tiktok like button write in pure flutter.Support custom animation.

example/lib/main.dart

import 'package:flutter/material.dart';
import './home.dart';
void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'many_like_demo',
      home: HomePage(),
    );
  }
}
5
likes
0
points
27
downloads

Publisher

verified publisherlaihz.tech

Weekly Downloads

A widget like a tiktok like button write in pure flutter.Support custom animation.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on many_like