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

在TextField中长按复制文本时报错No MediaQuery widget found. The relevant error-causing widget was OKToast #68

Closed
xunzzz opened this issue Sep 22, 2020 · 2 comments

Comments

@xunzzz
Copy link

xunzzz commented Sep 22, 2020

No MediaQuery widget found.
The relevant error-causing widget was
OKToast

@JohnJohnXia
Copy link

JohnJohnXia commented Oct 13, 2020

MaterialApp(
  builder: (context, widget) {
    return OKToast(
      child: widget,
    );
  },
);

main里用这种方式

@CaiJingLong
Copy link
Member

This is not the first time that this problem has happened. I have answered it in #53 (comment), and I have added this description to the readme.

Thank for @JohnJohnXia reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants