From 746229120c5c364856bcfc1c507e0137e98481a2 Mon Sep 17 00:00:00 2001 From: validcube Date: Thu, 6 Mar 2025 22:35:21 +0700 Subject: [PATCH] fix: Flutter Impeller renderer causing artifacts on rare occasions This sets minimum flutter version to 3.29.0 so that it will discourage any version lower than that. Signed-off-by: validcube --- pubspec.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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