title_widget 0.4.0 copy "title_widget: ^0.4.0" to clipboard
title_widget: ^0.4.0 copied to clipboard

A widget for visualizing a customizable title with glass effect, gradient, rounded corners or/and free shape.

Title Widget #

Cover - TitleWidget

GitHub License

A widget for visualizing a customizable title with glass effect, gradient, rounded corners or/and free shape. Feel free to use it in your projects.

Usage #

With Text #

final background = Image.asset('image.webp');
const title = RectGlassTitle(text: 'Forgotten Dreams');

return Stack(children: [background, title]);

With Widget (Icon) #

const icon = Icon(Icons.hiking, color: Colors.white);
final title = RectGlassTitle(widget: icon);

return Stack(children: [background, title]);

Screenshott - TitleWidget

Welcome #

Requests and suggestions are warmly welcome.

This package is open-source, stable and well-tested. Development happens on GitHub. Feel free to report issues or create a pull-request there.

General questions are best asked on StackOverflow.

TODO #

  • How to construct own Clippers and Effects.
  • Add an option for fully customizable gradient.
4
likes
0
pub points
37%
popularity

Publisher

verified publishersyrokomskyi.com

A widget for visualizing a customizable title with glass effect, gradient, rounded corners or/and free shape.

Repository (GitHub)
View/report issues

Topics

#title #glass #effects #clip #widget

License

unknown (license)

Dependencies

flutter, glass

More

Packages that depend on title_widget