fancy_cursor 0.0.1 copy "fancy_cursor: ^0.0.1" to clipboard
fancy_cursor: ^0.0.1 copied to clipboard

outdated

Custom cursor to your apps

fancy_cursor #

Custom cursor with plenty of options.

Usage #

Wrap the entire app or a widget with the FancyCursor()

import 'package:flutter/material.dart';
import 'package:fancy_cursor/fancy_cursor.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  // This widget is the root of your application.

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: FancyCursor(
        child: MyHomePage(),
      ),
    );
  }
}

Buy Me A Coffee

25
likes
0
pub points
22%
popularity

Publisher

unverified uploader

Custom cursor to your apps

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on fancy_cursor