Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optionally sticky leading widgets on tracks #4

Open
nipunasudha opened this issue May 28, 2020 · 4 comments
Open

Optionally sticky leading widgets on tracks #4

nipunasudha opened this issue May 28, 2020 · 4 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@nipunasudha
Copy link

I have another suggestion of placing a leading sticky widget on each track & the timeline like this. The widgets can either be scrolled away with the tracks, or it can be sticky too.

timeline_leading_widget_idea

The width of the leading widgets must be provided (assert) to the TimelineEditor like this, if the user provides at least one leading widget.

TimelineEditor(
  leadingWidgetWidth: 100,
  stickyLeadingWidgets: true,
  timelineLeadingWidget: Text('I lead timeline'),
  trackBuilder: (track, pps, duration) => TimelineEditorTrack(
    leadingWidget: Text('I lead this track'),
  ),
);
@neckaros
Copy link
Owner

Good suggestion i will look into it. Thanks for the representation

@neckaros neckaros added the enhancement New feature or request label May 31, 2020
@neckaros neckaros self-assigned this May 31, 2020
@neckaros neckaros added this to the 4.1 milestone May 31, 2020
@JamesBondPc
Copy link

IMG_0089
Hi, how to make this effect?

@argorain
Copy link
Contributor

argorain commented Dec 10, 2020

Hi! I love this plugin and since I need this feature as well, I'll implement it by myself if you don't mind. I'll prepare PR once I am done.
Edit: oh, it's already in master. I somehow suspected that 0.3.4 was more up-to-date with development. Good job!

@neckaros
Copy link
Owner

Thanks both!! Sorry for having so little time since the pandemic to develop this plugin :(
i published a first preview version here: https://pub.dev/packages/timeline_editor/versions/0.4.0-preview.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants