plus_plugins icon indicating copy to clipboard operation
plus_plugins copied to clipboard

[Request]: Add build matrix into CI pipeline to check minimally supported Flutter version compatibility

Open vbuberen opened this issue 10 months ago • 0 comments

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.

vbuberen avatar Oct 02 '23 10:10 vbuberen