Skip to content

Overriding setState - _EmojiPickerState #47

Open
@LucianoFM

Description

Hi all!
I highly recommend that you put the code bellow in _EmojiPickerState ir order to avoid error while disposing the object before load:
...if you'll do that, please give me noticed....

@override void setState(fn) { if(mounted) { super.setState(fn); } }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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