uipickers 0.0.2 copy "uipickers: ^0.0.2" to clipboard
uipickers: ^0.0.2 copied to clipboard

outdated

A plugin library that exposes platform specific date, time and picker popups. It uses native iOS 14 style pickers on iOS and corresponding material pickers on other platforms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add uipickers

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

dependencies:
  uipickers: ^0.0.2

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:uipickers/uipickers.dart';
16
likes
0
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

A plugin library that exposes platform specific date, time and picker popups. It uses native iOS 14 style pickers on iOS and corresponding material pickers on other platforms.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on uipickers

Packages that implement uipickers