jifalops / datetime_picker_formfield

A Flutter widget that wraps a TextFormField and integrates the date and/or time picker dialogs.
MIT License
186 stars 101 forks source link

Is it really discontinued? Which fork is the best maintained? #134

Open MrCsabaToth opened 1 year ago

MrCsabaToth commented 1 year ago

The pub.dev lists the package as discontinued. Is this just a mistake, or for real? This repo has 104 forks so far, does anyone know which one is the best maintained? https://github.com/jifalops/datetime_picker_formfield/network/members

MrCsabaToth commented 1 year ago

I see https://github.com/rekariproject/datetime_picker_formfield however with recent analyzer run I'm getting a info • Don't use 'BuildContext's across async gaps • lib/ui/import_form.dart:125:42 • use_build_context_synchronously in my project. My usage is similar to the example