event_timeline_view 0.0.1
event_timeline_view: ^0.0.1 copied to clipboard
A timeline view to display events like calender view.
Event Timeline View #
This project is a simple timeline view implementation, allowing users to visualize events or activities over time.
Features #
- Displays events or activities chronologically on a vertical timeline.
- Responsive design for optimal viewing on various devices.
- Easy-to-use interface for adding, editing, and removing events.
Installation #
To use this timeline view component in your project, follow these steps:
-
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies: event_timeline_view: ^0.0.1 -
Import it:
import 'package:timeline_view/features/timeline_view/presentation/timeline_view_page.dart';