Closed greglittlefield-wf closed 3 weeks ago
No security relevant content was detected by automated scans.
aviary.yaml
coverage of security relevant codeQuestions or Comments? Reach out on Slack: #support-infosec.
QA+1 CI passes. Verified that Dart 3 CI runs actually run on Dart 3 and analyzer 6.
can ignore semgrep ❌
@Workiva/release-management-p
Related over_react PR: https://github.com/Workiva/over_react/pull/958
Motivation
We should support Dart 3.
react-dart can currently be consumed in Dart 3, despite not supporting it in its SDK constraints, due to the way Dart 3 treats null-safe packages as compatible.
However, we don't officially support Dart 3, and our automated CI checks don't validate that it works properly in Dart 3.
Also, we still need to support Dart 2 for the time being, so ideally we'd be able to support both Dart 2 and 3 in the same react-dart version, and run CI against each Dart version.
Changes
QA Checklist