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
+
1
10
## 1.0.0
2
11
- Updated chopper to v8.0.0
3
12
- ** BREAKING** Removed oauth_chopper authenticator. Now only the interceptor is needed.
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2022 Dutch Coding Company B.V.
3
+ Copyright (c) 2024 Dutch Coding Company B.V.
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of 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;
11
11
/// - [AuthorizationCodeGrant]
12
12
///
13
13
/// {@endtemplate}
14
+ // ignore because we need this interface.
15
+ // ignore: one_member_abstracts
14
16
abstract interface class OAuthGrant {
15
17
/// {@macro oauth_grant}
16
18
const OAuthGrant ();
Original file line number Diff line number Diff line change 1
1
name : oauth_chopper
2
2
description : Add and manage OAuth2 authentication for your Chopper client.
3
- version : 1.0.0
3
+ version : 1.0.1
4
4
homepage : https://github.com/DutchCodingCompany/oauth_chopper
5
5
6
6
environment :
7
- sdk : ' >=3.3 .0 <4.0.0'
7
+ sdk : ' >=3.4 .0 <4.0.0'
8
8
9
9
dependencies :
10
- chopper : ^8.0.0
11
- http : ^1.2.1
10
+ chopper : ^8.0.1+1
11
+ http : ^1.2.2
12
12
oauth2 : ^2.0.2
13
13
14
14
dev_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