Closed osmirnova-voc closed 7 months ago
Hi @osmirnova-voc, Thanks for reporting this issue. However, we are unable to reproduce it on a brand new test project.
Here are the steps we followed:
flutter create test_drive
cd test_drive
pubspec.yaml
to include the following under the dependencies
section:pushy_flutter: 2.0.18
flutter pub get
Please give the above steps a try and let us know if you still face an issue.
Hi! Thanks for the prompt response. Could you please upgrade the js package in your pubspec.yaml to version 0.7.1? We're experiencing conflicts during updates because the other packages we use are already compatible with this version.
Вт, 2 апр. 2024 г. в 4:37 PM, Pushy @.***>:
Hi @osmirnova-voc https://github.com/osmirnova-voc, Thanks for reporting this issue. However, we are unable to reproduce it on a brand new test project.
Here are the steps we followed:
- Run the flutter create command.
flutter create test_drive
- Change to the Flutter project directory.
cd test_drive
- Edit the pubspec.yaml to include the following under the dependencies section:
pushy_flutter: 2.0.18
- The SDK installed successfully after running the following command:
flutter pub get
Please give the above steps a try and let us know if you still face an issue.
— Reply to this email directly, view it on GitHub https://github.com/pushy/pushy-flutter/issues/64#issuecomment-2032219002, or unsubscribe https://github.com/notifications/unsubscribe-auth/A7NVVIND6VXBFVSHDMO4R4LY3K7CRAVCNFSM6AAAAABFTBYQPWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZSGIYTSMBQGI . You are receiving this because you were mentioned.Message ID: @.***>
Hi @osmirnova-voc,
Sure thing! We've updated the js
package to version 0.7.1
as requested in 472a5be and published version 2.0.19
.
Install version 2.0.19
of our Flutter SDK by editing the pubspec.yaml
in the root directory of your project and specifying the following under the dependencies section:
pushy_flutter: 2.0.19
Run flutter pub get
to fetch the dependency.
Please let us know if this resolves your issue, or if you require any further assistance.
Thank you very much for your professionalism and swift service. It's truly a delight to use your service!
Because no versions of pushy_flutter match >2.0.18 <3.0.0 and pushy_flutter 2.0.18 depends on js ^0.6.5, pushy_flutter ^2.0.18 requires js ^0.6.5. And because flutter_sound >=9.4.6 depends on flutter_sound_web 9.4.6 which depends on js ^0.7.1, pushy_flutter ^2.0.18 is incompatible with flutter_sound >=9.4.6.