voximplant / flutter_callkit

Flutter SDK for CallKit integration to Flutter applications on iOS
MIT License
53 stars 18 forks source link

Migrating to null safety #10

Closed VictorUvarov closed 3 years ago

VictorUvarov commented 3 years ago

Flutter stable now supports sound null safety and this package has conflicts with uuid: ^3.0.1.

Is there a way to remove the uuid since it is only used in the example? Is it possible to move the uuid to dev_dependencies

VladimirBrejcha commented 3 years ago

@VictorUvarov thank you for the report. The problem now should be resolved in v1.2.0+4!

VictorUvarov commented 3 years ago

@VladimirBrejcha Awesome! Is migrating to null safety also being worked on?

VladimirBrejcha commented 3 years ago

@VictorUvarov planned!

VladimirBrejcha commented 3 years ago

@VictorUvarov 2.0 with null safety just released!