date_time_picker_tr 0.1.4 copy "date_time_picker_tr: ^0.1.4" to clipboard
date_time_picker_tr: ^0.1.4 copied to clipboard

Date Time Picker on desktop tr language.

date_time_picker_tr #

A new Flutter package project.

Screenshots #

Usage #

Example

To use this package :

  dependencies:
    flutter:
      sdk: flutter
    date_time_picker_tr:

How to use #

/*
    Here we have minDate , maxDate and initialDate
*/
DatePicker(
    maxDate: DateTime.parse('2020-10-13'),
    minDate: DateTime.parse('1980-10-13'),
    initialDate: DateTime.parse('2019-09-30'),
    onChangedDate: (dateTime) => print(dateTime),
    overlayColor: Colors.grey,
    backgroundColor: Colors.black,
    textColor: Colors.white,
    height: 300.0,
    width: 100.0,
),

Getting Started #

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

2
likes
30
pub points
8%
popularity

Publisher

unverified uploader

Date Time Picker on desktop tr language.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on date_time_picker_tr