flutter_percent_indicator
flutter_percent_indicator copied to clipboard
Flutter percent indicator library
We are using `flutter_percent_indicator` version `4.2.2`, Flutter SDK version `3.0.5` Here is our exception stack trace: ``` Non-fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: Null check operator used on a null value. Error thrown...
I use sample code with arcType.FULL but it not show full circle ``` CircularPercentIndicator( radius: 20.0, animation: true, animationDuration: 1000, lineWidth: 4.0, percent: 1, reverse: false, arcType: ArcType.FULL_REVERSED, startAngle: 45.0,...
Hello @diegoveloper , Thanks for this amazing package. I was wondering if there is any support for multiple percent strokes, preferably overlapping. Something like this  If not, then I'd...
Even though I'm using arcType: ArcType.HALF, it still uses a circle Size, so it shows a vacuum space between this and the next widget // ignore_for_file: prefer_const_constructors import 'package:flutter/material.dart'; import...
First thanks for this great package. I'm using it a lot in my app. In this use case, I want to implement a basic video recording animation, where the start-to-record...
How to remove the default spacing on both sides when using LinearPercentIndicator `MediaQuery.removeViewInsets( context: context, removeLeft: true, removeRight: true, child: new LinearPercentIndicator( width: 40, lineHeight: 6.0, percent: 0.5, backgroundColor: ColorUtils.color_F3F4F8,...
- border width - boder color so this way can we have a transparent background and steel seen the circularProgresIndicator. thanks
The example of the package is not easy to read in pub.dev https://pub.dev/packages/percent_indicator/example That's because is importing other files, if it was all in one file the package would be...
The background color of the Half CircularPercentIndicator don't appear. The full works just fine.
What time LinearPercentIndicator have transverse and longitudinal of setting?