floaty_chathead
floaty_chathead copied to clipboard
Cast Error
Was having a cast-error when setting an icon, notification-icon and notification title.
_CastError (type 'Future
Modifying package source to FutureOr<dynamic>
worked but should be ported to package update.
Me too