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

Access many data by using a one picker

onepicker #

Access many data by using a one picker

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
OnePicker().date(
                    context,
                    selectedColor: Colors.green,
                    bgColor: Colors.white,
                    onTap: (value){
                      dateSeleted = value.toString();
                      setState(() {});
                    }
                );
4
likes
0
pub points
33%
popularity

Publisher

verified publisherakurupela.com

Access many data by using a one picker

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on onepicker