File tree Expand file tree Collapse file tree 4 files changed +18
-9
lines changed
Expand file tree Collapse file tree 4 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 1+ ## 1.1.1
2+ - Updated dependencies:
3+ - ` sdk ` to ` ^3.6.1 `
4+ - ` chopper ` to ` 8.0.4 `
5+ - ` http ` to ` 1.3.0 `
6+ - ` http_parser ` to ` 4.1.2 `
7+ - ` test ` to ` 1.25.14 `
8+ - ` very_good_analysis ` to ` 7.0.0 `
9+
110## 1.1.0
211- Synced oauth_chopper with auth2 package. This makes more parameters available which are supported by oauth2.
312 - Be default ` OAuthChopper ` client can now also be provided with the following parameter. Which will be passed to oauth2.
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2024 Dutch Coding Company B.V.
3+ Copyright (c) 2025 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/// OAuthChopper for configuring OAuth authentication with Chopper.
22///
33/// More dartdocs go here.
4- library oauth_chopper ;
4+ library ;
55
66export 'package:oauth2/src/authorization_exception.dart' ;
77export 'package:oauth2/src/expiration_exception.dart' ;
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.1.0
3+ version : 1.1.1
44homepage : https://github.com/DutchCodingCompany/oauth_chopper
55
66environment :
7- sdk : ' >=3.4.0 <4.0.0 '
7+ sdk : ^3.6.1
88
99dependencies :
10- chopper : ^8.0.1+1
11- http : ^1.2.2
12- http_parser : ^4.1.0
10+ chopper : ^8.0.4
11+ http : ^1.3.0
12+ http_parser : ^4.1.2
1313 oauth2 : ^2.0.3
1414
1515dev_dependencies :
1616 mocktail : ^1.0.4
17- test : ^1.25.7
18- very_good_analysis : ^6 .0.0
17+ test : ^1.25.14
18+ very_good_analysis : ^7 .0.0
You can’t perform that action at this time.
0 commit comments