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

Generics of _InternalDayViewPageState is always Object? #371

Closed
yuklynn opened this issue May 27, 2024 · 0 comments · Fixed by #375
Closed

Generics of _InternalDayViewPageState is always Object? #371

yuklynn opened this issue May 27, 2024 · 0 comments · Fixed by #375

Comments

@yuklynn
Copy link

yuklynn commented May 27, 2024

InternalDayViewPage should provide generics to _InternalDayViewPageState.

@override
State<InternalDayViewPage<T>> createState() => _InternalDayViewPageState<T>();
jiazeh added a commit to jiazeh/flutter_calendar_view that referenced this issue May 30, 2024
…olutionsPvtLtd#371

Fix the problem that `_InternalDayViewPageState` is always Object.
jiazeh added a commit to jiazeh/flutter_calendar_view that referenced this issue May 30, 2024
…olutionsPvtLtd#371

Fix the problem that `_InternalDayViewPageState` is always Object.
ParthBaraiya pushed a commit that referenced this issue Jun 5, 2024
* Fix: Generics of _InternalDayViewPageState is always Object? #371

Fix the problem that `_InternalDayViewPageState` is always Object.

* Fix: Generics of _InternalDayViewPageState is always Object? #371

Fix the problem that `_InternalDayViewPageState` is always Object.
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

Successfully merging a pull request may close this issue.

1 participant