Skip to content

Commit b2a702d

Browse files
committed
chore(pubspec)!: 2.3.0
bumps minimum language version to 3.6 since it's required for correct type checks
1 parent ca679d6 commit b2a702d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fetch_api
22
description: JavaScript bindings for Fetch API, flexible HTTP requests, redirects, streaming and more.
3-
version: 2.2.1
3+
version: 2.3.0
44
homepage: https://github.com/Zekfad/fetch_api
55
repository: https://github.com/Zekfad/fetch_api
66
issue_tracker: https://github.com/Zekfad/fetch_api/issues
@@ -13,7 +13,7 @@ platforms:
1313
web:
1414

1515
environment:
16-
sdk: '>=3.4.0 <4.0.0'
16+
sdk: '>=3.6.0 <4.0.0'
1717

1818
dependencies:
1919
# no upper bound, because we use only Types

0 commit comments

Comments
 (0)