mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-10 20:45:36 +02:00
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:
parent
133f6ee28f
commit
746229120c
1 changed files with 8 additions and 3 deletions
11
pubspec.yaml
11
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue