Precision Trimming
Millisecond-accurate trimming with intuitive visual handles. Perfect cuts, every time.
Video Editing SDK for Flutter
EditCore is a drop-in Flutter plugin that embeds a full-featured video editor into your iOS and Android app — trim, crop, filters, text overlays, watermarks, and hardware-accelerated export. Ship a studio-grade editing experience without building it from scratch.

Capabilities
EditCore packs professional editing tools into a single Flutter widget. No native code required — just initialize and open.
Millisecond-accurate trimming with intuitive visual handles. Perfect cuts, every time.
Normalized crop rectangles with real-time preview. Resize and reframe content instantly.
Professional filters — Mono, Fade, Chrome, Noir, Vivid, Drama, and more — powered by CIFilter and native shaders.
Add customizable text with full control over fonts, colors, timing, and positioning.
Brand your content with configurable watermark position, opacity, and scale.
Export at up to 4K resolution with progress streaming. Native GPU encoding on both platforms.
Integration
Initialize EditCore with your API key, call openEditor(), and receive the exported video path. That's it. The full editor UI, processing pipeline, and export engine are handled for you.
// pubspec.yaml
dependencies:
creovine_editcore:
git:
url: https://github.com/creovine/editcore.git
// main.dart
await EditCore.initialize(apiKey: 'ECK-YOUR_KEY');
final result = await EditCore.openEditor(
context: context,
videoPath: '/path/to/video.mp4',
config: EditCoreConfig(
enableFilters: true,
enableTextOverlay: true,
enableTrim: true,
enableCrop: true,
),
);
print(result.outputPath); // Edited videoArchitecture
EditCore uses platform channels to leverage AVFoundation on iOS and MediaCodec on Android. Zero compromise on performance or quality.
Roadmap
We're actively building the next wave of features for EditCore.
License Tiers
Start free for evaluation. Scale with your user base. Enterprise tiers include custom branding and metering.
Evaluation & non-commercial
Small apps & startups
Commercial applications
Large-scale deployments
Get early access to EditCore and ship a professional editing experience in hours, not months.