super_banners 0.0.1 copy "super_banners: ^0.0.1" to clipboard
super_banners: ^0.0.1 copied to clipboard

Display angled banners on top of your content with super_banners!

Super Banners
Displays angled banners in a corner of your choice.

This project is a Flutter Bounty Hunters proof-of-concept. Want more banners? Fund a milestone today!


Banners are useful for product-wide messages, such as announcing that your product is in the "alpha" or "beta" stage. Display a banner in any corner with a CornerBanner widget.

CornerBanner orients itself based on the desired corner position, and the banner shrinks or expands to fit the content that you provide.

CornerBanner example

CornerBanner(
  bannerPosition: CornerBannerPosition.topLeft,
  bannerColor: Colors.blue,
  child: Text("Hello, World!"),
);

Built with Flutter #

You can also announce to the world that your product was built with Flutter by using the BuiltWithFlutterCornerBanner widget.

Built with Flutter

BuiltWithFlutterCornerBanner(
  bannerPosition: CornerBannerPosition.topLeft,
  bannerColor: const Color(0xFF222222),
  shadowColor: Colors.black.withOpacity(0.8),
  elevation: 5,
);
39
likes
125
pub points
94%
popularity

Publisher

verified publisherflutterbountyhunters.com

Display angled banners on top of your content with super_banners!

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on super_banners