We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set percentage to GFProgressBar has no effect . the GFProgressBar always show with percentage 0.5
GFProgressBar( type: GFProgressType.circular, radius: 30, backgroundColor: Colors.white, percentage: 1, // has no effect circleWidth: 3, margin: EdgeInsets.all(10), )
my device use Android platform flutter version use 3.13.5 getwidget version use 4.0.0
when I change v4.0.0 to v3.1.1, the problem is gone.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
set percentage to GFProgressBar has no effect .
the GFProgressBar always show with percentage 0.5
GFProgressBar(
type: GFProgressType.circular,
radius: 30,
backgroundColor: Colors.white,
percentage: 1, // has no effect
circleWidth: 3,
margin: EdgeInsets.all(10),
)
my device use Android platform
flutter version use 3.13.5
getwidget version use 4.0.0
when I change v4.0.0 to v3.1.1, the problem is gone.
The text was updated successfully, but these errors were encountered: