ZuhanLin / circle_progress_bar

flutter circle progress bar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

circle_progress_bar

import

import 'package:circle_progress_bar/CircleProgressBar.dart';

use the widget


CircleProgressBar(
            200.0,
            backgroundColor: Colors.red,
            foreColor: Colors.amberAccent,
            startNumber: 0,
            maxNumber: 100,
            duration: 3000,
            textPercent: false,
          )

Contact me

blog: flutter.link
email: email me

License

AdCountView is under the Apache2.0 license. See the LICENSE file for details.

About

flutter circle progress bar

License:Apache License 2.0


Languages

Language:Dart 83.2%Language:Objective-C 11.2%Language:Java 5.6%