diff --git a/CHANGELOG.md b/CHANGELOG.md index 7100fdd..32532c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,3 +2,11 @@ ## [0.0.2] - added default timeline cards ## [0.0.3] - supports custom indicator & more examples ## [0.0.4+5] - fixes dot line missing spacing +## [0.0.4+7] - supports offset override +```dart +Timeline( + // ... + altOffset: Offset(0, -24), + // ... +); +``` \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index a76b0db..a74ce44 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ 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