zo_animated_border 0.0.1 copy "zo_animated_border: ^0.0.1" to clipboard
zo_animated_border: ^0.0.1 copied to clipboard

A package that gives us a modern way to show gradient border and animate it

pub package pub points License: MIT

zo_animated_border #

SimulatorScreenRecording-iPhone15-2024-08-24at22 13 17-ezgif com-video-to-gif-converter

A package that gives us a modern way to show gradient border and animate it

Getting started #

First, add zo_animated_border as a dependency in your pubspec.yaml file

dependencies:
  flutter:
    sdk: flutter
  zo_animated_border : ^[version]

Import the package #

import 'package:zo_animated_border/zo_animated_border.dart';

Usage #

ZoAnimatedGradientBorder(
    width: 200,
    height: 200,
    borderRadius: 100,
    borderThickness: 4,
    gradientColor: [Colors.yellow,Colors.orange],
    duration: Duration(seconds: 4),
    child: Container(
            alignment: Alignment.center,
            color: Colors.black,
            child: Text(
                    "Color",
                    style:TextStyle(color:Colors.black),
                  ),
               ),
            )

Feel free to post a feature requests or report a bug here.

7
likes
160
pub points
67%
popularity
screenshot

Publisher

verified publisherthezerone.com

A package that gives us a modern way to show gradient border and animate it

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on zo_animated_border