animated_cursor 1.0.0 copy "animated_cursor: ^1.0.0" to clipboard
animated_cursor: ^1.0.0 copied to clipboard

'The "Animated Cursor" package is a Flutter package designed to enhance user interface interactions by providing a visually appealing animated cursor. It offers a customizable animated cursor widget t [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add animated_cursor

With Flutter:

 $ flutter pub add animated_cursor

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

dependencies:
  animated_cursor: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:animated_cursor/animated_cursor.dart';
33
likes
0
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

'The "Animated Cursor" package is a Flutter package designed to enhance user interface interactions by providing a visually appealing animated cursor. It offers a customizable animated cursor widget that developers can easily integrate into their Flutter applications. With this package, developers can customize various properties of the cursor, such as color, shape, duration of animations, and border width, to match the design and style of their applications. '

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, provider

More

Packages that depend on animated_cursor