We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ff301 commit 49d7185Copy full SHA for 49d7185
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 11.4.6
2
+
3
+* Update http dep contains.
4
5
## 11.4.5
6
7
* Updated all deps.
pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_toolbox
description: "Common flutter widgets and helper methods."
-version: 11.4.5
+version: 11.4.6
homepage: https://github.com/humazed/flutter_toolbox
# fvm flutter packages pub run build_runner watch --delete-conflicting-outputs
@@ -31,7 +31,7 @@ dependencies:
31
path_provider: ^2.1.5
32
path: ^1.9.1
33
34
- http: '>=0.12.2 <=1.2.2'
+ http: '>=0.12.2 <=1.3.0'
35
json_annotation: ^4.9.0
36
chopper: ^8.1.0
37
0 commit comments