flutter_rounded_date_picker 0.2.1 copy "flutter_rounded_date_picker: ^0.2.1" to clipboard
flutter_rounded_date_picker: ^0.2.1 copied to clipboard

outdated

The Flutter plugin that help you can choose dates and years with rounded calendars and customizable themes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_rounded_date_picker

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

dependencies:
  flutter_rounded_date_picker: ^0.2.1

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_rounded_date_picker/cupertino_rounded_date_picker.dart';
import 'package:flutter_rounded_date_picker/cupertino_rounded_duration_picker.dart';
import 'package:flutter_rounded_date_picker/era_mode.dart';
import 'package:flutter_rounded_date_picker/flutter_cupertino_rounded_date_picker_widget.dart';
import 'package:flutter_rounded_date_picker/flutter_rounded_date_picker_widget.dart';
import 'package:flutter_rounded_date_picker/rounded_date_picker.dart';
import 'package:flutter_rounded_date_picker/thai_date_utils.dart';
295
likes
0
points
9.72k
downloads

Publisher

unverified uploader

Weekly Downloads

The Flutter plugin that help you can choose dates and years with rounded calendars and customizable themes.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_rounded_date_picker