-
Notifications
You must be signed in to change notification settings - Fork 207
/
pubspec.yaml
29 lines (24 loc) · 875 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: percent_indicator
description: Library that allows you to display progress widgets based on percentage, can be Circular or Linear, you can also customize it to your needs.
version: 4.2.4
homepage: https://www.diegoveloper.com
repository: https://github.com/diegoveloper/flutter_percent_indicator/
dependencies:
flutter:
sdk: flutter
environment:
sdk: '>=2.12.0 <4.0.0'
flutter: '>=2.12.0'
dev_dependencies:
flutter_test:
sdk: flutter
screenshots:
- description: Circular Percent Indicator
path: screenshots/circular_percent_indicator.png
- description: Linear Percent Indicator
path: screenshots/linear_percent_indicator.png
- description: Circular Percent Indicator Gif
path: screenshots/circular_percent_indicator.gif
- description: Linear Percent Indicator Gif
path: screenshots/linear_percent_indicator.gif
flutter: