ndatetimeline 1.0.0 copy "ndatetimeline: ^1.0.0" to clipboard
ndatetimeline: ^1.0.0 copied to clipboard

NDateTimeLine is a customizable Flutter package for creating horizontal timelines for date selection. It allows developers to set date ranges, highlight selected dates, and disable specific dates, all [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ndatetimeline

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

dependencies:
  ndatetimeline: ^1.0.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:ndatetimeline/ndatetimeline.dart';
0
likes
115
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

NDateTimeLine is a customizable Flutter package for creating horizontal timelines for date selection. It allows developers to set date ranges, highlight selected dates, and disable specific dates, all while supporting Portuguese (pt-BR). Ideal for apps targeting Brazilian users, it offers an intuitive interface for seamless integration into Flutter projects.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on ndatetimeline