From 0a71fcbbc8c6ed04e0e2f35daa838f21b45efdf1 Mon Sep 17 00:00:00 2001 From: Adam Svozilik <71311571+svoza10@users.noreply.github.com> Date: Thu, 31 Aug 2023 13:27:09 +0200 Subject: [PATCH] update dependencies --- pubspec.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 07308fe..0e99210 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,14 +4,14 @@ homepage: https://github.com/marchdev-tk/google_directions_api description: The Directions API is a service that calculates directions between locations. You can search for directions for several modes of transportation. environment: - sdk: '>=2.12.0 <3.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: google_polyline_algorithm: ^3.1.0 - http: ^0.13.4 + http: ^1.1.0 flinq: ^2.0.2 dev_dependencies: - flutter_lints: ^1.0.4 - test: ^1.20.1 + flutter_lints: ^2.0.3 + test: ^1.24.6