flutter_holo_date_picker 2.0.0 copy "flutter_holo_date_picker: ^2.0.0" to clipboard
flutter_holo_date_picker: ^2.0.0 copied to clipboard

A Flutter package of Date Picker that looks like Holo Theme in Android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_holo_date_picker
copied to clipboard

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

dependencies:
  flutter_holo_date_picker: ^2.0.0
copied to clipboard

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:flutter_holo_date_picker/flutter_holo_date_picker.dart';
copied to clipboard
175
likes
150
points
15.3k
downloads

Publisher

verified publishermatiapps.com

Weekly Downloads

2024.09.15 - 2025.03.30

A Flutter package of Date Picker that looks like Holo Theme in Android.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

auto_size_text, flutter

More

Packages that depend on flutter_holo_date_picker