prism_gradients_toolkit 0.0.2
SDKflutter
Platformandroidioswindowslinuxmacosweb
prism_gradients_toolkit is a Flutter package that provides beautiful, customizable gradient UI components like buttons, avatars, textfields and containers. Great for modern apps that want a vibrant, eye-catching design. Just plug and play!
Prism Gradients Toolkit Example
This example app demonstrates all the beautiful gradient widgets available in the prism_gradients_toolkit package.
Features Demonstrated
- 🎨 GradientShaderText - Animated gradient text effects
- 👤 AnimatedGradientAvatar - Circular avatars with gradient borders
- 📝 AnimatedGradientTextField - Text fields with animated borders
- 📦 AnimatedGradientContainer - Containers with gradient backgrounds
- 🔘 AnimatedGradientButton - Interactive gradient buttons
Running the Example
-
Navigate to the example directory:
cd example -
Get dependencies:
flutter pub get -
Run the app:
flutter run
Testing on Physical Device
To test on your physical device:
- Connect your device via USB
- Enable Developer Options and USB Debugging
- Run:
flutter devicesto verify your device is detected - Run:
flutter runto install and launch the app
The example showcases all widgets with different color combinations and animations to help you understand the full potential of the package.