We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbb0a4 commit cd24c55Copy full SHA for cd24c55
CHANGELOG.md
@@ -2,3 +2,11 @@
2
## [0.0.2] - added default timeline cards
3
## [0.0.3] - supports custom indicator & more examples
4
## [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
@@ -1,6 +1,6 @@
1
name: flutter_timeline
description: a fully customizable & general timeline widget, based on real-world application references
-version: 0.0.4+6
+version: 0.0.4+7
homepage: https://github.com/softmarshmallow/flutter-timeline
repository: https://github.com/softmarshmallow/flutter-timeline
0 commit comments