LucianoFM
Results
2
issues of
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...
I got the error "package:flutter/src/rendering/object.dart': Failed assertion: line 2377 pos 12: 'attached': is not true" Code: .... itemBuilder: (context, index){ Rect itemRect = RectGetter.getRectFromKey(myobject.key); myobject.isShowing = (itemRect != null &&...