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

  1. Navigate to the example directory:

    cd example
    
  2. Get dependencies:

    flutter pub get
    
  3. Run the app:

    flutter run
    

Testing on Physical Device

To test on your physical device:

  1. Connect your device via USB
  2. Enable Developer Options and USB Debugging
  3. Run: flutter devices to verify your device is detected
  4. Run: flutter run to 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.