pauldemarco / socketcluster_client

SocketCluster.io Client for Dart
BSD 3-Clause "New" or "Revised" License
12 stars 10 forks source link

Migrate to Dart 2 #2

Closed MichaelMarner closed 5 years ago

MichaelMarner commented 5 years ago

This PR makes the necessary changes to support Dart 2 and Flutter. Adds some type information were applicable, changes how JSON is encoded/decoded.

In pubspec I've specified that Dart 2 is the minimum version. I don't see this as a problem going forward.