Skip to content

[Discussion] Make this library more "Darty" #46

@ThinkDigitalSoftware

Description

@ThinkDigitalSoftware

Is it more important to stay true to the JavaScript style of the library or should this port take into account the standard Dart style which is less error-prone than checking Strings? For example ,

socket.on('connect', (_) {});

would be

socket.onConnect((_) {});

etc

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions