flutter-clutter / flutter-simple-edge-detection

A Flutter plugin enabling the user to detect edges of a given image. It returns the relative coordinates of the detection rectangle.
71 stars 47 forks source link

Compatible code for Flutter Null safety #22

Open thomaslc66 opened 3 years ago

thomaslc66 commented 3 years ago

Hello,

Depending on the flutter version used, the code is showing a lot of errors related to null variable and other variable assignments.

image

Could it be possible for you to check (if you have time) and review thoses errors, to make you code compatible with latest version of flutter ?

Thank you for your answer.

Thomas