Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DateTime picker opens up twice and doesn't set value. #121

Closed
ghost opened this issue Aug 30, 2019 · 3 comments
Closed

DateTime picker opens up twice and doesn't set value. #121

ghost opened this issue Aug 30, 2019 · 3 comments

Comments

@ghost
Copy link

ghost commented Aug 30, 2019

                      FormBuilderDateTimePicker(
                        firstDate: DateTime.now(),
                        attribute: "datetime",
                        decoration: InputDecoration(
                            border: OutlineInputBorder(),
                            labelText: S.of(context).addProgramProgramDateTime),
                        validators: [FormBuilderValidators.required()],
                      ),

Using this code I keep getting this:

ezgif-2-b38eabe82fa4

[✓] Flutter (Channel stable, v1.7.8+hotfix.4, on Linux, locale en_US.UTF-8)
    • Flutter version 1.7.8+hotfix.4 at /home/fawad/Development/flutter
    • Framework revision 20e59316b8 (6 weeks ago), 2019-07-18 20:04:33 -0700
    • Engine revision fee001c93f
    • Dart version 2.4.0

 
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
    • Android SDK at /home/fawad/Android/Sdk
    • Android NDK location not configured (optional; useful for native profiling support)
    • Platform android-29, build-tools 29.0.2
    • Java binary at: /home/fawad/Development/android-studio/jre/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
    • All Android licenses accepted.

[✓] Android Studio (version 3.5)
    • Android Studio at /home/fawad/Development/android-studio
    • Flutter plugin version 38.2.3
    • Dart plugin version 191.8423
    • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)

[✓] VS Code (version 1.37.1)
    • VS Code at /usr/share/code
    • Flutter extension version 3.3.0

[✓] Connected device (1 available)
    • SM G975F • 10.42.0.163:5556 • android-arm64 • Android 9 (API 28)

• No issues found!

@sapphire008
Copy link

I have the same issue.

@danvick
Copy link
Collaborator

danvick commented Sep 2, 2019

Hi @runedrune / @sapphire008,
Could you kindly confirm that this issue is fixed - in v3.5.1

@ghost
Copy link
Author

ghost commented Sep 3, 2019

Everything working perfectly. Thanks!

@ghost ghost closed this as completed Sep 3, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants