From 7224503c83eba29f805eacbe499241b947fbe7a4 Mon Sep 17 00:00:00 2001 From: Alif Arfab Pavel Date: Fri, 10 May 2024 10:29:59 +0600 Subject: [PATCH] chore: dependency upgraded --- pubspec.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 33fe3dc..bc936c5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,22 +1,22 @@ name: resume_app description: A new Flutter project. -publish_to: 'none' # Remove this line if you wish to publish to pub.dev +publish_to: "none" # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 # Current flutter verison 3.13.0 environment: - sdk: '>=3.0.0 <4.0.0' + sdk: ">=3.0.0 <4.0.0" dependencies: flutter: sdk: flutter cupertino_icons: ^1.0.2 - latlng: ^1.0.0 + latlng: ^2.0.7 firebase_core: ^2.10.0 - google_fonts: ^6.1.0 + google_fonts: 6.1.0 responsive_builder: ^0.7.0 get_it: ^7.3.0 flutter_localizations: @@ -36,7 +36,7 @@ dev_dependencies: auto_route_generator: ^7.3.2 build_runner: ^2.4.7 flutter_gen_runner: ^5.3.2 - flutter_lints: ^3.0.1 + flutter_lints: ^4.0.0 flutter_test: sdk: flutter injectable_generator: ^2.4.1