alitorki2651 / flutter_gauge

Other
24 stars 28 forks source link

How to show semi and full circle #7

Open srishalu opened 4 years ago

srishalu commented 4 years ago

How to show semi and full circle in progress gauge?

Expanded(child: Container(color: Colors.black38,child: FlutterGauge(inactiveColor: Colors.white38,activeColor: Colors.white,handSize: 30,width: 200,index: 65.0,fontFamily: "Iran",end: 400,number: Number.none,secondsMarker: SecondsMarker.minutes,isCircle: false,hand: Hand.none,counterAlign: CounterAlign.center,counterStyle: TextStyle(color: Colors.white,fontSize: 30,),isDecimal: false,)),),

Can you please tell me whether it is acheivable?

Regards, Sri Gayathri.G