fluttercommunity / fluttercommunity/plus_plugins
[Request]: Add build matrix into CI pipeline to check minimally supported Flutter version compatibility
Open
enhancement
- Dominant language
- Dart
- Stars
- 1.9k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
### Plugin
All plugins
### Use case
Recently there was an issue https://github.com/fluttercommunity/plus_plugins/issues/1960 which made it obvious that current testing of changes done with pipelines setup isn't enough. Thus, it would be good to test changes not only against latest stable Flutter version, but also against the minimally supported one to be sure no issues introduced for projects with not so fresh Flutter version.
### Proposal
Add build matrix: https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs to check all PRs against minimally supported Flutter versions as well.
Contributor guide
Assessment
This issue has not been assessed yet.