parse-community / Parse-SDK-Flutter

The Dart/Flutter SDK for Parse Platform
https://parseplatform.org
Apache License 2.0
575 stars 190 forks source link

Add support for Dart 3 #873

Closed mtrezza closed 1 year ago

mtrezza commented 1 year ago

New Feature / Enhancement Checklist

Current Limitation

To add official support for Dart 3 the CI needs to run tests using Dart 3. There is currently no Dart matrix and all tests run with Dart 2.19.x. In fact, it's not defined which Dart version should be used and the CI package may change the Dart version at any time.

Feature / Enhancement Description

Add a Dart (and Flutter) version matrix to the CI to test against Dart (and Flutter) versions that are officially supported, according to our support policy currently discussed in #872.

parse-github-assistant[bot] commented 1 year ago

Thanks for opening this issue!