Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

set percentage to circle GFProgressBar has no effect

Open
#344 0 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
42/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
dart, flutter
Domain
mobile-dev

Research direction

Start by reproducing the issue with the GFProgressBar circular example on Flutter 3.13.5 and GetWidget 4.0.0, then inspect the GFProgressBar percentage handling and compare it with version 3.1.1. Done means percentage: 1 renders a full circular progress bar, with a regression test covering the behavior.

Written by the indexing model from the issue text.

Description

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.

Dominant language
Dart
Stars
4.8k
Forks
649
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from ionicfirebaseapp/getwidget

All issues in ionicfirebaseapp/getwidget

Similar issues

More Dart issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.