build_flutter_version icon indicating copy to clipboard operation
build_flutter_version copied to clipboard

Add const constructor for Version

Open letsar opened this issue 7 years ago • 1 comments

The Version class could have a const constructor. Then we could use this const construtor lines 47 and 67 of version.dart file.

letsar avatar Oct 10 '18 20:10 letsar

Later we should be able to access multiple commits so a lot of class will be refactored and did not want to over optimise too early. This was wrote in a hurry last night so you can break stuffs if you want to test ideas. I would add const at the last time.

Solido avatar Oct 10 '18 20:10 Solido