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

description: A simple Flutter package that provides a customizable container widget.

a_simple_container_package A simple Flutter package that provides a customizable container widget with a modern design, rounded corners, and gradient effects.

✨ Features ✅ Customizable width and height ✅ Gradient background & rounded corners ✅ Shadow effect for a modern look ✅ Centered text with customizable colors

🚀 Getting Started Add this package to your pubspec.yaml:

yaml

dependencies: a_simple_container_package: git: url: https://github.com/siyadjr/package_creation.git Then run:

flutter pub get 📌 Usage Import the package in your Dart file:

import 'package:a_simple_container_package/super_container.dart';

SuperContainer( width: 200, height: 100, mainColor: Colors.blue, textColor: Colors.white, text: "Hello, Siyadh!", ) 🎨 Customization You can modify the container by changing its size, colors, and text properties. Example with a gradient and different sizes:

SuperContainer( width: 250, height: 120, mainColor: Colors.purple, textColor: Colors.yellow, text: "Flutter is awesome!", ) 🛠️ Contributing Feel free to fork the repository and submit pull requests!

0
likes
120
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

description: A simple Flutter package that provides a customizable container widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on a_simple_container_package