I was trying to compare two different app version in flutter, But I am not able to assign , App versions in a variable.
var a = 1.0.0;
var b = 1.0.1;
But the values not getting assigned in variables.
I think 1.0.0 is not float value, so how to assign that value and compare them ?