Skip to content

Commit

Permalink
Relax http
Browse files Browse the repository at this point in the history
  • Loading branch information
dnfield committed Feb 20, 2024
1 parent 09fd110 commit c1ea0d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/flutter_svg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGES

## 2.0.10+1

- Relax http dependency.

## 2.0.10

- Use package:http for network requests, and allow injection of the client.
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_svg/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: flutter_svg
description: An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files.
repository: https://github.com/dnfield/flutter_svg/tree/master/packages/flutter_svg
issue_tracker: https://github.com/dnfield/flutter_svg/issues
version: 2.0.10
version: 2.0.10+1

dependencies:
flutter:
sdk: flutter
http: ^1.2.1
http: ^1.0.0
vector_graphics: ^1.1.11
vector_graphics_codec: ^1.1.11
vector_graphics_compiler: ^1.1.11
Expand Down

0 comments on commit c1ea0d4

Please sign in to comment.