pax_date_picker 0.0.1
pax_date_picker: ^0.0.1 copied to clipboard
A Date-picker timeline.
Features #
This is a flutter package that gives you a custom and reusable date picker timeline.
Getting started #
Simple date picker Package
Usage #
Create a custom screen to handle date picker timeline.
File? idFile;
idFile = await showIDCapture(
context: context,
title: "Scan ID",
selfie: false,);
Additional information #
Feel free to open pull requests.