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

Migrate example project to null-safety and fix thumbnail issue in null-safe projects #21

Merged
merged 1 commit into from
Apr 13, 2021
Merged

Conversation

paricleu
Copy link
Contributor

While trying to use video_editor in my null-safe project I noticed that thumbnails weren't properly displayed.
I fixed the issue in thumnail_slider.dart (unchecked cast from List<Uint8List?> to List) and migrated the example project to null-safety und fixed some issues with ffmpeg on iOS.

@seel-channel seel-channel merged commit a1056d5 into LeGoffMael:master Apr 13, 2021
@paricleu paricleu deleted the example_nullsafety branch April 14, 2021 16:06
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 this pull request may close these issues.

None yet

2 participants