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

Add animated, glowing, and gradient borders to any Flutter widget with zo_animated_border – a powerful and flexible package for modern UIs.

example/lib/main.dart

import 'dart:math' as math;
import 'package:example/example/ex_text_border.dart';
import 'package:example/example/ex_zo_scribble_border.dart';
import 'package:flutter/material.dart';
import 'package:characters/characters.dart';
import 'package:zo_animated_border/painter/zo_rotating_text_border_painter.dart';
import 'package:zo_animated_border/zo_animated_border.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      theme: ThemeData.dark(),
      home: const ExZoHandDrawBorder(),
    );
  }
}
99
likes
160
points
2.42k
downloads
screenshot

Publisher

verified publisherthezerone.com

Weekly Downloads

Add animated, glowing, and gradient borders to any Flutter widget with zo_animated_border – a powerful and flexible package for modern UIs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on zo_animated_border