zo_animated_border 1.0.8 copy "zo_animated_border: ^1.0.8" to clipboard
zo_animated_border: ^1.0.8 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 'package:example/example/ex_zo_fire_border.dart';

import 'package:flutter/material.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 ExZoFireBorder(),
    );
  }
}


// https://www.sliderrevolution.com/resources/css-border-animation/
133
likes
160
points
5.2k
downloads
screenshot

Documentation

API reference

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

License

MIT (license)

Dependencies

flutter

More

Packages that depend on zo_animated_border