animated_border_widgets 0.1.0 copy "animated_border_widgets: ^0.1.0" to clipboard
animated_border_widgets: ^0.1.0 copied to clipboard

Animated gradient border widgets for Flutter with tap boost and press-and-hold acceleration support.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'example_page.dart';

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

class _ExampleApp extends StatelessWidget {
  const _ExampleApp();

  @override
  Widget build(final BuildContext context) {
    return const MaterialApp(
      debugShowCheckedModeBanner: false,
      home: ExamplePage(),
    );
  }
}
2
likes
160
points
127
downloads

Publisher

unverified uploader

Weekly Downloads

Animated gradient border widgets for Flutter with tap boost and press-and-hold acceleration support.

Repository (GitHub)
View/report issues
Contributing

Topics

#animation #widget #gradient #border #ui

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on animated_border_widgets