Workiva / react-dart

Dart Bindings for React JS
BSD 2-Clause "Simplified" License
412 stars 67 forks source link

FED-1728 Migrate to null safety #373

Closed greglittlefield-wf closed 11 months ago

greglittlefield-wf commented 11 months ago

Motivation

This package needs to be upgraded to null safety in order for it to be used in other null-safe packages, and is a prerequisite for being consumed in Dart 3.

This PR contains the bulk of the changes that will make up the react-dart 7.0.0 major release.

A separate PR will be made into the v7_wip branch to perform other planned deprecated API removals. We can do a more complete audit of public API changes either at that point, or in the PR to merge the v7_wip branch.

Changes

Testing

aviary3-wk commented 11 months ago

Security Insights

No security relevant content was detected by automated scans.

Action Items

aaronlademann-wf commented 11 months ago

+10

greglittlefield-wf commented 11 months ago

@Workiva/release-management-p