ivofernandes / teleprompter

Flutter package to create a teleprompter from a simple text
MIT License
3 stars 1 forks source link

The argument type 'OverlayState?' can't be assigned to the parameter type 'OverlayState' because 'OverlayState?' is nullable and 'OverlayState' #1

Closed MohamedRashad99 closed 1 year ago

MohamedRashad99 commented 1 year ago

I found these issues while running my app with this package
image

ivofernandes commented 1 year ago

Hi Mohamed :)

I guess this error is about some flutter update, I'm not remembering exactly the version but at some point the Overlay.of stopped to be nullable.

Probably you can solve that by upgrading flutter, if is not possible in your project just try to use an older teleprompter version, I guess the overlay is only used in the snackbar.

Tried to publish this package with the complete teleprompter workflow, that is something very experimental, glad to know that someone is using

ivofernandes commented 1 year ago

Is it working? I'm using this package in my app and it's working fine, so will close the issue ok?