FooStudio / flutter_statusbar_manager

Flutter StatusBar Manager for iOS & Android
MIT License
192 stars 74 forks source link

error: package android.support.v4.view does not exist #8

Closed debkanchan closed 4 years ago

debkanchan commented 5 years ago

This issue seems to occur only on AndroidX. I've migrated my code to AndroidX. This can be resolved by importing import androidx.core.view.ViewCompat in your main java file. I'm no android dev so I don't know how to exactly resolve this but if possible please implement a method which import correct things for the correct platform.

rafaelmaeuer commented 4 years ago

Might be related with issue #11 try out solution from this comment.

mendieta commented 4 years ago

This should be fixed now