knopp / msgpack_dart

MsgPack implementation for dart / msgpack.org[Dart]
MIT License
57 stars 14 forks source link

Remove dependency on dart:io #9

Closed gargakshit closed 3 years ago

gargakshit commented 3 years ago

This makes the library compatible with web. Also, it didn't use dart:io at all. Tests and benchmarks pass after removing dart:io

image