-
Notifications
You must be signed in to change notification settings - Fork 16
flutter 3.29 build issues solved #1875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -24,7 +24,11 @@ dependencies: | |||
|
|||
collection: ^1.17.1 | |||
flutter_blue_plus: ^1.33.4 | |||
workmanager: ^0.5.2 | |||
workmanager: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do they have a package? it's dangerous getting the latest from main like this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right now the package they have released to pub.dev is 0.5.2
which still have the plugins that flutter 3.29.0
have deprecated that is causing the build to fail.
They have made changes in there repo to fix that issue, but haven't released a new version to pub.dev, for that issue has been created: fluttercommunity/flutter_workmanager#588
As soon as they will release it, i will switch it back.
modules/ensemble/pubspec.yaml
Outdated
@@ -61,7 +61,7 @@ dependencies: | |||
otp_pin_field: | |||
git: | |||
url: https://github.com/EnsembleUI/ensemble.git | |||
ref: main | |||
ref: flutter_3_29_upgrade_fix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't this be main?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yesh updated.
Flutter 3.29 comes with deprecation of many plugins
Workmanager Package Changes:
Registrar
andPluginRegistrantCallback
)Changes in OTP Pin Field Package:
registerWith
method andRegistrar
constructor.signingInfo.apkContentsSigners
to fix type mismatch errorsimage_gallery_saver
Package:flutter_2_29_registrar_fix
with required updates