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 to Null Safety #398

Closed
md-weber opened this issue Apr 8, 2021 · 3 comments
Closed

Migrate to Null Safety #398

md-weber opened this issue Apr 8, 2021 · 3 comments
Assignees
Labels

Comments

@md-weber
Copy link
Contributor

md-weber commented Apr 8, 2021

Null Safety would be beneficial to avoid bugs regarding Null statements. Dart supports that in the newest versions, and it would be helpful to use. We should first upgrade to Flutter 2.0 #397.

@md-weber md-weber added the Quality Improvement Refactoring, Linting etc. label Apr 10, 2021
@md-weber
Copy link
Contributor Author

md-weber commented Apr 19, 2021

Currently, we have only 4 non-null safe dependencies:

diff_match_patch - looks abandoned but there are some promising PR´s Maybe we have to switch to a fork.
https://github.com/jheyne/diff-match-patch

flutter_map - fleaflet/flutter_map#829

Mockite and UUID are at the moment on lower versions but could be easily upgraded to ns

@aytunch
Copy link

aytunch commented May 2, 2021

I would love to see Trufi being updated to null safety too. @md-weber do you know if the 4 dependencies will be resolved soon?
As a side note, once the dependencies are null-safe, please make a YouTube video for migrating Trufi to null safety :)

@ValorNaram
Copy link
Member

Implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants