Skip to content

Instantly share code, notes, and snippets.

@AbedElazizShe
Created December 7, 2020 16:35
Show Gist options
  • Save AbedElazizShe/a5d886743e4bb10c98a9eeda19ca39c2 to your computer and use it in GitHub Desktop.
Save AbedElazizShe/a5d886743e4bb10c98a9eeda19ca39c2 to your computer and use it in GitHub Desktop.
Main Activity class
import io.flutter.embedding.android.FlutterActivity
import io.flutter.embedding.android.SplashScreen
class MainActivity: FlutterActivity() {
override fun provideSplashScreen(): SplashScreen? = SplashView()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment