Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for Uint8List SDK breaking change #17

Merged
merged 3 commits into from
Jun 24, 2019

Conversation

tvolkert
Copy link
Contributor

@tvolkert tvolkert commented Jun 19, 2019

RawSocket.read() is being updated in the Dart SDK to
declare a return type of Uint8List rather than List<int>.
This forwards-compatible change prepares for that change
in the SDK.

dart-lang/sdk#36900

RawSocket.read() is being updated in the Dart SDK to
declare a return type of Uint8List rather than List<int>.
This forwards-compatible change prepares for that change
in the SDK.

dart-lang/sdk#36900
@tvolkert
Copy link
Contributor Author

ping @adamlofts

@adamlofts adamlofts merged commit 54f2281 into adamlofts:master Jun 24, 2019
@adamlofts
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants