Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
svoza10 committed Aug 31, 2023
1 parent b23f60d commit 0a71fcb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0a71fcb

Please sign in to comment.