flutterfullscreenpicker 1.1.0 copy "flutterfullscreenpicker: ^1.1.0" to clipboard
flutterfullscreenpicker: ^1.1.0 copied to clipboard

A Flutter package that provides a full screen select-like widget, it also provides search functionality

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutterfullscreenpicker

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

dependencies:
  flutterfullscreenpicker: ^1.1.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:flutterfullscreenpicker/flutterfullscreenpicker.dart';
9
likes
40
pub points
49%
popularity

Publisher

verified publisherlhamy.codes

A Flutter package that provides a full screen select-like widget, it also provides search functionality

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutterfullscreenpicker