|
1 | 1 | # [4.2.4] |
| 2 | + |
2 | 3 | - A lot of fixes. |
| 4 | + |
3 | 5 | # [4.2.3] |
| 6 | + |
4 | 7 | - Screenshots added. Thanks FMorschel. |
| 8 | + |
5 | 9 | # [4.2.2] |
| 10 | + |
6 | 11 | - This version is for flutter 3.0 >=. |
7 | 12 |
|
8 | 13 | # [4.2.1] |
| 14 | + |
9 | 15 | - Add compatibility with lower versions of flutter. |
10 | 16 |
|
11 | 17 | # [4.2.0] |
| 18 | + |
12 | 19 | - Flutter 3.0 updated. |
13 | 20 |
|
14 | 21 | # [4.0.1] |
| 22 | + |
15 | 23 | - Fixed a bug: 1% progress should be inside. Thanks Gábor. |
16 | 24 |
|
17 | 25 | # [4.0.0] |
| 26 | + |
18 | 27 | - [BREAKING CHANGE] now `radius` is a real radius and not diameter. Thanks to `Nipun Shah`. |
19 | 28 |
|
20 | 29 | # [3.5.0] |
| 30 | + |
21 | 31 | - `linearStrokeCap` was deprecated. Use `barRadius` instead. Thanks to `martinkong0806`. |
22 | 32 |
|
23 | 33 | # [3.4.0] |
| 34 | + |
24 | 35 | - Null safety migration completed. |
25 | 36 | - Widget Indicator works when using Arc mode on `CircularPercentIndicator`. |
26 | 37 |
|
27 | 38 | # [3.0.1] |
| 39 | + |
28 | 40 | - `linearGradientBackgroundColor` was added for `LinearPercentIndicator`. Thanks Jeremiah Parrack. |
29 | 41 |
|
30 | 42 | # [3.3.0-nullsafety.1 - 3.0.0] |
| 43 | + |
31 | 44 | - Null safety migration. |
32 | 45 |
|
33 | 46 | # 2.1.9 - 2.1.9+1 |
| 47 | + |
34 | 48 | - Users can stop `animation` after this was initialize. |
35 | 49 | - Added Half Arc for `CircularPercentIndicator` , added by Vivek |
36 | 50 | - Extra height was removed. Thanks Brayan Cantos. |
37 | 51 |
|
38 | 52 | # 2.1.8 |
| 53 | + |
39 | 54 | - New field was added : `rotateLinearGradient` -> Enable rotation of linear gradient in circular percent indicator. Added by `ecokeco`. |
40 | 55 |
|
41 | 56 | # 2.1.7 - 2.1.7+4 |
| 57 | + |
42 | 58 | - Added optional `widgetIndicator` for `CircularPercentIndicator` and `LinearPercentIndicator`, it's an indicator displayed at the end of the progress, it only works when the `animation` is `true`. Thanks to Brayan Cantos for the contribution |
43 | 59 |
|
44 | 60 | # 2.1.6 |
| 61 | + |
45 | 62 | - Added optional `onAnimationEnd` for `CircularPercentIndicator` and `LinearPercentIndicator`, it's a callback when the animation ends. Thanks to Brayan Cantos for the contribution |
46 | 63 |
|
47 | 64 | # 2.1.5 |
| 65 | + |
48 | 66 | - Added optional `backgroundWidth` for `CircularPercentIndicator`. Thanks to CircuitGuy for the contribution |
49 | 67 |
|
50 | 68 | # 2.1.4 |
| 69 | + |
51 | 70 | - `restartAnimation` was added to restart the animation when reached the end. Thanks to superciccio for the contribution |
52 | 71 |
|
53 | 72 | # 2.1.3 |
| 73 | + |
54 | 74 | - Added `StrokeCap` on background. Thanks @mifama |
55 | 75 |
|
56 | 76 | # 2.1.2 |
| 77 | + |
57 | 78 | - `curve` was added in both indicators. |
58 | 79 |
|
59 | 80 | # 2.1.1 |
| 81 | + |
60 | 82 | - `LinearPercentIndicator` now can display only part of linear gradient using `clipLinearGradient`. |
61 | 83 |
|
62 | 84 | # 2.1.0 |
| 85 | + |
63 | 86 | - vertical padding removed from `LinearPercentIndicator`. |
64 | 87 |
|
65 | 88 | # 2.0.1 |
| 89 | + |
66 | 90 | - `maskFilter` was added for `LinearPercentIndicator` and `CircularPercentIndicator`. Thanks to akdu12 for the contribution |
67 | 91 |
|
68 | 92 | # 2.0.0 |
| 93 | + |
69 | 94 | - `linearGradient` was added for `LinearPercentIndicator` and `CircularPercentIndicator`. |
70 | | -- `reverse`, `arcType` and `arcBackgroundColor` were added to the `CircularPercentIndicator`. |
| 95 | +- `reverse`, `arcType` and `arcBackgroundColor` were added to the `CircularPercentIndicator`. |
71 | 96 |
|
72 | 97 | # 1.0.16 |
73 | | -- `width` is optional for `LinearPercentIndicator` widget, |
| 98 | + |
| 99 | +- `width` is optional for `LinearPercentIndicator` widget, |
74 | 100 |
|
75 | 101 | # 1.0.15 |
| 102 | + |
76 | 103 | - Added `addAutomaticKeepAlive` property to preserve the state of the widget. |
77 | 104 | - Added `isRTL` for `LinearPercentIndicator` widget. |
78 | 105 |
|
79 | 106 | # 1.0.14 |
| 107 | + |
80 | 108 | - Fixed bug using animateFromLastPercent. Thanks joelbrostrom |
81 | 109 |
|
82 | 110 | # 1.0.13 |
| 111 | + |
83 | 112 | - Padding removed from leading and trailing on LinearPercentIndicator, now you can use Expanded or Flexible. |
84 | 113 | - Fixed animation when refresh the widget with different duration |
85 | 114 |
|
86 | 115 | # 1.0.12 |
| 116 | + |
87 | 117 | - animateFromLastPercent property was added for LinearPercentIndicator and CircularPercentIndicator |
88 | 118 |
|
89 | 119 | # 1.0.11 |
| 120 | + |
90 | 121 | - startAngle for CircularPercentIndicator was added |
91 | 122 |
|
92 | 123 | # 1.0.10 |
93 | | -- animation update bug fixed. Thanks @Tiagosito |
| 124 | + |
| 125 | +- animation update bug fixed. Thanks @Tiagosito |
94 | 126 |
|
95 | 127 | # 1.0.9 |
| 128 | + |
96 | 129 | - padding property was added for LinearPercentIndicator |
97 | 130 |
|
98 | 131 | # 1.0.7, 1.0.8 |
| 132 | + |
99 | 133 | - alignment property was added for LinearPercentIndicator |
100 | 134 |
|
101 | 135 | # 1.0.5, 1.0.6 |
| 136 | + |
102 | 137 | - fillColor property was added to LinearPercentIndicator |
103 | 138 |
|
104 | 139 | # 1.0.1 - 1.0.4 |
| 140 | + |
105 | 141 | - Readme updated |
106 | 142 |
|
107 | 143 | # 1.0.0 |
108 | | -- Initial release |
| 144 | + |
| 145 | +Initial release of the multi_segment_linear_indicator package. |
| 146 | + |
| 147 | +### Features |
| 148 | + |
| 149 | +- Three independently animated segments |
| 150 | +- Customizable colors for each segment |
| 151 | +- Optional striped pattern for the middle segment |
| 152 | +- Smooth animations with customizable duration and curve |
| 153 | +- Configurable border radius |
| 154 | +- RTL support |
| 155 | +- Flexible sizing and padding options |
| 156 | + |
| 157 | +### Documentation |
| 158 | + |
| 159 | +- Added comprehensive README with usage examples |
| 160 | +- Added API documentation |
| 161 | +- Added example application |
0 commit comments