Skip to content

Commit a3242ad

Browse files
committed
⬆️ Updated dependencies
1 parent 3ce6a7d commit a3242ad

File tree

4 files changed

+20
-9
lines changed

4 files changed

+20
-9
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.1.1
2+
- Updated dependencies:
3+
- `sdk` to `^3.6.1`
4+
- `flutter` to `>=3.27.0`
5+
- `chopper` to `8.0.4`
6+
- `http` to `1.3.0`
7+
- `http_parser` to `4.1.2`
8+
- `test` to `1.25.14`
9+
- `very_good_analysis` to `7.0.0`
10+
111
## 1.1.0
212
- Synced oauth_chopper with auth2 package. This makes more parameters available which are supported by oauth2.
313
- Be default `OAuthChopper` client can now also be provided with the following parameter. Which will be passed to oauth2.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Dutch Coding Company B.V.
3+
Copyright (c) 2025 Dutch Coding Company B.V.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

lib/oauth_chopper.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// OAuthChopper for configuring OAuth authentication with Chopper.
22
///
33
/// More dartdocs go here.
4-
library oauth_chopper;
4+
library;
55

66
export 'package:oauth2/src/authorization_exception.dart';
77
export 'package:oauth2/src/expiration_exception.dart';

pubspec.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
name: oauth_chopper
22
description: Add and manage OAuth2 authentication for your Chopper client.
3-
version: 1.1.0
3+
version: 1.1.1
44
homepage: https://github.com/DutchCodingCompany/oauth_chopper
55

66
environment:
7-
sdk: '>=3.4.0 <4.0.0'
7+
sdk: ^3.6.1
8+
flutter: ">=3.27.0"
89

910
dependencies:
10-
chopper: ^8.0.1+1
11-
http: ^1.2.2
12-
http_parser: ^4.1.0
11+
chopper: ^8.0.4
12+
http: ^1.3.0
13+
http_parser: ^4.1.2
1314
oauth2: ^2.0.3
1415

1516
dev_dependencies:
1617
mocktail: ^1.0.4
17-
test: ^1.25.7
18-
very_good_analysis: ^6.0.0
18+
test: ^1.25.14
19+
very_good_analysis: ^7.0.0

0 commit comments

Comments
 (0)