For those running into this problem while building a Flutter project for Android: I've resolved it by running flutter clean.
flutter clean
After cleaning the build assets the building process worked.