-
Notifications
You must be signed in to change notification settings - Fork 309
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
Support null safety #260
Comments
The new Dart version with null-safety was just released 😍 |
Waiting for this to update our application to Flutter 2.0! It would be awesome to have it ASAP. Thank you for your great work :) |
@Zeswen you can upgrade to Flutter 2.0 even with this package. Flutter implemented null-safety in a backwards compatible manner 💪 But you might mean that you can't migrate your app to null-safety or switch to sound null-safety :) |
Exactly! I'd love to switch to sound null-safety, looking forward to it 🚀 |
Migrates the package to support null-safety. 🚀 Closes #260.
Allow customDayBuilder and markedDateIconBuilder to return null. If it returns null, use the default. This restores the original behavior from v1. Fixes hyochan#260.
This is a request to add support for null safety to
package:flutter_calendar_carousel
.We depend on your awesome package, so would be great to have null safety enabled.
The Dart/Flutter team already encourages publishing the migrated packages: See this blog post.
See the migration guide for details about enabling null safety.
The text was updated successfully, but these errors were encountered: