animated_weight_picker 1.0.0 copy "animated_weight_picker: ^1.0.0" to clipboard
animated_weight_picker: ^1.0.0 copied to clipboard

outdated

The Animated Weight Picker Flutter package is a customizable, animated weight picker widget for use in a Flutter application. It allows users to select a weight value by swiping or dragging a handle a [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add animated_weight_picker

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

dependencies:
  animated_weight_picker: ^1.0.0

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:animated_weight_picker/animated_weight_picker.dart';
25
likes
0
points
366
downloads

Publisher

verified publishergurutechnolabs.com

Weekly Downloads

The Animated Weight Picker Flutter package is a customizable, animated weight picker widget for use in a Flutter application. It allows users to select a weight value by swiping or dragging a handle along a scale. The appearance and behavior of the widget can be configured through various properties and callbacks.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on animated_weight_picker