You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
PR #426 is updating the versions of Gallery's upstream packages to prepare for null-safe migration.
A version conflict between web_benchmarks and google_fonts arose:
Because every version of web_benchmarks depends on shelf >=0.7.5 <1.0.0 which depends on http_parser ^3.1.0, every version of web_benchmarks requires http_parser ^3.1.0.
And because google_fonts >=2.0.0-nullsafety.0 depends on http ^0.13.0 which depends on http_parser ^4.0.0, web_benchmarks is incompatible with google_fonts >=2.0.0-nullsafety.0.
So, because gallery depends on both google_fonts >=2.0.0-nullsafety.0 and web_benchmarks ^0.0.3, version solving failed.