diff --git a/pubspec.yaml b/pubspec.yaml index 926d847e..1bb6dd10 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,8 @@ publish_to: 'none' version: 1.23.4-dev.1+101800053 environment: - sdk: ^3.5.3 + sdk: '>=3.7.0' + flutter: '>=3.29.0' dependencies: animations: ^2.0.11 @@ -37,7 +38,7 @@ dependencies: font_awesome_flutter: ^10.8.0 google_fonts: ^6.2.1 injectable: ^2.4.0 - intl: ^0.19.0 + intl: ^0.20.0 json_annotation: ^4.9.0 language_code: ^0.5.3+2 logcat: @@ -67,7 +68,11 @@ dependencies: stacked_generator: ^1.6.0 stacked_services: ^1.6.0 synchronized: ^3.1.0+1 - timeago: ^3.6.1 + timeago: + git: # remove once new release include c23ec0f8a (intl 0.20 compatibility) + url: https://github.com/andresaraujo/timeago.dart + path: packages/timeago + ref: c23ec0f8a4d51b88e2aa23611cc2785dfbe52f34 # Branch: master timezone: ^0.10.0 url_launcher: ^6.3.1 wakelock_plus: ^1.2.10