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

Consider using null safety #27

Open
RedstoneMedia opened this issue Jan 28, 2022 · 1 comment
Open

Consider using null safety #27

RedstoneMedia opened this issue Jan 28, 2022 · 1 comment

Comments

@RedstoneMedia
Copy link

Describe the solution you'd like
It would be useful, if this library would use sound null safety, like basically every new library does nowadays.
This is annoying since flutter forces you to explicitly disable null safety, if ANY dependency does not use it, which means that all the work that I already put in, to make my code null safe is completely invalidated by this library.

Describe alternatives you've considered
I have considered using other dependencies such as opencv_4, however none of the dependencies support the feature that I need (warpPerspectiveTransform).

@turbolux
Copy link

Hope to improve

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

No branches or pull requests

2 participants