Skip to content

Dabbit-Chan/path_combiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Path Combiner

A Flutter package for the animation of the combination of two paths

Showcase

Getting started

import 'package:path_combiner/path_combiner.dart';

Usage

First you need to create two paths that need to convert and a boolean to control them.

Here is a minimalist example.

PathCombiner(
  duration: const Duration(seconds: 1),
  path: showStar ? starPath : circlePath,
  color: Theme.of(context).colorScheme.onPrimaryContainer,
)

Check example for more.

About

A Flutter package for the animation of the combination of two paths

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published