gradient_ui_plus 1.0.1 copy "gradient_ui_plus: ^1.0.1" to clipboard
gradient_ui_plus: ^1.0.1 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 Dart:

 $ dart pub add gradient_ui_plus

With Flutter:

 $ flutter pub add gradient_ui_plus

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

dependencies:
  gradient_ui_plus: ^1.0.1

Alternatively, your editor might support dart pub get or 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_plus/buttons/gradient_button_style_button.dart';
import 'package:gradient_ui_plus/buttons/gradient_elevated_button.dart';
import 'package:gradient_ui_plus/buttons/gradient_floating_action_button.dart';
import 'package:gradient_ui_plus/buttons/gradient_text_button.dart';
import 'package:gradient_ui_plus/gradient_ui_widgets.dart';
import 'package:gradient_ui_plus/icon/gradient_icon.dart';
import 'package:gradient_ui_plus/icon/gradient_icon_button.dart';
import 'package:gradient_ui_plus/other/gradient_card.dart';
import 'package:gradient_ui_plus/progress_indicator/gradient_progress_indicator.dart';
import 'package:gradient_ui_plus/text/gradient_selectable_text.dart';
import 'package:gradient_ui_plus/text/gradient_text.dart';
1
likes
0
points
55
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

#gradient

License

unknown (license)

Dependencies

flutter

More

Packages that depend on gradient_ui_plus