container_pro 0.0.1
container_pro: ^0.0.1 copied to clipboard
A beautiful and customizable Flutter widget that creates elegant gradient containers with titles and subtitles. Perfect for creating eye-catching cards, banners, and promotional sections.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add container_proThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
container_pro: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:container_pro/container_pro.dart';