I see that the minimum required cmake has been increased to 3.13 ( #1230 #1238). I imagine this is necessary for the future but I don’t see how it is needed for v0.3.1. Is it safe to reduce this back to 3.10?
The problem is that the flutter SDK recommends to remain with 3.10 for plugin authors. As mentioned when creating a new plugin:
0# The Flutter tooling requires that developers have CMake 3.10 or later
1# installed. You should not increase this version, as doing so will cause
2# the plugin to fail to compile for some customers of the plugin.
I could choose to ignore the suggested minimum by flutter or fork the library to reduce the minimum version. Others might have a similar compatibility issue and I don’t know if it was premature to increase the required minimum version yet.