magic_draw 0.1.4 copy "magic_draw: ^0.1.4" to clipboard
magic_draw: ^0.1.4 copied to clipboard

A widget for custom canvas with animated magic effects. Feel free to use it in your awesome project.

Magic Draw #

Cover - MagicDraw

GitHub License Pub Package Code Size Publisher

Build Status Pull Requests Issues Pub Score

A widget for custom canvas with animated magic effects. Feel free to use it in your awesome project.

Share some ❤️ and star repo to support the project.

Usage #

void initState() {
  super.initState();
  magic = MagicDraw();
  // init code, see `example/lib/main.dart`
}

late final MagicDraw magic;

Widget build(BuildContext context) => MaterialApp(
  home: Scaffold(
    body: SafeArea(child: magic),
  ),
);

Welcome #

Requests and suggestions are warmly welcome.

This package is open-source, stable and well-tested. Development happens on GitHub. Feel free to report issues or create a pull-request there.

General questions are best asked on StackOverflow.

TODO #

  • Detect a real mana position.
  • Drawing a path.

Created with ❤️

0
likes
160
pub points
0%
popularity
screenshot

Publisher

verified publishersyrokomskyi.com

A widget for custom canvas with animated magic effects. Feel free to use it in your awesome project.

Repository (GitHub)
View/report issues
Contributing

Topics

#canvas #magic #effects #custom #widget

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bloc_concurrency, equatable, flutter, flutter_animate, flutter_bloc

More

Packages that depend on magic_draw