title_widget 0.3.1 copy "title_widget: ^0.3.1" to clipboard
title_widget: ^0.3.1 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 #

RectGlassTitle #

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

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

Output:

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