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

Make your web site look unique with simple yet powerful custom cursor package for you app.

example/lib/main.dart

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

import 'HomePage.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(
        color: Colors.white,
        curve: Curves.linear,
        delay: Duration(milliseconds: 300),
        size: 16,
        trailCustomCursor: Image.asset('assets/loading.gif'),
        child: HomePage(),
      ),
    );
  }
}
25
likes
40
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

Make your web site look unique with simple yet powerful custom cursor package for you app.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on fancy_cursor