Skip to content

Comments

feat: implement new audio and clips editor#767

Merged
hm21 merged 26 commits intostablefrom
feat/video-audio
Feb 13, 2026
Merged

feat: implement new audio and clips editor#767
hm21 merged 26 commits intostablefrom
feat/video-audio

Conversation

@hm21
Copy link
Owner

@hm21 hm21 commented Feb 13, 2026

PR Checklist (Required)

Please ensure your PR meets the following requirements:

  • The commit message follows our guidelines: https://github.com/hm21/pro_image_editor/blob/stable/CONTRIBUTING.md#style-guides
  • I have run dart format . in the terminal and committed any changes.
  • I have run dart analyze . in the terminal and addressed any issues.
  • I have run flutter test in the terminal and addressed any issues.
  • I have pulled from the stable branch before committing.
  • I have updated the CHANGELOG.md file with my changes (For the version, you can use X.X.X, I will later bump it after it's merged).
  • The PR title follows the conventional commit style (e.g., feat(paint-editor): add new triangle shape).
  • If this PR introduces breaking changes, I have verified that there is no way to implement the changes without them.

PR Checklist (Optional)

  • Tests have been added for the changes.
  • Documentation has been added/updated.

PR Type

Please indicate the types of changes this PR introduces by checking the relevant boxes:

  • Bugfix
  • Feature
  • Performance
  • Refactor (no functional or API changes)
  • Code style updates (e.g., formatting, local variables)
  • Documentation updates
  • CI-related changes
  • Other... Please describe:

Current Behavior

Issue Number: N/A

New Behavior

Breaking Changes?

Does this PR introduce a breaking change?

  • Yes
  • No

Additional Information

hm21 added 26 commits October 20, 2025 12:52
- Updated audio track asset paths in example_audio_tracks_constant.dart to include 'assets/' prefix.
- Enhanced VideoEditorMixin with waveform selector and custom audio handling.
- Added progress tracking for video merging in clips_editor_page.dart.
- Introduced processing overlay during clip merging with customizable builder.
- Updated pubspec.yaml to use pro_video_editor version 1.6.0 and other dependency upgrades.
- Removed deprecated AudioWaveformSelector widget and integrated waveform functionality directly in audio editor.
- Improved audio editor callbacks to support waveform selector integration.
- Added resolution change handling in ProVideoController after merging clips.
@hm21 hm21 merged commit f804dde into stable Feb 13, 2026
1 check passed
@hm21 hm21 deleted the feat/video-audio branch February 13, 2026 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant