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

Integrate null safety #14

Merged
merged 45 commits into from
Jul 30, 2023
Merged

Integrate null safety #14

merged 45 commits into from
Jul 30, 2023

Conversation

doodlezucc
Copy link
Owner

With the release of Dart 3.0, null safety is now enforced in Dart code. By porting the codebase to null safety, all packages can be upgraded to the latest available version. Consider this a task of housekeeping - it's not a visible change to the user (apart from a few bugs that have been discovered and fixed on the way), but it's an upgrade to the overall code. Null safety leads to fewer bugs and overall more stability while developing programs. This PR aims to reduce human error and improve compatibility with dependencies and future SDK changes.

@doodlezucc doodlezucc merged commit 94378a4 into development Jul 30, 2023
@doodlezucc doodlezucc deleted the null-safety branch July 30, 2023 01:56
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

Successfully merging this pull request may close these issues.

1 participant