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:

  1. 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.4
    
  2. Import it:

    import 'package:timeline_view/features/timeline_view/presentation/timeline_view_page.dart';
    

ScreenShots

 ScreenShot 1  ScreenShot 2