fujidaiti / primer_progress_bar

Unoffcial Flutter implementation of the progress bar defined in GitHub Primer Design System

Home Page:https://pub.dev/packages/primer_progress_bar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Showing MediaQuery.maybeOf(context)?.textScaler ?? const TextScaler.linear(1) error on latest flutter version

debjeetproso opened this issue · comments

error

showing this error on the latest flutter version

@debjeetproso

Thanks for your reporting. Can you tell me the output of flutter doctor -v?

Sorry, I accidentally broke backwards compatibility in v0.3.1. I will work on it.
I'll leave you with some workarounds that we can use for now:

  • Update your Flutter version to 3.16.0 or higher, or
  • use primar_progress_bar: 0.3.0 in your pubspec.yaml (not ^0.3.0).

I've retracted v0.3.1 on pub.dev.
Please downgrade the package to v0.3.0 or lower if you have been using v0.3.1.
There is no difference in functionality between v0.3.0 and v0.3.1.