Skip to content

using Fluttertoast.cancel on windows will cause Unhandled Exception: MissingPluginException #562

Open
@vontdeux

Description

@vontdeux

[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: MissingPluginException(No implementation found for method cancel on channel PonnamKarthik/fluttertoast)

for now i will code mine like this, until new update is coming in

if (!Platform.isWindows) { Fluttertoast.cancel(); }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions