Closed TheAndroidMonk closed 7 months ago
Are you willing to open a PR? I don't have much time right know to solve this.
@TheAndroidMonk Can you test the linked PR?
Can you please update the package as we are still getting the same error.
Can you please update the package as we are still getting the same error.
The proposed solution has been merged into master
. We have a release prepared with this fix, so it would be helpful if you could test it, so we could be sure it's working as intended.
You can do it by pointing the dependency in your pubspec.yaml
directly to master
.
dependency_overrides:
update_available:
git:
url: https://github.com/mateusfccp/update_available
ref: master
path: update_available
update_available_ios:
git:
url: https://github.com/mateusfccp/update_available
ref: master
path: update_available_ios
update_available_android:
git:
url: https://github.com/mateusfccp/update_available
ref: master
path: update_available_android
If you can successfully build with this, it can probably be released.
@coder-flutter Did you get it working by using master
?
Compilation fails on AGP 8.3.0 `Failed to query the value of property 'buildFlowServiceProperty'.
Request to migrate to latest AGP and gradle.