Skip to content

Commit cd24c55

Browse files
✅ 0.0.4+7 release
1 parent ecbb0a4 commit cd24c55

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@
22
## [0.0.2] - added default timeline cards
33
## [0.0.3] - supports custom indicator & more examples
44
## [0.0.4+5] - fixes dot line missing spacing
5+
## [0.0.4+7] - supports offset override
6+
```dart
7+
Timeline(
8+
// ...
9+
altOffset: Offset(0, -24),
10+
// ...
11+
);
12+
```

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_timeline
22
description: a fully customizable & general timeline widget, based on real-world application references
3-
version: 0.0.4+6
3+
version: 0.0.4+7
44
homepage: https://github.com/softmarshmallow/flutter-timeline
55
repository: https://github.com/softmarshmallow/flutter-timeline
66

0 commit comments

Comments
 (0)