Skip to content

feat: add native log streaming to Dart for enhanced diagnostics#147

Merged
hm21 merged 2 commits into
stablefrom
feat/log-callback
Jun 12, 2026
Merged

feat: add native log streaming to Dart for enhanced diagnostics#147
hm21 merged 2 commits into
stablefrom
feat/log-callback

Conversation

@hm21

@hm21 hm21 commented Jun 12, 2026

Copy link
Copy Markdown
Owner

Description

Introduce a logStream feature in the ProVideoEditor plugin to forward native logs, including renderer diagnostics, to Dart. Implement NativeLogEntry and NativeLogLevel models for structured log data. Update Android and iOS implementations to support this feature and enhance documentation accordingly.

Related Issue: Closes #

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

hm21 added 2 commits June 12, 2026 13:59
- Introduced `logStream` in the ProVideoEditor plugin to forward native logs (including renderer diagnostics) to Dart.
- Implemented `NativeLogEntry` and `NativeLogLevel` models to structure log data.
- Updated Android and iOS plugin implementations to support log streaming.
- Added example usage of the log stream in the Flutter app.
- Enhanced documentation to reflect the new logging features.
@hm21 hm21 merged commit 1f414a0 into stable Jun 12, 2026
1 check passed
@hm21 hm21 deleted the feat/log-callback branch June 12, 2026 12:05
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