askai_animation_button 0.0.1+2 copy "askai_animation_button: ^0.0.1+2" to clipboard
askai_animation_button: ^0.0.1+2 copied to clipboard

Imitation TikTok of Live button.

askai_animation_button #

Imitation TikTok of Live button.

HOW TO USE #

add "askai_animation_button: ^last version" to the pubspec.yaml

dependencies:
  askai_animation_button: ^last version

use #

see also

const KaiAnimationButton(
      {Key? key,
      required this.text,   //text inside button
      required this.innerCircleColor,   //innerCircle's Color. [begin,end]
      required this.outerRingColor,     //outerRing's Color. [begin,end]
      this.style,   //TextStyle
      required this.onTap,  
      required this.innerWidth, //innerCircle's width. [begin,end]
      required this.outerRingWidth, //outerRing's width. [begin,end]
      required this.outerRingHeight})   //outerRing's height. [begin,end]
      : super(key: key);

rendering #

If you have plublem and more,please to contact me. #

or Submit questions to 'issues' #

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

11
likes
130
pub points
38%
popularity

Publisher

unverified uploader

Imitation TikTok of Live button.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_screenutil

More

Packages that depend on askai_animation_button