{"id":21526670,"url":"https://github.com/bijithpn/animated_mouse_cursor","last_synced_at":"2026-05-21T10:02:26.004Z","repository":{"id":221027780,"uuid":"753215644","full_name":"bijithpn/animated_mouse_cursor","owner":"bijithpn","description":"A package for creating beautiful custom mouse cursor on flutter web","archived":false,"fork":false,"pushed_at":"2024-02-18T18:49:21.000Z","size":5582,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-24T05:42:19.592Z","etag":null,"topics":["custom-cursor","flutter","flutter-package","flutter-web"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/animated_mouse_cursor","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bijithpn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-05T17:33:22.000Z","updated_at":"2024-12-07T08:45:17.000Z","dependencies_parsed_at":"2024-02-18T19:48:52.833Z","dependency_job_id":null,"html_url":"https://github.com/bijithpn/animated_mouse_cursor","commit_stats":null,"previous_names":["bijith-git/animated_mouse_cursor","bijithpn/animated_mouse_cursor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bijithpn%2Fanimated_mouse_cursor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bijithpn%2Fanimated_mouse_cursor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bijithpn%2Fanimated_mouse_cursor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bijithpn%2Fanimated_mouse_cursor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bijithpn","download_url":"https://codeload.github.com/bijithpn/animated_mouse_cursor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244089898,"owners_count":20396342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["custom-cursor","flutter","flutter-package","flutter-web"],"created_at":"2024-11-24T01:46:12.722Z","updated_at":"2026-05-21T10:02:20.964Z","avatar_url":"https://github.com/bijithpn.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# animated_mouse_cursor\n\n[![pub package](https://img.shields.io/pub/v/animated_mouse_cursor.svg)](https://pub.dartlang.org/packages/animated_mouse_cursor)\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\nThis Flutter package create beautiful custom mouse cursor on flutter web\n\n### Demo\n\n\u003cvideo controls autoplay height=\"400px\" src=\"https://raw.githubusercontent.com/bijith-git/animated_mouse_cursor/master/example/demo%20video/demo.mp4\" type=\"video/mp4\"\u003e\u003c/video \u003e\n\n## Installation\n\nAdd this to your `pubspec.yaml` file:\n\n```yaml\ndependencies:\n  animated_mouse_cursor: \u003clatest-version\u003e\n```\n\nor\n\n```shell\nflutter pub add animated_mouse_cursor\n```\n\n## Implementation\n\nImport the package in your Dart file:\n\n```yaml\nimport 'package:animated_mouse_cursor/animated_mouse_cursor.dart';\n```\n\n## Usage\n\nThe AnimatedCursor widget allows you to create a defualt cursor for your mouse you can wrap this widget in `MaterialApp` or a single `Widget`.\n\n```dart\n      MaterialApp(\n      title: 'Animated Cursor Demo',\n      theme: ThemeData(\n        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),\n        useMaterial3: true,\n      ),\n      home: AnimatedMouseCursor(\n        child: const MyHomePage(title: 'Animated Cursor Demo'),\n      ),\n    );\n\n```\n\n\u003c!--\nThe AnimatedCursorMouseRegion widget create a custom animation for your selected widget by wraping that widget.\n\n```dart\n        AnimatedCursorMouseRegion(\n          heightMultiplyer: 5,\n          child: Text(\n            \"Hover Widget Animation\",\n            style: Theme.of(context).textTheme.titleLarge,\n          ),\n        ),\n``` --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbijithpn%2Fanimated_mouse_cursor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbijithpn%2Fanimated_mouse_cursor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbijithpn%2Fanimated_mouse_cursor/lists"}