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

Update asn1lib dependency to ^1.5.0 and fix the resulting lint warnings #41

Merged

Conversation

gkc
Copy link
Contributor

@gkc gkc commented Jul 30, 2023

Pull Request Checklist

  • My commits are in nice logical chunks with good commit messages
  • My changes are rebased on the latest trunk branch
  • Ran ´dart format lib test example´
  • All tests are passing
  • My changes are ready to be shipped to users

Issues affected

Fixes #38

gkc added 4 commits July 30, 2023 17:29
- updated `asn1lib` dependency to ^1.5.0
- updated dev dependencies `lints` and `test` to latest versions
- updated sdk from `'>=2.14.0 <3.0.0'` to `'>=2.14.0 <4.0.0'`
…te_key.dart which were necessary when working with previous versions of the `asn1lib` package but are no longer necessary since v1.5.0
@konstantinullrich konstantinullrich merged commit 1b606a1 into konstantinullrich:trunk Jul 31, 2023
1 check failed
@gkc gkc deleted the gkc-fix-dart-3-warnings branch July 31, 2023 07:49
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

Successfully merging this pull request may close these issues.

Getting warnings on VM startup after running a dart pub upgrade
2 participants