Skip to content

Commit 8c7e7b4

Browse files
Merge pull request #2 from nickf2k/main
feat: add example and borderRadius option for linear_progress_bar
2 parents 46b315f + 5f2ab0e commit 8c7e7b4

File tree

85 files changed

+2651
-179
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+2651
-179
lines changed

.dart_tool/package_config.json

+49-28
Original file line numberDiff line numberDiff line change
@@ -3,129 +3,147 @@
33
"packages": [
44
{
55
"name": "async",
6-
"rootUri": "file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/async-2.11.0",
6+
"rootUri": "file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/async-2.11.0",
77
"packageUri": "lib/",
88
"languageVersion": "2.18"
99
},
1010
{
1111
"name": "boolean_selector",
12-
"rootUri": "file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/boolean_selector-2.1.1",
12+
"rootUri": "file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/boolean_selector-2.1.1",
1313
"packageUri": "lib/",
1414
"languageVersion": "2.17"
1515
},
1616
{
1717
"name": "characters",
18-
"rootUri": "file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/characters-1.3.0",
18+
"rootUri": "file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/characters-1.3.0",
1919
"packageUri": "lib/",
2020
"languageVersion": "2.12"
2121
},
2222
{
2323
"name": "clock",
24-
"rootUri": "file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/clock-1.1.1",
24+
"rootUri": "file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/clock-1.1.1",
2525
"packageUri": "lib/",
2626
"languageVersion": "2.12"
2727
},
2828
{
2929
"name": "collection",
30-
"rootUri": "file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/collection-1.18.0",
30+
"rootUri": "file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/collection-1.18.0",
3131
"packageUri": "lib/",
3232
"languageVersion": "2.18"
3333
},
3434
{
3535
"name": "fake_async",
36-
"rootUri": "file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/fake_async-1.3.1",
36+
"rootUri": "file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/fake_async-1.3.1",
3737
"packageUri": "lib/",
3838
"languageVersion": "2.12"
3939
},
4040
{
4141
"name": "flutter",
42-
"rootUri": "file:///Users/maravilhosinga/Flutter/flutter/packages/flutter",
42+
"rootUri": "file:///C:/Users/thien/fvm/versions/stable/packages/flutter",
4343
"packageUri": "lib/",
44-
"languageVersion": "3.2"
44+
"languageVersion": "3.3"
4545
},
4646
{
4747
"name": "flutter_test",
48-
"rootUri": "file:///Users/maravilhosinga/Flutter/flutter/packages/flutter_test",
48+
"rootUri": "file:///C:/Users/thien/fvm/versions/stable/packages/flutter_test",
49+
"packageUri": "lib/",
50+
"languageVersion": "3.3"
51+
},
52+
{
53+
"name": "leak_tracker",
54+
"rootUri": "file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/leak_tracker-10.0.4",
55+
"packageUri": "lib/",
56+
"languageVersion": "3.2"
57+
},
58+
{
59+
"name": "leak_tracker_flutter_testing",
60+
"rootUri": "file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.3",
61+
"packageUri": "lib/",
62+
"languageVersion": "3.2"
63+
},
64+
{
65+
"name": "leak_tracker_testing",
66+
"rootUri": "file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/leak_tracker_testing-3.0.1",
4967
"packageUri": "lib/",
5068
"languageVersion": "3.2"
5169
},
5270
{
5371
"name": "matcher",
54-
"rootUri": "file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/matcher-0.12.16",
72+
"rootUri": "file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/matcher-0.12.16+1",
5573
"packageUri": "lib/",
56-
"languageVersion": "2.18"
74+
"languageVersion": "3.0"
5775
},
5876
{
5977
"name": "material_color_utilities",
60-
"rootUri": "file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0",
78+
"rootUri": "file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/material_color_utilities-0.8.0",
6179
"packageUri": "lib/",
6280
"languageVersion": "2.17"
6381
},
6482
{
6583
"name": "meta",
66-
"rootUri": "file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/meta-1.10.0",
84+
"rootUri": "file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/meta-1.12.0",
6785
"packageUri": "lib/",
6886
"languageVersion": "2.12"
6987
},
7088
{
7189
"name": "path",
72-
"rootUri": "file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/path-1.8.3",
90+
"rootUri": "file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/path-1.9.0",
7391
"packageUri": "lib/",
74-
"languageVersion": "2.12"
92+
"languageVersion": "3.0"
7593
},
7694
{
7795
"name": "sky_engine",
78-
"rootUri": "file:///Users/maravilhosinga/Flutter/flutter/bin/cache/pkg/sky_engine",
96+
"rootUri": "file:///C:/Users/thien/fvm/versions/stable/bin/cache/pkg/sky_engine",
7997
"packageUri": "lib/",
8098
"languageVersion": "3.2"
8199
},
82100
{
83101
"name": "source_span",
84-
"rootUri": "file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/source_span-1.10.0",
102+
"rootUri": "file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/source_span-1.10.0",
85103
"packageUri": "lib/",
86104
"languageVersion": "2.18"
87105
},
88106
{
89107
"name": "stack_trace",
90-
"rootUri": "file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/stack_trace-1.11.1",
108+
"rootUri": "file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/stack_trace-1.11.1",
91109
"packageUri": "lib/",
92110
"languageVersion": "2.18"
93111
},
94112
{
95113
"name": "stream_channel",
96-
"rootUri": "file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/stream_channel-2.1.2",
114+
"rootUri": "file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/stream_channel-2.1.2",
97115
"packageUri": "lib/",
98116
"languageVersion": "2.19"
99117
},
100118
{
101119
"name": "string_scanner",
102-
"rootUri": "file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/string_scanner-1.2.0",
120+
"rootUri": "file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/string_scanner-1.2.0",
103121
"packageUri": "lib/",
104122
"languageVersion": "2.18"
105123
},
106124
{
107125
"name": "term_glyph",
108-
"rootUri": "file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/term_glyph-1.2.1",
126+
"rootUri": "file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/term_glyph-1.2.1",
109127
"packageUri": "lib/",
110128
"languageVersion": "2.12"
111129
},
112130
{
113131
"name": "test_api",
114-
"rootUri": "file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/test_api-0.6.1",
132+
"rootUri": "file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/test_api-0.7.0",
115133
"packageUri": "lib/",
116134
"languageVersion": "3.0"
117135
},
118136
{
119137
"name": "vector_math",
120-
"rootUri": "file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/vector_math-2.1.4",
138+
"rootUri": "file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/vector_math-2.1.4",
121139
"packageUri": "lib/",
122140
"languageVersion": "2.14"
123141
},
124142
{
125-
"name": "web",
126-
"rootUri": "file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/web-0.3.0",
143+
"name": "vm_service",
144+
"rootUri": "file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/vm_service-14.2.1",
127145
"packageUri": "lib/",
128-
"languageVersion": "3.2"
146+
"languageVersion": "3.3"
129147
},
130148
{
131149
"name": "linear_progress_bar",
@@ -134,7 +152,10 @@
134152
"languageVersion": "3.1"
135153
}
136154
],
137-
"generated": "2024-01-04T23:03:28.029930Z",
155+
"generated": "2024-07-04T10:33:54.590278Z",
138156
"generator": "pub",
139-
"generatorVersion": "3.2.3"
157+
"generatorVersion": "3.4.3",
158+
"flutterRoot": "file:///C:/Users/thien/fvm/versions/stable",
159+
"flutterVersion": "3.22.2",
160+
"pubCache": "file:///C:/Users/thien/AppData/Local/Pub/Cache"
140161
}

