GiancarloCode / form_bloc

🔥 Dart and Flutter Package 🔥 Easy Form State Management using BLoC pattern 🔥 Wizard/stepper forms, asynchronous validation, dynamic and conditional fields, submission progress, serialization and more! 🔥
https://GiancarloCode.github.io/form_bloc/
457 stars 193 forks source link

Feature Request | Native iPhone Style Date/Time Packer #108

Open moriswala opened 4 years ago

moriswala commented 4 years ago

Please if you can provide Date/Time picker look like native iPhone (bottom spinner) would be great.

Additionally, current Date picker does not provide hijri dates. It would be great if you can keep option for hijri date in existing as well as future date picker widget.

Thank you

ignaciolopez12 commented 3 years ago

I am looking for the same, have you found any solution?

moriswala commented 3 years ago

@ignaciolopez12 I decided to stop using this as it has some limitations and used Flutter_BLoC as It is more flexible. and for Hijri date picker I used https://pub.dev/packages/hijri_picker.

GiancarloCode commented 3 years ago

@moriswala @ignaciolopez12 Hello, sorry for the delay, you can use the widget you want easily, check this comment that explains how to do it

ignaciolopez12 commented 3 years ago

@moriswala @ignaciolopez12 Hello, sorry for the delay, you can use the widget you want easily, check this comment that explains how to do it

Thank you! I found out that flutter_bloc was updated to version 6 ... flutter_form_bloc for it to work well, should we expect it to launch a new version too?

GiancarloCode commented 3 years ago

@ignaciolopez12 Yes, I will check some pull requests before so that they are not outdated and update tomorrow or the day after tomorrow

ignaciolopez12 commented 3 years ago

@ignaciolopez12 Yes, I will check some pull requests before so that they are not outdated and update tomorrow or the day after tomorrow

Excellent! Thank you very much for your contributions!