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

Blurry not working in Flutter Activity's decorView. #108

Open
AbhishekTaparia opened this issue Mar 1, 2021 · 2 comments
Open

Blurry not working in Flutter Activity's decorView. #108

AbhishekTaparia opened this issue Mar 1, 2021 · 2 comments

Comments

@AbhishekTaparia
Copy link

Bug Reporting

Blurry is not working when I am using Flutter activity's decorView

Steps to Reproduce

I want to add blurry effect on my whole activity, So I an using activity.getWindow().getDecorView() to set as ViewGroup.

Blurry.with(getApplicationContext())
            .radius(25)
            .sampling(2)
            .animate(500)
            .onto((ViewGroup) this.getWindow().getDecorView());

Now I get right results in my native code application, but when I used same code in flutter android app it is not working.
I did check and I am getting the correct MainActivity from Flutter.

Actual Results (include screenshots)

This is a screenshot from native code application.
I want Blurry effect in flutter application as well like I got in native application.

Screenshot_20210301_131926

Expected Results (include screenshots)

This is a screenshot from native code application where it is working.
Screenshot_20210226_193755

URL

OS details

  • Device: vivo 1819
  • OS: FunTouch OS_10

Please add relevant labels

@sagrawal31
Copy link

Same happening to me as well.

@sagrawal31
Copy link

Any update on this?

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

2 participants