From cd24c55692096fccb39dcf9c7bdefad468072f75 Mon Sep 17 00:00:00 2001 From: softmarshmallow Date: Mon, 31 Aug 2020 16:38:49 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=200.0.4+7=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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