dartist / dart-bignum

Other
14 stars 11 forks source link

Fix to recent dart and return a List<int> rather than a map #11

Closed drt24 closed 11 years ago

drt24 commented 11 years ago

Further changes to deal with the evolution of Dart and also to return a List in toByteArray rather than a Map as other code uses List to represent byte arrays and so this is more useful.

adam-singer commented 11 years ago

lgtm. Would it help if I updated this on pub?

drt24 commented 11 years ago

I am running of a git: version so it wouldn't affect me. However it might be useful for other people.

ltackmann commented 11 years ago

A pub update would be nice