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

Date Time Picker depends on the Dev release channel instead of the production #183

Closed
jamiethain opened this issue Dec 1, 2019 · 3 comments

Comments

@jamiethain
Copy link

Like many people our project does not pass QA with Dev Channel items it in.

Can you change over to the release channel of date time picker.

Because flutter_form_builder 3.6.1 depends on datetime_picker_formfield ^1.0.0-pre.5 and no versions of flutter_form_builder match >3.6.1 <4.0.0, flutter_form_builder ^3.6.1 requires datetime_picker_formfield ^1.0.0-pre.5.

So, because flmobile depends on both datetime_picker_formfield ^0.4.3 and flutter_form_builder ^3.6.1, version solving failed.
pub get failed (1)
exit code 1

@danvick
Copy link
Collaborator

danvick commented Dec 1, 2019

The reason why we did this is that the newer version addresses some issues that are not in the stable version. That's why we needed to do this.

The problem you are having is a dependency mismatch issue which is very common and unrelated.
Kindly have a look dependency overrides in Flutter/Dart, or refer to this video which shows how to deal with the issue.

@jamiethain
Copy link
Author

jamiethain commented Dec 1, 2019 via email

@danvick
Copy link
Collaborator

danvick commented Dec 5, 2019

Fixed in v3.7.0. Feel free to reopen in case of any more feedback.

@danvick danvick closed this as completed Dec 5, 2019
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