TahaMalas / flutter_image_viewer

MIT License
10 stars 4 forks source link

Not working in Android 10 #9

Open Softkeydel opened 3 years ago

Softkeydel commented 3 years ago

Not working in Android 10 Image is not being loaded only black screen showing but in lower versions working properly please help

ABDERRAHMANE-OUALI commented 3 years ago

I solved the issue go to AndroidManifest.xml file in the <activity tag and replace android:theme="@style/LaunchTheme" with android:theme="@style/Theme.AppCompat.NoActionBar"