JulianAssmann / flutter_background

A flutter plugin to keep apps running in the background via foreground services. Android only.
https://pub.dev/packages/flutter_background
MIT License
87 stars 49 forks source link

Build Error:Release not found #41

Closed bksubhuti closed 3 years ago

bksubhuti commented 3 years ago

Describe the bug The Release package is not found.

To Reproduce I ran pub get and pub upgrade.

Expected behavior It was working in debug but not reliably in release.. now I see the error..

Screenshots```

BUILD FAILED in 2s Running Gradle task 'assembleRelease'... 3.0s The build failed likely due to AndroidX incompatibilities in a plugin. The tool is about to try using Jetifier to solve the incompatibility. Building plugin flutter_background... Running Gradle task 'assembleAarRelease'... 848ms

FAILURE: Build failed with an exception.

BUILD FAILED in 705ms

The plugin flutter_background could not be built due to the issue above. Process finished with exit code 1

bksubhuti commented 3 years ago

flutter clean and rebuild fixed.