Open janlueders opened 12 months ago
A new version has been published with the fix of this bug the new version 2.3.3 is available on pub.dev this issue is related to https://github.com/koukibadr/Bottom-Picker/issues/80 if the new version works well on your side feel free to close this issue
i tried to use the default timepicker as shown in the example code, with the newest Version. After upgrading to flutter 3.16 the onSubmit only in the Timepicker isn't working anymore.
Flutter doctor -v
[✓] Flutter (Channel stable, 3.16.0, on Ubuntu 22.04.3 LTS 6.5.11-4-liquorix-amd64, locale de_DE.UTF-8) • Flutter version 3.16.0 on channel stable at /home/jl/snap/flutter/common/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision db7ef5bf9f (vor 7 Tagen), 2023-11-15 11:25:44 -0800 • Engine revision 74d16627b9 • Dart version 3.2.0 • DevTools version 2.28.2Code example
``` class AddBloodPresure extends ConsumerStatefulWidget { const AddBloodPresure({super.key}); @override ConsumerStateThe Week before it worked perfectly. But now i cant find a reason why it's not working anymore. code in the product in mostly the same.