Skip to content

Commit 41b677f

Browse files
committed
Modify 'master' and 'release/0.1.0' to 'main'
1 parent 36532f7 commit 41b677f

File tree

4 files changed

+36
-36
lines changed

4 files changed

+36
-36
lines changed

.github/workflows/deploy_github_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy github pages
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
jobs:
77
build:
88
name: Build Web

README.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
22

33
<p align="center">
44
<a href="https://pub.dartlang.org/packages/timelines">
@@ -13,17 +13,17 @@
1313

1414
# Examples
1515

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).
1717

1818
| Timeline status | Package delivery tracking | Process timeline |
1919
| - | - | - |
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) |
2121

2222
<p align="center">More examples<br/>🚧 WIP 🚧</p>
2323

2424
# Features
2525

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.
2727

2828
* Common styles can be easily implemented with predefined components.
2929
* Vertical, horizontal direction.
@@ -33,16 +33,16 @@ Check it out on the [web](https://chulwoo.dev/timelines/) or look at the [source
3333

3434
# Getting started
3535

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)
4646

4747
## Installation
4848

@@ -88,7 +88,7 @@ Widget build(BuildContext context) {
8888
}
8989
```
9090

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.
9292

9393
## Components
9494

@@ -129,7 +129,7 @@ FixedTimeline(
129129
<th colspan="2">ContainerIndicator</th>
130130
<tr>
131131
<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">
133133
</td>
134134
<td>
135135
<pre lang="dart">
@@ -145,14 +145,14 @@ ContainerIndicator(
145145
<th colspan="2">DotIndicator</th>
146146
<tr>
147147
<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">
149149
</td>
150150
<td><pre lang="dart">DotIndicator()</pre></td>
151151
</tr>
152152
<th colspan="2">OutlinedDotIndicator</th>
153153
<tr>
154154
<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">
156156
</td>
157157
<td><pre lang="dart">OutlinedDotIndicator()</pre></td>
158158
</tr>
@@ -164,7 +164,7 @@ ContainerIndicator(
164164
<th colspan="2">SolidLineConnector</th>
165165
<tr>
166166
<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">
168168
</td>
169169
<td>
170170
<pre lang="dart">
@@ -177,7 +177,7 @@ SizedBox(
177177
<th colspan="2">DashedLineConnector</th>
178178
<tr>
179179
<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">
181181
</td>
182182
<td>
183183
<pre lang="dart">
@@ -190,7 +190,7 @@ SizedBox(
190190
<th colspan="2">DecoratedLineConnector</th>
191191
<tr>
192192
<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">
194194
</td>
195195
<td>
196196
<pre lang="dart">
@@ -221,7 +221,7 @@ The TimelineNode contains an indicator and two connectors on both sides of the i
221221
<th colspan="2">Simple TimelineNode</th>
222222
<tr>
223223
<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">
225225
</td>
226226
<td>
227227
<pre lang="dart">
@@ -234,7 +234,7 @@ SizedBox(
234234
<th colspan="2">Complex TimelineNode</th>
235235
<tr>
236236
<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">
238238
</td>
239239
<td>
240240
<pre lang="dart">
@@ -264,7 +264,7 @@ Displays content on both sides of the node:
264264
<th colspan="2">TimelineTile</th>
265265
<tr>
266266
<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">
268268
</td>
269269
<td>
270270
<pre lang="dart">
@@ -303,7 +303,7 @@ Using the `connected` constructor, lines connecting adjacent tiles can build as
303303
<th colspan="2">ConnectionDirection.before</th>
304304
<tr>
305305
<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">
307307
</td>
308308
<td>
309309
<pre lang="dart">
@@ -323,7 +323,7 @@ FixedTimeline.tileBuilder(
323323
<th colspan="2">ConnectionDirection.after</th>
324324
<tr>
325325
<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">
327327
</td>
328328
<td>
329329
<pre lang="dart">
@@ -351,7 +351,7 @@ This value determines how the contents of the timeline will be built:
351351
<th colspan="2">ContentsAlign.basic</th>
352352
<tr>
353353
<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">
355355
</td>
356356
<td>
357357
<pre lang="dart">
@@ -378,7 +378,7 @@ FixedTimeline.tileBuilder(
378378
<th colspan="2">ContentsAlign.reverse</th>
379379
<tr>
380380
<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">
382382
</td>
383383
<td>
384384
<pre lang="dart">
@@ -405,7 +405,7 @@ FixedTimeline.tileBuilder(
405405
<th colspan="2">ContentsAlign.alternating</th>
406406
<tr>
407407
<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">
409409
</td>
410410
<td>
411411
<pre lang="dart">
@@ -453,12 +453,12 @@ See full [documentation](https://pub.dev/documentation/timelines/latest/)
453453

454454
# Changelog
455455

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).
457457

458458
# Code of conduct
459459

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).
461461

462462
# License
463463

464-
[MIT](https://github.com/chulwoo-park/timelines/blob/master/LICENSE)
464+
[MIT](https://github.com/chulwoo-park/timelines/blob/main/LICENSE)

example/EXAMPLE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- TODO: sync with readme.md example section -->
22
This example shows a simple timeline that has text contents alternating:
33

4-
![timeline_status](https://raw.github.com/chulwoo-park/timelines/release/0.1.0/screenshots/example.png)
4+
![timeline_status](https://raw.github.com/chulwoo-park/timelines/main/screenshots/example.png)
55

66

77
``` dart

example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Examples
22

3-
Check it out on the [web](https://chulwoo.dev/timelines/) or look at the [source code](https://github.com/chulwoo-park/timelines/tree/release/0.1.0/example).
3+
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).
44

55
| Timeline status | Package delivery tracking | Process timeline |
66
| - | - | - |
7-
| [![timeline_status](https://raw.github.com/chulwoo-park/timelines/release/0.1.0/screenshots/timeline_status.gif)](https://chulwoo.dev/timelines/#/timeline_status) | [![package_delivery_tracking.gif](https://raw.github.com/chulwoo-park/timelines/release/0.1.0/screenshots/package_delivery_tracking.gif)](https://chulwoo.dev/timelines/#/package_delivery_tracking) | [![process_timeline.gif](https://raw.github.com/chulwoo-park/timelines/release/0.1.0/screenshots/process_timeline.gif)](https://chulwoo.dev/timelines/#/process_timeline) |
7+
| [![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) |

0 commit comments

Comments
 (0)