Skip to content

Commit 7462291

Browse files
committed
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 <[email protected]>
1 parent 133f6ee commit 7462291

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pubspec.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ publish_to: 'none'
77
version: 1.23.4-dev.1+101800053
88

99
environment:
10-
sdk: ^3.5.3
10+
sdk: '>=3.7.0'
11+
flutter: '>=3.29.0'
1112

1213
dependencies:
1314
animations: ^2.0.11
@@ -37,7 +38,7 @@ dependencies:
3738
font_awesome_flutter: ^10.8.0
3839
google_fonts: ^6.2.1
3940
injectable: ^2.4.0
40-
intl: ^0.19.0
41+
intl: ^0.20.0
4142
json_annotation: ^4.9.0
4243
language_code: ^0.5.3+2
4344
logcat:
@@ -67,7 +68,11 @@ dependencies:
6768
stacked_generator: ^1.6.0
6869
stacked_services: ^1.6.0
6970
synchronized: ^3.1.0+1
70-
timeago: ^3.6.1
71+
timeago:
72+
git: # remove once new release include c23ec0f8a (intl 0.20 compatibility)
73+
url: https://github.com/andresaraujo/timeago.dart
74+
path: packages/timeago
75+
ref: c23ec0f8a4d51b88e2aa23611cc2785dfbe52f34 # Branch: master
7176
timezone: ^0.10.0
7277
url_launcher: ^6.3.1
7378
wakelock_plus: ^1.2.10

0 commit comments

Comments
 (0)