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

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

Title Widget #

Cover - Title Widget

GitHub License

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

Usage #

Title #

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

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

Output:

Screenshott - Title

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.
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