commit | 9a486d058a17e880afa9cc1c3c0dd8bad726bcbc | [log] [tgz] |
---|---|---|
author | Nate Bosch <nbosch@google.com> | Mon Nov 16 13:57:12 2020 -0800 |
committer | GitHub <noreply@github.com> | Mon Nov 16 13:57:12 2020 -0800 |
tree | 0668c6e8f9a4e439ce25a2cf82d9ab6002428373 | |
parent | 814924bac4d3cd56f40d05b3427e69f3e966d139 [diff] |
Drop dependency on package:uuid (#32) Switch to a v4 UUID. We were not depending on the specific UUID version used and the random approach has a simpler implementation. Copy a small implementation of UUID generation from https://github.com/dart-lang/usage/blob/16fbfd90c58f16e016a295a880bc722d2547d2c9/lib/uuid/uuid.dart Refactor to a top level method since it is only used once from this package.
This package provides support for bi-directional communication through Server Sent Events and corresponding POST requests.