Skip to content
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

please add flutter 3.10 full support and update package on pub #72

Closed
fisforfaheem opened this issue May 11, 2023 · 3 comments
Closed

Comments

@fisforfaheem
Copy link

its causing issues like dart2js

terrier989 added a commit that referenced this issue May 15, 2023
@terrier989
Copy link
Member

Thank you for the issue report! This is now done.

@fisforfaheem
Copy link
Author

Can you also update these as well ( I have updated them)
async: ^2.11.0
csslib: ^0.17.2
charcode: ^1.3.1
collection: ^1.17.2
html: ^0.15.3
meta: ^1.9.1
source_span: ^1.10.0
typed_data: ^1.3.2
universal_io: ^2.2.1

I have made a fork and also contributed please see and update.

fsw pushed a commit to fsw/universal_html that referenced this issue Sep 6, 2023
@EchoEllet
Copy link

Can you also update these as well ( I have updated them)
async: ^2.11.0
csslib: ^0.17.2
charcode: ^1.3.1
collection: ^1.17.2
html: ^0.15.3
meta: ^1.9.1
source_span: ^1.10.0
typed_data: ^1.3.2
universal_io: ^2.2.1

The package doesn't need to update them, the pubspec.yaml defines the minimum required versions for dependencies, when the client runs flutter pub get they will get the latest version which is stored in pubspec.lock and can upgrade with flutter pub upgrade. It's not a good practice for packages especially published on pub.dev to force updating the dependencies unless they require a feature or a breaking release introduced.

For app packages, you can update them manually in flutter pub upgrade or flutter pub upgrade --major-versions which will only bump to their latest major release. Still, it's also not necessary to update the dependencies manually in pubspec.yaml but it's ok to do.

See the following resources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants