Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@ Timeline(
## [0.1.1+13] - supports `reverse:true`

## [0.3.0] - Add null safety support

## [1.0.0] - Changed to flutter_timeline_plus (updated code)

## [1.0.1] - Formatted files and added repository to Pubspec.yaml

## [1.0.2] - Version update, and example updated

## [1.0.3] - Minor code maintenance and version updates
76 changes: 0 additions & 76 deletions CODE_OF_CONDUCT.md

This file was deleted.

27 changes: 7 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ title: flutter timeline
<meta name="description" content="a fully customizable, ready to use flutter timeline widget">
<meta name="title" content="flutter timeline widget">

# flutter_timeline [![](https://img.shields.io/badge/pub-latest-brightgreen)](https://pub.dev/packages/flutter_timeline)
# flutter_timeline_plus [![](https://img.shields.io/badge/pub-latest-brightgreen)](https://pub.dev/packages/flutter_timeline_plus)

![logo](docs/images/logo.png)
![logo](doc/images/logo.png)

> a fully customizable & general timeline widget, based on real-world application references

Expand All @@ -23,13 +23,12 @@ title: flutter timeline
- ✅ anchor support
- ✅ global offset support
- ✅ item offset support
- ✅ supported & used by [enterprise](https://github.com/genoplan), constantly updated, used on production application.

## Installation

```yaml
dependencies:
flutter_timeline: latest
flutter_timeline_plus: ^1.0.3
```

## usage
Expand Down Expand Up @@ -93,25 +92,13 @@ _using anchor & offset_

## complex example

<img src="docs/images/desk-ss-01.png" width="300"/>
<img src="doc/images/desk-ss-01.png" width="300"/>

## simple example [(run it now!)](https://softmarshmallow.github.io/flutter-timeline/)

<img src="docs/images/mac-ss.png" width="500"/>
<img src="docs/images/mac-ss-2.png" width="500"/>
<img src="docs/images/mac-ss-3.png" width="500"/>
<img src="doc/images/mac-ss.png" width="500"/>
<img src="doc/images/mac-ss-2.png" width="500"/>
<img src="doc/images/mac-ss-3.png" width="500"/>

more documentation available at [github](https://github.com/softmarshmallow/flutter-timeline)

## Sponsors


[![sponsored-by-grida](https://s3.us-west-1.amazonaws.com/brand.grida.co/badges-for-github/sponsored-by-grida-oss-program.png)](https://grida.co)


## Also check out...

[flutter_layouts](https://github.com/softmarshmallow/flutter-layouts)

## references

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
21 changes: 9 additions & 12 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# example
# flutter_timeline_plus Example

A new Flutter application.
This is a demonstration of the `flutter_timeline_plus` package showcasing different types of timelines:

## Getting Started
- **GitHub Activity Timeline**: Displays a basic activity timeline like GitHub's.
- **CMS Comments Timeline**: Demonstrates a timeline with CMS-like comments.
- **Plain Timeline Example**: Showcases a timeline with dynamic events added via a floating action button.

This project is a starting point for a Flutter application.
To run the examples:

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
1. Clone the repo.
2. Run `flutter run` inside the `example/` directory.
3. Try out each of the examples available in the app.
11 changes: 0 additions & 11 deletions example/android/.gitignore

This file was deleted.

63 changes: 0 additions & 63 deletions example/android/app/build.gradle

This file was deleted.

7 changes: 0 additions & 7 deletions example/android/app/src/debug/AndroidManifest.xml

This file was deleted.

47 changes: 0 additions & 47 deletions example/android/app/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions example/android/app/src/main/res/drawable/launch_background.xml

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 0 additions & 18 deletions example/android/app/src/main/res/values/styles.xml

This file was deleted.

7 changes: 0 additions & 7 deletions example/android/app/src/profile/AndroidManifest.xml

This file was deleted.

31 changes: 0 additions & 31 deletions example/android/build.gradle

This file was deleted.

4 changes: 0 additions & 4 deletions example/android/gradle.properties

This file was deleted.

6 changes: 0 additions & 6 deletions example/android/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

Loading