8000 Overriding setState - _EmojiPickerState · Issue #47 · JeffG05/emoji_picker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Overriding setState - _EmojiPickerState #47
Open
@LucianoFM

Description

@LucianoFM

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); } }

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

      0