Custom timeline package for Flutter! 🚀

Caveat: This package is an early stage. Not enough testing has been done to guarantee stability. Somethings may change.

Examples

Check it out on the source code.

Simple Timeline Custom Timeline 1 Custom Timeline 2 Custom Timeline 3
simple_curve_timeline.gif custom_timeline_1 custom_timeline_2.gif timeline_with_icon.gif

You can customize your timeline as you wish.
Welcome

Getting started

Installation

1. Depend on it

Add this to your package's pubspec.yaml file:

dependencies:
  custom_fl_timeline: ^[latest_version]

2. Install it

You can install packages from the command line:

with Flutter:

$ flutter pub get

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

3. Import it

Now in your Dart code, you can use:

import 'package:custom_fl_timeline/custom_fl_timeline.dart';

Demo

See full Demo

Documentation

See full documentation

Changelog

See CHANGELOG.md.

License

MIT

Libraries

custom_fl_timeline