watermaniac
watermaniac copied to clipboard
import android.os.Bundle
Had to add an import android.os.Bundle into
android\app\src\main\kotlin\com\rmzsoft\watermaniac\MainActivity.kt
otherwise android build in visual studio code for pixel 2 emulator failed with
flutter MainActivity.kt: 'onCreate' overrides nothing
Thank you! Good catch 👍🏼 Feel free to make a pull request.