gradient_ui_widgets 1.0.2-nullsafety  gradient_ui_widgets: ^1.0.2-nullsafety copied 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_widgetsThis 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-nullsafetyAlternatively, 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';