File tree Expand file tree Collapse file tree 4 files changed +19
-8
lines changed
Expand file tree Collapse file tree 4 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.1
2+ - Updated dependencies:
3+ - ` sdk ` to ` >=3.4.0 <4.0.0 `
4+ - ` chopper ` to ` 8.0.1+1 `
5+ - ` http ` to ` 1.2.2 `
6+ - ` mocktail ` to ` 1.0.4 `
7+ - ` test ` to ` 1.25.7 `
8+ - ` very_good_analysis ` to ` 6.0.0 `
9+
110## 1.0.0
211 - Updated chopper to v8.0.0
312 - ** BREAKING** Removed oauth_chopper authenticator. Now only the interceptor is needed.
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2022 Dutch Coding Company B.V.
3+ Copyright (c) 2024 Dutch Coding Company B.V.
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ import 'package:oauth2/oauth2.dart' as oauth;
1111/// - [AuthorizationCodeGrant]
1212///
1313/// {@endtemplate}
14+ // ignore because we need this interface.
15+ // ignore: one_member_abstracts
1416abstract interface class OAuthGrant {
1517 /// {@macro oauth_grant}
1618 const OAuthGrant ();
Original file line number Diff line number Diff line change 11name : oauth_chopper
22description : Add and manage OAuth2 authentication for your Chopper client.
3- version : 1.0.0
3+ version : 1.0.1
44homepage : https://github.com/DutchCodingCompany/oauth_chopper
55
66environment :
7- sdk : ' >=3.3 .0 <4.0.0'
7+ sdk : ' >=3.4 .0 <4.0.0'
88
99dependencies :
10- chopper : ^8.0.0
11- http : ^1.2.1
10+ chopper : ^8.0.1+1
11+ http : ^1.2.2
1212 oauth2 : ^2.0.2
1313
1414dev_dependencies :
15- mocktail : ^1.0.3
16- test : ^1.25.2
17- very_good_analysis : ^5.1 .0
15+ mocktail : ^1.0.4
16+ test : ^1.25.7
17+ very_good_analysis : ^6.0 .0
You can’t perform that action at this time.
0 commit comments