feat: implement new audio and clips editor#767
Merged
Conversation
…io track list tile
…r, update models and callbacks
…itor configurations
…nd initial clip loading
…o feat/video-audio
…o feat/video-audio
…between trim handlers
…o feat/video-audio
…o feat/video-audio
- 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Checklist (Required)
Please ensure your PR meets the following requirements:
dart format .in the terminal and committed any changes.dart analyze .in the terminal and addressed any issues.flutter testin the terminal and addressed any issues.CHANGELOG.mdfile with my changes (For the version, you can use X.X.X, I will later bump it after it's merged).feat(paint-editor): add new triangle shape).PR Checklist (Optional)
PR Type
Please indicate the types of changes this PR introduces by checking the relevant boxes:
Current Behavior
Issue Number: N/A
New Behavior
Breaking Changes?
Does this PR introduce a breaking change?
Additional Information