KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
circle_progress_bar
★ 9
Open GitHub ↗
flutter circle progress bar
Download README (.md)
Explore Similar Repositories
modorganizer-themes
:
Set of themes for Mod Organizer 2
waivio
:
No description available.
face
:
Generate adversarial examples for a facial recognition deep neural network.
ml-malware-classifier
:
Machine Learning Android Malware Classifier
abo
:
Automating Bayesian optimization with Bayesian optimization
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
circle_progress_bar
?
Download (.md)
# 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](http://flutter.link)<br/> email: [email me](mailto:fangjaylong@gmail.com) **License** AdCountView is under the Apache2.0 license. See the [LICENSE](https://github.com/flyou/circle_progress_bar/blob/master/LICENSE) file for details.