sweet_title 0.0.2 copy "sweet_title: ^0.0.2" to clipboard
sweet_title: ^0.0.2 copied to clipboard

Create a beautiful titles with Sweet Title, you can have a title with or without a button.

Create a beautiful titles with Sweet Title, you can have a title with a button or without a button.

Getting started #

This package provides a customizable Title for flutter projects Include the package in pubspec.yaml and start using it

        SweetTitle(
            title: 'Brands',
        ),


        SweetTitle.button(
            title: 'Brands',
            buttonText: 'Explore',
            buttonOnPressed: () => print('clicked'),
        ),
3
likes
120
pub points
15%
popularity

Publisher

verified publishern5lab.com

Create a beautiful titles with Sweet Title, you can have a title with or without a button.

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on sweet_title