drawing_animation icon indicating copy to clipboard operation
drawing_animation copied to clipboard

A Flutter library for gradually painting SVG path objects on canvas (drawing line animation).

Results 13 drawing_animation issues
Sort by recently updated
recently updated
newest added

Can i get at any point or continues path value and time.

At the moment, the library allows loading assets via assets; We would love to be able to load SVG via web. At the moment; as a workaround we do the...

Allow custom paints feature.

> I'm currently considering to add flutter_svg as dependency for more complete SVG parsing. that would be awesome if you implement it. _Originally posted by @laxxxguy in https://github.com/biocarl/drawing_animation/issues/4#issuecomment-510455057_

feature-request

![error](https://user-images.githubusercontent.com/2052646/74577038-a30e0280-4f4a-11ea-8771-5f889084aec0.png) Probably same problem that https://github.com/dnfield/flutter_svg/issues/173 has.

Awesome work on the library. I was wondering if it is possible to add a callback as a Path is rendered. The _onPaint_ callback is called after a entire path...

feature-request

Still missing one fix to `no_logic_in_create_state` in `drawing_widget.dart`, but this will require a bigger change

`` lib\main.dart:1 /C:/Users/user/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/drawing_animation-1.0.1/lib/src/abstract_drawing_state.dart:68:31: Error: Method 'addPostFrameCallback' cannot be called on 'SchedulerBinding?' because it is potentially null. - 'SchedulerBinding' is from 'package:flutter/src/scheduler/binding.dart' ('/C:/Users/user/Documents/flutter/packages/flutter/lib/src/scheduler/binding.dart'). package:flutter/…/scheduler/binding.dart:1 Try calling using ?. instead. SchedulerBinding.instance.addPostFrameCallback((_) {...

Hello, The examples had some overdue maintenance, and didn't compile correctly on the latest Flutter SDK. There were also some small changes in the drawing_animation APIs that were not up-to-date...

Please update this package, unable to add latest generated projects