-
-
Couldn't load subscription status.
- Fork 560
feat: allow the date picker dialog to be opened programmatically (closes #1477) #1478
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
feat: allow the date picker dialog to be opened programmatically (closes #1477) #1478
Conversation
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 89.88%. Comparing base (
483f02f) to head (76f0a02).
Report is 2 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@ ## main #1478 +/- ## ======================================= Coverage 89.88% 89.88% ======================================= Files 21 21 Lines 840 840 ======================================= Hits 755 755 Misses 85 85
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Thanks for PR!
This is a sustancial change. I think that need to think more about the consequences of this, as the ones I explain here #1132 (comment)
@deandreamatias I wasn't sure about this either, but I saw the Flutter team is using this behavior in other widgets, such as PaginatedDataTable. You can see they left the PaginatedDataTableState as public, so you can access the pageTo method to dynamically change the page.
Uh oh!
There was an error while loading. Please reload this page.
Connection with issue(s)
Close #1477
Solution description
Making
FormBuilderDateTimePickerStatepublic allows calling theshowPickermethod programatically.We can access it like so:
Screenshots or Videos
To Do