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

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

Magic Draw #

Cover - MagicDraw

GitHub License Pub Package Build Status Publisher

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

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),
  ),
);

Screenshot - MagicDraw

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.
1
likes
0
points
39
downloads

Publisher

verified publishersyrokomskyi.com

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

#canvas #magic #effects #custom #widget

License

unknown (license)

Dependencies

bloc_concurrency, equatable, flutter, flutter_animate, flutter_bloc, path_animation

More

Packages that depend on magic_draw