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 <pun.butrach@gmail.com>
This commit is contained in:
validcube 2025-03-06 22:35:21 +07:00
parent 133f6ee28f
commit 746229120c
No known key found for this signature in database
GPG key ID: DBA94253E1D3F267

View file

@ -7,7 +7,8 @@ publish_to: 'none'
version: 1.23.4-dev.1+101800053 version: 1.23.4-dev.1+101800053
environment: environment:
sdk: ^3.5.3 sdk: '>=3.7.0'
flutter: '>=3.29.0'
dependencies: dependencies:
animations: ^2.0.11 animations: ^2.0.11
@ -37,7 +38,7 @@ dependencies:
font_awesome_flutter: ^10.8.0 font_awesome_flutter: ^10.8.0
google_fonts: ^6.2.1 google_fonts: ^6.2.1
injectable: ^2.4.0 injectable: ^2.4.0
intl: ^0.19.0 intl: ^0.20.0
json_annotation: ^4.9.0 json_annotation: ^4.9.0
language_code: ^0.5.3+2 language_code: ^0.5.3+2
logcat: logcat:
@ -67,7 +68,11 @@ dependencies:
stacked_generator: ^1.6.0 stacked_generator: ^1.6.0
stacked_services: ^1.6.0 stacked_services: ^1.6.0
synchronized: ^3.1.0+1 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 timezone: ^0.10.0
url_launcher: ^6.3.1 url_launcher: ^6.3.1
wakelock_plus: ^1.2.10 wakelock_plus: ^1.2.10