shamblett / cbor

A CBOR implementation for Dart
MIT License
36 stars 16 forks source link

Changed extends to implements for Sink to fix dart error #57

Closed AlexDochioiu closed 1 year ago

AlexDochioiu commented 1 year ago

This is needed to work with flutter 3.13.0 (which just hit stable)

Also fixes https://github.com/shamblett/cbor/issues/56