Web Pointer

Alt Text

View on GitHub View on GitHub View on GitHub View on Linkedin View on Github

Preview

Alt Text

Features

Crafted with Flutter magic, our Fancy Web Pointer package elevates your website's allure. 🚀 Effortlessly customize the cursor's appearance for a visually stunning experience. 🎨 Enhance user engagement and aesthetics with ease. Explore a world of possibilities in web design with our delightful package! ✨

Getting started

Simply import our dependency and watch your web design transform with distinctiveness. Elevate your website's appeal effortlessly. 🚀🌐 Enhance user interaction and give your users a unique experience. Import, implement, and make a difference in your web presence! ✨

Properties

Name Type Default Behaviour Description
child Widget The child widget beneath the animated cursor.
cursor MouseCursor? SystemMouseCursors.basic The cursor to be displayed when the mouse is over the child widget.
circleColor Color? Color(0xFF4CAF50) Color of the animated circle.
roundColor Color? Color(0xFF4CAF50) Color of the animated dot.

Usage

import 'package:web_pointer/web_pointer.dart';

Example

WebPointer(
/// Customised color of your circle
circleColor: Colors.purple,
roundColor: Colors.blue,
/// Customised animate duration of your pointer
roundDuration: 100,
circleDuration: 350,
child: SizedBox(),
);

Additional information

Like if you appreciate it! 👍 If our solution adds value to your project or makes a positive impact, show your support by giving it a thumbs up! Your feedback motivates us to continue delivering excellence. 🌟 Thank you for choosing our solution! 🙌

Main Contributors

Smit Jagani Darshak Desai
Smit Jagani

Libraries

web_pointer