Innovative Container
Innovative Container 🌈✨
Flutter's freshest gradient-enhanced package.
The innovativecontainer is a unique Flutter package tailored to infuse vibrant gradients into your app's containers seamlessly. Driven by the intent to simplify and beautify UI designs, it eliminates the clutter of gradient syntax, enabling developers to create immersive visuals with minimal code. Whether you're a seasoned developer or a newbie dipping your toes in the world of Flutter, your design journey will be smoother and faster with innovativecontainer.
Installation
- Add the latest version of package to your pubspec.yaml (and run
dart pub get
):
dependencies:
innovative_container: ^0.0.1
- Import the package and use it in your Flutter App.
import 'package:innovativecontainer/innovativecontainer.dart';
Example
Properties you can modify:
- Height
- Width
- Title
- Subtitle
- Gradient (color1 and color2)
|
Next Goals
-
x
Add onTap for functions. Now, you can specify the onTap and specify a function. -
x
Change font and color style for text. Change color by specifyingtextcolor
andsubtitlecolor
properties. -