anharu2394 / tapioca

a Flutter plugin for video editing on Android and iOS.
https://pub.dev/packages/tapioca
MIT License
123 stars 54 forks source link

Null Safety #35

Closed dmiedev closed 3 years ago

dmiedev commented 3 years ago

Hello @anharu2394 @tokku5552

Are there any plans to migrate to null safety?

KyleKun commented 3 years ago

Hey, I needed the same and did the migration on my fork, just set this on your pubspec:

tapioca:
    git:
      url: https://github.com/KyleKun/tapioca.git
      ref: master
anharu2394 commented 3 years ago

Migrate to null-safety completely(1.0.5+1) https://pub.dev/packages/tapioca/versions @dmiedev @KyleKun