.dart_tool/package_config_subset

+64-52
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,101 @@
11
async
22
2.18
3-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/async-2.11.0/
4-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/async-2.11.0/lib/
3+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/async-2.11.0/
4+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/async-2.11.0/lib/
55
boolean_selector
66
2.17
7-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/boolean_selector-2.1.1/
8-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/boolean_selector-2.1.1/lib/
7+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/boolean_selector-2.1.1/
8+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/boolean_selector-2.1.1/lib/
99
characters
1010
2.12
11-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/characters-1.3.0/
12-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/characters-1.3.0/lib/
11+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/characters-1.3.0/
12+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/characters-1.3.0/lib/
1313
clock
1414
2.12
15-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/clock-1.1.1/
16-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/clock-1.1.1/lib/
15+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/clock-1.1.1/
16+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/clock-1.1.1/lib/
1717
collection
1818
2.18
19-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/collection-1.18.0/
20-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/
19+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/collection-1.18.0/
20+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/collection-1.18.0/lib/
2121
fake_async
2222
2.12
23-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/fake_async-1.3.1/
24-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/fake_async-1.3.1/lib/
23+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/fake_async-1.3.1/
24+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/fake_async-1.3.1/lib/
25+
leak_tracker
26+
3.2
27+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/leak_tracker-10.0.4/
28+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/leak_tracker-10.0.4/lib/
29+
leak_tracker_flutter_testing
30+
3.2
31+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.3/
32+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.3/lib/
33+
leak_tracker_testing
34+
3.2
35+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/leak_tracker_testing-3.0.1/
36+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/leak_tracker_testing-3.0.1/lib/
2537
matcher
26-
2.18
27-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/matcher-0.12.16/
28-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/matcher-0.12.16/lib/
38+
3.0
39+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/matcher-0.12.16+1/
40+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/matcher-0.12.16+1/lib/
2941
material_color_utilities
3042
2.17
31-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/
32-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0/lib/
43+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/material_color_utilities-0.8.0/
44+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/
3345
meta
3446
2.12
35-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/meta-1.10.0/
36-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/meta-1.10.0/lib/
47+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/meta-1.12.0/
48+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/meta-1.12.0/lib/
3749
path
38-
2.12
39-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/path-1.8.3/
40-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/path-1.8.3/lib/
50+
3.0
51+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/path-1.9.0/
52+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/path-1.9.0/lib/
4153
source_span
4254
2.18
43-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/source_span-1.10.0/
44-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/source_span-1.10.0/lib/
55+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/source_span-1.10.0/
56+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/source_span-1.10.0/lib/
4557
stack_trace
4658
2.18
47-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/stack_trace-1.11.1/
48-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/stack_trace-1.11.1/lib/
59+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/stack_trace-1.11.1/
60+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/stack_trace-1.11.1/lib/
4961
stream_channel
5062
2.19
51-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/stream_channel-2.1.2/
52-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/stream_channel-2.1.2/lib/
63+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/stream_channel-2.1.2/
64+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/stream_channel-2.1.2/lib/
5365
string_scanner
5466
2.18
55-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/string_scanner-1.2.0/
56-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/string_scanner-1.2.0/lib/
67+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/string_scanner-1.2.0/
68+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/string_scanner-1.2.0/lib/
5769
term_glyph
5870
2.12
59-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/term_glyph-1.2.1/
60-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/term_glyph-1.2.1/lib/
71+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/term_glyph-1.2.1/
72+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/term_glyph-1.2.1/lib/
6173
test_api
6274
3.0
63-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/test_api-0.6.1/
64-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/test_api-0.6.1/lib/
75+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/test_api-0.7.0/
76+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/test_api-0.7.0/lib/
6577
vector_math
6678
2.14
67-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/vector_math-2.1.4/
68-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/
69-
web
70-
3.2
71-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/web-0.3.0/
72-
file:///Users/maravilhosinga/.pub-cache/hosted/pub.dev/web-0.3.0/lib/
79+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/vector_math-2.1.4/
80+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/vector_math-2.1.4/lib/
81+
vm_service
82+
3.3
83+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/vm_service-14.2.1/
84+
file:///C:/Users/thien/AppData/Local/Pub/Cache/hosted/pub.dev/vm_service-14.2.1/lib/
85+
linear_progress_bar
86+
3.1
87+
file:///C:/Users/thien/Desktop/HYRA/linear_progress_bar/
88+
file:///C:/Users/thien/Desktop/HYRA/linear_progress_bar/lib/
7389
sky_engine
7490
3.2
75-
file:///Users/maravilhosinga/Flutter/flutter/bin/cache/pkg/sky_engine/
76-
file:///Users/maravilhosinga/Flutter/flutter/bin/cache/pkg/sky_engine/lib/
91+
file:///C:/Users/thien/fvm/versions/stable/bin/cache/pkg/sky_engine/
92+
file:///C:/Users/thien/fvm/versions/stable/bin/cache/pkg/sky_engine/lib/
7793
flutter
78-
3.2
79-
file:///Users/maravilhosinga/Flutter/flutter/packages/flutter/
80-
file:///Users/maravilhosinga/Flutter/flutter/packages/flutter/lib/
94+
3.3
95+
file:///C:/Users/thien/fvm/versions/stable/packages/flutter/
96+
file:///C:/Users/thien/fvm/versions/stable/packages/flutter/lib/
8197
flutter_test
82-
3.2
83-
file:///Users/maravilhosinga/Flutter/flutter/packages/flutter_test/
84-
file:///Users/maravilhosinga/Flutter/flutter/packages/flutter_test/lib/
85-
linear_progress_bar
86-
3.1
87-
file:///Users/maravilhosinga/Projetos/Trabalhos/Interno/FlutterPackages/linear_progress_bar/
88-
file:///Users/maravilhosinga/Projetos/Trabalhos/Interno/FlutterPackages/linear_progress_bar/lib/
98+
3.3
99+
file:///C:/Users/thien/fvm/versions/stable/packages/flutter_test/
100+
file:///C:/Users/thien/fvm/versions/stable/packages/flutter_test/lib/
89101
2

.dart_tool/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.16.5
1+
3.22.2

.idea/git_toolbox_blame.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)