Flutter Timeline Component
Find a file
2023-12-22 16:39:02 +01:00
.github feat: update component CI 2023-11-19 16:14:26 +01:00
packages fix: delete reaction uses reaction instead of id 2023-12-22 16:39:02 +01:00
.gitignore feat: add example app 2023-10-16 07:35:39 +02:00
CHANGELOG.md feat: add timeline userstory 2023-11-23 08:55:29 +01:00
CONTRIBUTING.md feat: initial project structure 2023-10-09 07:48:03 +02:00
FEATURES.md feat: initial project structure 2023-10-09 07:48:03 +02:00
LICENSE feat: initial project structure 2023-10-09 07:48:03 +02:00
melos.yaml feat: update component CI 2023-11-19 16:14:26 +01:00
pubspec.yaml feat: add package pubspecs 2023-10-09 08:16:04 +02:00
README.md feat: initial project structure 2023-10-09 07:48:03 +02:00

Flutter Timeline

Flutter Timeline GIF

Setup

To use this package, add flutter_timeline as a dependency in your pubspec.yaml file:

  flutter_timeline
    git: 
        url: https://github.com/Iconica-Development/flutter_timeline.git
        path: packages/flutter_timeline

If you are going to use Firebase as the back-end of the Timeline, you should also add the following package as a dependency to your pubspec.yaml file:

  flutter_timeline_firebase:
    git: 
        url: https://github.com/Iconica-Development/flutter_timeline.git
        path: packages/flutter_timeline_firebase

How to use

To use the module within your Flutter-application you should add the following code to the build-method of a chosen widget.

Issues

Please file any issues, bugs or feature request as an issue on our GitHub page. Commercial support is available if you need help with integration with your app or services. You can contact us at support@iconica.nl.

Want to contribute

If you would like to contribute to the plugin (e.g. by improving the documentation, solving a bug or adding a cool new feature), please carefully review our contribution guide and send us your pull request.

Author

This flutter_timeline for Flutter is developed by Iconica. You can contact us at support@iconica.nl