easy_flutter_timeline_card 1.0.1
easy_flutter_timeline_card: ^1.0.1 copied to clipboard
A Flutter package that provides an easy-to-use timeline card widget for creating beautiful timelines in your app.
Easy Flutter Timeline Card #
A Flutter package that provides an easy-to-use timeline card widget for creating beautiful timelines in your app.
Features #
- Customizable timeline card widget
- Support for adding images to the timeline cards
- Automatically handles the connection lines between cards
- Easy to integrate into your Flutter project
Installation #
Add the following to your pubspec.yaml file:
dependencies:
easy_flutter_timeline_card: ^1.0.0
Then run flutter pub get to install the package.
Usage
Import the package in your Dart file:
import 'package:easy_flutter_timeline_card/timeline_card.dart';
Use the TimelineCard widget in your app:
TimelineCard(
title: 'Card Title',
subtitle: 'Card Subtitle',
imageUrl: 'assets/card_image.jpg',
)
For more detailed usage and customization options, please refer to the documentation.
Example
An example app is available in the example directory of the package. You can run it to see the timeline card in action.
Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.
License
This package is released under the MIT License. See the LICENSE file for more details.