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

migrate to dart 3, upgrade http, switch to 'lints' package from 'pedantic' #50

Merged
merged 7 commits into from
Jul 24, 2023

Conversation

mootw
Copy link
Contributor

@mootw mootw commented May 31, 2023

This PR migrates to dart 3 by setting the sdk constraint. This follows the update to http: 1.0.0. While doing those upgrades I migrated from deprecated pedantic to the lints package and solved all of the linting issues, including solidifying typing where appropriate.

instead of adjusting the const names I added an ignore constant_identifier_names to jwa.dart. I felt this was more appropriate over renaming.

Modified SDK constraint: sdk: '>=3.0.0 <4.0.0'

fixes #52

@nicolascrochet7
Copy link

It would be great to have this migration merged.

@kevmoo
Copy link
Contributor

kevmoo commented Jul 4, 2023

Ello @appsup-dart?

@kevmoo
Copy link
Contributor

kevmoo commented Jul 4, 2023

Ello @rbellens ?

pubspec.yaml Outdated Show resolved Hide resolved
pubspec.yaml Outdated Show resolved Hide resolved
@a-h-mzd
Copy link

a-h-mzd commented Jul 17, 2023

Could anyone kindly share with me any updates on the status of the PR? I was just wondering why it hasn't been merged yet. Thank you.

CHANGELOG.md Outdated Show resolved Hide resolved
pubspec.yaml Outdated Show resolved Hide resolved
mootw and others added 2 commits July 17, 2023 14:02
Co-authored-by: Kevin Moore <kevmoo@users.noreply.github.com>
Co-authored-by: Kevin Moore <kevmoo@users.noreply.github.com>
@bvoq
Copy link

bvoq commented Jul 21, 2023

I would also like to see this merged, so we can update open_id_client as well to http: 1.1.0.

@rbellens rbellens merged commit 88b23a1 into appsup-dart:master Jul 24, 2023
@rbellens
Copy link
Contributor

Thanks all for the work. It has now been merged and released

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.

http dependency now on version 1.0.0
6 participants