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

Convert calendar controller to use named parameters #95

Closed
kawaijoe opened this issue Jul 22, 2024 · 0 comments · Fixed by #94
Closed

Convert calendar controller to use named parameters #95

kawaijoe opened this issue Jul 22, 2024 · 0 comments · Fixed by #94
Assignees
Labels
type: bug A defect

Comments

@kawaijoe
Copy link
Member

For consistency, controllers should use named parameters instead of optional parameters. This is commonly used throughout the flutter library and may prove problematic when we need to accept multiple fields.
https://api.flutter.dev/flutter/widgets/ScrollController/ScrollController.html

For example:

FCalendarMultiValueController([super.value = const {}])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A defect
Projects
None yet
2 participants