1
- [ ![ banner] ( https://raw.github.com/chulwoo-park/timelines/master /design/feature_graphic.png )] ( https://github.com/chulwoo-park/timelines )
1
+ [ ![ banner] ( https://raw.github.com/chulwoo-park/timelines/main /design/feature_graphic.png )] ( https://github.com/chulwoo-park/timelines )
2
2
3
3
<p align =" center " >
4
4
<a href =" https://pub.dartlang.org/packages/timelines " >
13
13
14
14
# Examples
15
15
16
- Check it out on the [ web] ( https://chulwoo.dev/timelines/ ) or look at the [ source code] ( https://github.com/chulwoo-park/timelines/tree/master /example ) .
16
+ Check it out on the [ web] ( https://chulwoo.dev/timelines/ ) or look at the [ source code] ( https://github.com/chulwoo-park/timelines/tree/main /example ) .
17
17
18
18
| Timeline status | Package delivery tracking | Process timeline |
19
19
| - | - | - |
20
- | [ ![ timeline_status] ( https://raw.github.com/chulwoo-park/timelines/master /screenshots/timeline_status.gif )] ( https://chulwoo.dev/timelines/#/timeline_status ) | [ ![ package_delivery_tracking.gif] ( https://raw.github.com/chulwoo-park/timelines/master /screenshots/package_delivery_tracking.gif )] ( https://chulwoo.dev/timelines/#/package_delivery_tracking ) | [ ![ process_timeline.gif] ( https://raw.github.com/chulwoo-park/timelines/master /screenshots/process_timeline.gif )] ( https://chulwoo.dev/timelines/#/process_timeline ) |
20
+ | [ ![ timeline_status] ( https://raw.github.com/chulwoo-park/timelines/main /screenshots/timeline_status.gif )] ( https://chulwoo.dev/timelines/#/timeline_status ) | [ ![ package_delivery_tracking.gif] ( https://raw.github.com/chulwoo-park/timelines/main /screenshots/package_delivery_tracking.gif )] ( https://chulwoo.dev/timelines/#/package_delivery_tracking ) | [ ![ process_timeline.gif] ( https://raw.github.com/chulwoo-park/timelines/main /screenshots/process_timeline.gif )] ( https://chulwoo.dev/timelines/#/process_timeline ) |
21
21
22
22
<p align =" center " >More examples<br />🚧 WIP 🚧</p >
23
23
24
24
# Features
25
25
26
- ### The [ timeline] ( https://github.com/chulwoo-park/timelines/tree/master #Components ) and each [ components] ( https://github.com/chulwoo-park/timelines/tree/master #Components ) are all WIDGET.
26
+ ### The [ timeline] ( https://github.com/chulwoo-park/timelines/tree/main #Components ) and each [ components] ( https://github.com/chulwoo-park/timelines/tree/main #Components ) are all WIDGET.
27
27
28
28
* Common styles can be easily implemented with predefined components.
29
29
* Vertical, horizontal direction.
@@ -33,16 +33,16 @@ Check it out on the [web](https://chulwoo.dev/timelines/) or look at the [source
33
33
34
34
# Getting started
35
35
36
- - [ Installation] ( https://github.com/chulwoo-park/timelines/tree/master #installation )
37
- - [ Basic Usage] ( https://github.com/chulwoo-park/timelines/tree/master #Basic-Usage )
38
- - [ Components] ( https://github.com/chulwoo-park/timelines/tree/master #Components )
39
- - [ Theme] ( https://github.com/chulwoo-park/timelines/tree/master #Theme )
40
- - [ Indicator] ( https://github.com/chulwoo-park/timelines/tree/master #Indicator )
41
- - [ Connector] ( https://github.com/chulwoo-park/timelines/tree/master #Connector )
42
- - [ TimelineNode] ( https://github.com/chulwoo-park/timelines/tree/master #TimelineNode )
43
- - [ TimelineTile] ( https://github.com/chulwoo-park/timelines/tree/master #TimelineTile )
44
- - [ TimelineTileBuilder] ( https://github.com/chulwoo-park/timelines/tree/master #TimelineTileBuilder )
45
- - [ Timeline] ( https://github.com/chulwoo-park/timelines/tree/master #Timeline )
36
+ - [ Installation] ( https://github.com/chulwoo-park/timelines/tree/main #installation )
37
+ - [ Basic Usage] ( https://github.com/chulwoo-park/timelines/tree/main #Basic-Usage )
38
+ - [ Components] ( https://github.com/chulwoo-park/timelines/tree/main #Components )
39
+ - [ Theme] ( https://github.com/chulwoo-park/timelines/tree/main #Theme )
40
+ - [ Indicator] ( https://github.com/chulwoo-park/timelines/tree/main #Indicator )
41
+ - [ Connector] ( https://github.com/chulwoo-park/timelines/tree/main #Connector )
42
+ - [ TimelineNode] ( https://github.com/chulwoo-park/timelines/tree/main #TimelineNode )
43
+ - [ TimelineTile] ( https://github.com/chulwoo-park/timelines/tree/main #TimelineTile )
44
+ - [ TimelineTileBuilder] ( https://github.com/chulwoo-park/timelines/tree/main #TimelineTileBuilder )
45
+ - [ Timeline] ( https://github.com/chulwoo-park/timelines/tree/main #Timeline )
46
46
47
47
## Installation
48
48
@@ -88,7 +88,7 @@ Widget build(BuildContext context) {
88
88
}
89
89
```
90
90
91
- Check the [ Example] ( https://github.com/chulwoo-park/timelines/tree/master /example ) or the [ API reference] ( https://pub.dev/documentation/timelines/latest/ ) for more details.
91
+ Check the [ Example] ( https://github.com/chulwoo-park/timelines/tree/main /example ) or the [ API reference] ( https://pub.dev/documentation/timelines/latest/ ) for more details.
92
92
93
93
## Components
94
94
@@ -129,7 +129,7 @@ FixedTimeline(
129
129
<th colspan =" 2 " >ContainerIndicator</th >
130
130
<tr >
131
131
<td align="center">
132
- <img src="https://raw.github.com/chulwoo-park/timelines/master /screenshots/container_indicator.png" alt="ContainerIndicator">
132
+ <img src="https://raw.github.com/chulwoo-park/timelines/main /screenshots/container_indicator.png" alt="ContainerIndicator">
133
133
</td>
134
134
<td>
135
135
<pre lang="dart">
@@ -145,14 +145,14 @@ ContainerIndicator(
145
145
<th colspan =" 2 " >DotIndicator</th >
146
146
<tr >
147
147
<td align="center">
148
- <img src="https://raw.github.com/chulwoo-park/timelines/master /screenshots/dot_indicator.png" alt="DotIndicator">
148
+ <img src="https://raw.github.com/chulwoo-park/timelines/main /screenshots/dot_indicator.png" alt="DotIndicator">
149
149
</td>
150
150
<td><pre lang="dart">DotIndicator()</pre></td>
151
151
</tr >
152
152
<th colspan =" 2 " >OutlinedDotIndicator</th >
153
153
<tr >
154
154
<td align="center">
155
- <img src="https://raw.github.com/chulwoo-park/timelines/master /screenshots/outlined_dot_indicator.png" alt="OutlinedDotIndicator">
155
+ <img src="https://raw.github.com/chulwoo-park/timelines/main /screenshots/outlined_dot_indicator.png" alt="OutlinedDotIndicator">
156
156
</td>
157
157
<td><pre lang="dart">OutlinedDotIndicator()</pre></td>
158
158
</tr >
@@ -164,7 +164,7 @@ ContainerIndicator(
164
164
<th colspan =" 2 " >SolidLineConnector</th >
165
165
<tr >
166
166
<td align="center">
167
- <img src="https://raw.github.com/chulwoo-park/timelines/master /screenshots/solid_line_connector.png" alt="SolidLineConnector">
167
+ <img src="https://raw.github.com/chulwoo-park/timelines/main /screenshots/solid_line_connector.png" alt="SolidLineConnector">
168
168
</td>
169
169
<td>
170
170
<pre lang="dart">
@@ -177,7 +177,7 @@ SizedBox(
177
177
<th colspan =" 2 " >DashedLineConnector</th >
178
178
<tr >
179
179
<td align="center">
180
- <img src="https://raw.github.com/chulwoo-park/timelines/master /screenshots/dashed_line_connector.png" alt="DashedLineConnector">
180
+ <img src="https://raw.github.com/chulwoo-park/timelines/main /screenshots/dashed_line_connector.png" alt="DashedLineConnector">
181
181
</td>
182
182
<td>
183
183
<pre lang="dart">
@@ -190,7 +190,7 @@ SizedBox(
190
190
<th colspan =" 2 " >DecoratedLineConnector</th >
191
191
<tr >
192
192
<td align="center">
193
- <img src="https://raw.github.com/chulwoo-park/timelines/master /screenshots/decorated_line_connector.png" alt="DecoratedLineConnector">
193
+ <img src="https://raw.github.com/chulwoo-park/timelines/main /screenshots/decorated_line_connector.png" alt="DecoratedLineConnector">
194
194
</td>
195
195
<td>
196
196
<pre lang="dart">
@@ -221,7 +221,7 @@ The TimelineNode contains an indicator and two connectors on both sides of the i
221
221
<th colspan =" 2 " >Simple TimelineNode</th >
222
222
<tr >
223
223
<td align="center">
224
- <img src="https://raw.github.com/chulwoo-park/timelines/master /screenshots/simple_timeline_node.png" alt="Simple TimelineNode">
224
+ <img src="https://raw.github.com/chulwoo-park/timelines/main /screenshots/simple_timeline_node.png" alt="Simple TimelineNode">
225
225
</td>
226
226
<td>
227
227
<pre lang="dart">
@@ -234,7 +234,7 @@ SizedBox(
234
234
<th colspan =" 2 " >Complex TimelineNode</th >
235
235
<tr >
236
236
<td align="center">
237
- <img src="https://raw.github.com/chulwoo-park/timelines/master /screenshots/complex_timeline_node.png" alt="Complex TimelineNode">
237
+ <img src="https://raw.github.com/chulwoo-park/timelines/main /screenshots/complex_timeline_node.png" alt="Complex TimelineNode">
238
238
</td>
239
239
<td>
240
240
<pre lang="dart">
@@ -264,7 +264,7 @@ Displays content on both sides of the node:
264
264
<th colspan =" 2 " >TimelineTile</th >
265
265
<tr >
266
266
<td align="center">
267
- <img src="https://raw.github.com/chulwoo-park/timelines/master /screenshots/timeline_tile.png" alt="TimelineTile">
267
+ <img src="https://raw.github.com/chulwoo-park/timelines/main /screenshots/timeline_tile.png" alt="TimelineTile">
268
268
</td>
269
269
<td>
270
270
<pre lang="dart">
@@ -303,7 +303,7 @@ Using the `connected` constructor, lines connecting adjacent tiles can build as
303
303
<th colspan =" 2 " >ConnectionDirection.before</th >
304
304
<tr >
305
305
<td align="center">
306
- <img src="https://raw.github.com/chulwoo-park/timelines/master /screenshots/connection_direction_before.png" alt="Connection direction before">
306
+ <img src="https://raw.github.com/chulwoo-park/timelines/main /screenshots/connection_direction_before.png" alt="Connection direction before">
307
307
</td>
308
308
<td>
309
309
<pre lang="dart">
@@ -323,7 +323,7 @@ FixedTimeline.tileBuilder(
323
323
<th colspan =" 2 " >ConnectionDirection.after</th >
324
324
<tr >
325
325
<td align="center">
326
- <img src="https://raw.github.com/chulwoo-park/timelines/master /screenshots/connection_direction_after.png" alt="Connection direction after">
326
+ <img src="https://raw.github.com/chulwoo-park/timelines/main /screenshots/connection_direction_after.png" alt="Connection direction after">
327
327
</td>
328
328
<td>
329
329
<pre lang="dart">
@@ -351,7 +351,7 @@ This value determines how the contents of the timeline will be built:
351
351
<th colspan =" 2 " >ContentsAlign.basic</th >
352
352
<tr >
353
353
<td align="center">
354
- <img src="https://raw.github.com/chulwoo-park/timelines/master /screenshots/contents_align_basic.png" alt="Basic contents align">
354
+ <img src="https://raw.github.com/chulwoo-park/timelines/main /screenshots/contents_align_basic.png" alt="Basic contents align">
355
355
</td>
356
356
<td>
357
357
<pre lang="dart">
@@ -378,7 +378,7 @@ FixedTimeline.tileBuilder(
378
378
<th colspan =" 2 " >ContentsAlign.reverse</th >
379
379
<tr >
380
380
<td align="center">
381
- <img src="https://raw.github.com/chulwoo-park/timelines/master /screenshots/contents_align_reverse.png" alt="Reverse contents align">
381
+ <img src="https://raw.github.com/chulwoo-park/timelines/main /screenshots/contents_align_reverse.png" alt="Reverse contents align">
382
382
</td>
383
383
<td>
384
384
<pre lang="dart">
@@ -405,7 +405,7 @@ FixedTimeline.tileBuilder(
405
405
<th colspan =" 2 " >ContentsAlign.alternating</th >
406
406
<tr >
407
407
<td align="center">
408
- <img src="https://raw.github.com/chulwoo-park/timelines/master /screenshots/contents_align_alternating.png" alt="Alternating contents align">
408
+ <img src="https://raw.github.com/chulwoo-park/timelines/main /screenshots/contents_align_alternating.png" alt="Alternating contents align">
409
409
</td>
410
410
<td>
411
411
<pre lang="dart">
@@ -453,12 +453,12 @@ See full [documentation](https://pub.dev/documentation/timelines/latest/)
453
453
454
454
# Changelog
455
455
456
- See [ CHANGELOG.md] ( https://github.com/chulwoo-park/timelines/blob/master /CHANGELOG.md ) .
456
+ See [ CHANGELOG.md] ( https://github.com/chulwoo-park/timelines/blob/main /CHANGELOG.md ) .
457
457
458
458
# Code of conduct
459
459
460
- See [ CODE_OF_CONDUCT.md] ( https://github.com/chulwoo-park/timelines/blob/master /CODE_OF_CONDUCT.md ) .
460
+ See [ CODE_OF_CONDUCT.md] ( https://github.com/chulwoo-park/timelines/blob/main /CODE_OF_CONDUCT.md ) .
461
461
462
462
# License
463
463
464
- [ MIT] ( https://github.com/chulwoo-park/timelines/blob/master /LICENSE )
464
+ [ MIT] ( https://github.com/chulwoo-park/timelines/blob/main /LICENSE )
0 commit comments