diff options
Diffstat (limited to 'pubspec.yaml')
-rw-r--r-- | pubspec.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pubspec.yaml b/pubspec.yaml index 1e39f1c..aea5ff6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,23 +4,23 @@ description: Offline voice assistant app designed for Automotive Grade Linux (AG version: 0.0.1+1 environment: - sdk: '>=2.18.0 <3.0.0' + sdk: '>=3.5.0 <4.0.0' dependencies: flutter: sdk: flutter provider: ^6.0.0 - grpc: ^3.1.0 - protobuf: ^2.1.0 - flutter_svg: ^1.1.6 + grpc: ^4.0.1 + protobuf: ^3.1.0 + flutter_svg: ^2.0.10+1 shared_preferences: ^2.2.3 dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^1.0.0 + flutter_lints: ^4.0.0 flutter: uses-material-design: true |