Use records instead of lists
Hey there! I've recently found this library and I'm having a blast using it. There's one minor annoyance where the API accepts lists of 2 elements instead of tuples. For example, RectCoord.horizontalRange. Would it be possible to update those to use tuples instead? I'll be happy to PR it.
As far as I know, there is no tuple in dart yet. There will be the Record in dart 3, which is an other name of tuple. When dart 3 is widely used, I will update such properties' types to Record.
Ah my bad, I meant records*.
OK. It will be imported progressively, for it is a breaking change and not compatible with dart 2.