gradient_ui_widgets 1.0.2-nullsafety copy "gradient_ui_widgets: ^1.0.2-nullsafety" to clipboard
gradient_ui_widgets: ^1.0.2-nullsafety copied to clipboard

UI widgets with gradient support. Supports many widgets like Elevated/TextButton, FloatingActionButton, Icon, IconButton, Text, SelectableText etc with more to come.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gradient_ui_widgets
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  gradient_ui_widgets: ^1.0.2-nullsafety
copied to clipboard

Alternatively, 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:gradient_ui_widgets/gradient_ui_widgets.dart';
copied to clipboard
65
likes
90
points
88
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.26 - 2025.04.10

UI widgets with gradient support. Supports many widgets like Elevated/TextButton, FloatingActionButton, Icon, IconButton, Text, SelectableText etc with more to come.

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on gradient_ui_widgets