custom_fl_timeline 1.0.1 copy "custom_fl_timeline: ^1.0.1" to clipboard
custom_fl_timeline: ^1.0.1 copied to clipboard

A Custom Timeline Flutter Package.

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

1
likes
150
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

A Custom Timeline Flutter Package.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on custom_fl_timeline