onepicker 0.0.6 copy "onepicker: ^0.0.6" to clipboard
onepicker: ^0.0.6 copied to clipboard

Introducing our innovative data picker called OnePicker, a powerful tool that allows you to access a wide range of data effortlessly.

onepicker #

Introducing our innovative data picker called OnePicker, a powerful tool that allows you to access a wide range of data effortlessly. With just one picker, you can conveniently retrieve and analyze multiple data sets, saving you time and effort. This user-friendly device is designed to provide seamless access to various data sources, making it an essential tool for professionals in various industries. Stay ahead of the game with our data picker and unlock a world of information at your fingertips.

Features #

  • Date Picker

Getting started #

To use this package, add onepicker as a dependency in your pubspec.yaml file.

Usage #

  • On pubspeck.yaml
onepicker: ^0.0.1
  • On Dart Import
import 'package:onepicker/onepicker.dart';
  • On implementation of Date Picker
OnePicker().date(
                    context,
                    selectedColor: Colors.green,
                    bgColor: Colors.white,
                    onTap: (value){
                      dateSeleted = value.toString();
                      setState(() {});
                    }
                );
Date Picker Date Range Picker Other Picker
date-picker date-range-picker

logo logo logo

4
likes
0
pub points
33%
popularity

Publisher

verified publisherakurupela.com

Introducing our innovative data picker called OnePicker, a powerful tool that allows you to access a wide range of data effortlessly.

Repository (GitHub)
View/report issues

Topics

#onepicker #date-picker #date-range-picker #data-picker #picker

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on onepicker