Skip to content

Commit

Permalink
✅ 0.0.4+7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
softmarshmallow committed Aug 31, 2020
1 parent ecbb0a4 commit cd24c55
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
// ...
);
```
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit cd24c55

Please sign in to comment.