/circle_progress_bar

flutter circle progress bar

Primary LanguageDartApache License 2.0Apache-2.0

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.