Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missleading error message #78

Closed
l-borkowski opened this issue Apr 13, 2022 · 0 comments
Closed

missleading error message #78

l-borkowski opened this issue Apr 13, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@l-borkowski
Copy link

Describe the bug
Error message says to add OverlaySupport

 GlobalOverlaySupport(
           child: MaterialApp(
             title: 'Overlay Support Example',
             home: HomePage(),
           ),
         )

When it should tell the user to add OverlaySupport.global as it does in README, seems like code part wasn't updated

To Reproduce
Steps to reproduce the behavior:

  1. Use overlay support without wrapping material app in OverlaySupport.global

Version (please complete the following information):

  • Flutter Version: 2.10.4
  • OS:Android
  • OverlaySupport Version : 1.2.1
@l-borkowski l-borkowski added the bug Something isn't working label Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants