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

Layout is not visible on Release build #48

Closed
ghost opened this issue Jan 27, 2020 · 5 comments
Closed

Layout is not visible on Release build #48

ghost opened this issue Jan 27, 2020 · 5 comments

Comments

@ghost
Copy link

ghost commented Jan 27, 2020

Shows container instead of layout,but debugging one is showing well.
Created my own layouts and also tested your Example code,but nothing is showing in release mode

@sakebook
Copy link
Owner

Please show me flutter log. And does this happen which on Android or iOS?

@ghost
Copy link
Author

ghost commented Feb 20, 2020

@sakebook It does not logs anything,and Ive never tried on Ios,it happens only on Android.
Debugging is working superb,the release build the widget is simply white

@wilssola
Copy link

wilssola commented Mar 3, 2020

I'm also having the same problem, it was working normally in the debug and release, but now the widget only renders a blank space

@ale-getman
Copy link

Same problem

@matthewrice345
Copy link

matthewrice345 commented May 12, 2020

I added the following to my proguard-rules.pro and Ads show up in release.

-keep public class com.google.firebase.analytics.FirebaseAnalytics {
    public *;
}
-keep public class com.google.android.gms.measurement.AppMeasurement {
    public *;
}

@ghost ghost closed this as completed Jun 2, 2020
This issue was closed.
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

4 participants