-
-
Notifications
You must be signed in to change notification settings - Fork 908
Nullsafety #468
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
Comments
@sma A port to null safety would be much appreciated as I understand we are hurtling towards the day that the Flutter team enforces it. If you submit a PR I can review it and make sure we are good to go |
We at least need to update with support for Flutter 1.26 (see #531 for an attempt) and then our dependencies with nullsafety. PR is very much welcome! |
@sma are you still providing the PR for this? Looking forward to it |
I'm sorry, I didn't respond. I was busy and didn't notice the request. I'll look into it tonight or tomorrow. |
I had been working on nullsafety since this morning and didn't see that @sma was also still working on his nullsafety port. I've got a PR pushed at #548 but please submit yours as an alternative too! :) By the way, now we are only waiting on |
@tneotia I am short for time at the moment. For chewie_audio, can you make a PR there? 'We' also maintain that library. |
Hey guys, thanks for your work so far. Are there any updates on this? |
Also waiting for the null safety version :) Thanks for the work guys! |
I converted the project to NNBD and can provide a pull request.
According to
flutter pub outdated --mode=null-safety
these packages still lack NNBD support, therefore, I suppressed theimport_of_legacy_library_into_null_safe
warning:chewie
,chewie_audio
,csslib
,html
,webview_flutter
.csslib
is already ported, but no nullsafety version was published to pub yet. The same is true forhtml
.I haven't checked the status of
chewie
, but the underlyingvideo_player
package is already ported as well aswakelock
.The text was updated successfully, but these errors were encountered: