Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

Generate a timeline for a list

Timeline

A flutter package that allows you to create basic timelines on your flutter application. This is customizable and easy to plugin to your application. You will find the following features:

Getting Started

You will need to add the following dependency in your pubspec.yaml file to download the depedency.

dependencies:
  flutter:
    sdk: flutter
  timeline: 0.0.1

Note: This was built on the following tools.

Usage

You will need to create a list of TimelineModel first. This creates an instance with an id which is a String at the moment, along with title and description

Example

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Authors

License

Copyright 2018 Rejish Radhakrishnan

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Download timeline for a list source code on GitHub

Generate a timeline for a list
https://github.com/rejish4gt/flutter-timeline
16 forks.
66 stars.
3 open issues.

Recent commits:

Exit mobile version