One-tap video splitter for WhatsApp Status
Split any video into perfect 30-second segments and post them directly to WhatsApp Status — no manual cutting, no leaving the app.
Perfect for long videos that exceed WhatsApp's 30-second limit. Fast, simple, and built for everyday use.
(MVP in progress — screenshots coming soon!)
- Pick any video from gallery
- Auto-split into exact 30-second clips (no partial segments)
- Preview clips before posting
- One-tap "Post All to WhatsApp Status"
- No watermarks, no ads (free & open-source)
- Future: Batch processing, custom lengths, manual trim adjustments
- Framework: Flutter (cross-platform — one codebase for Android & iOS)
- Language: Dart
- Key Packages:
video_player,ffmpeg_kit_flutter(for splitting),image_picker,share_plus - Development: Built on Windows → Deploy to both platforms
Originally planned as my first native iOS app in Swift + SwiftUI (after starting with a Swift CLI calculator).
But without a MacBook, Xcode previews, simulators, and full builds were too limited on Windows — even Xcode Cloud workarounds weren't sustainable.
→ Pivoted to Flutter to:
- Ship faster on my current setup
- Reach both Android and iOS users
- Focus on solving the real problem instead of fighting tools
Once I get a MacBook, I'll explore a native SwiftUI version too!
#BuildInPublic | Learning mobile dev practically 🇬🇭
git clone https://github.com/code-solves/StatusSplitter.git
cd StatusSplitter
flutter pub get
flutter runWelcome! Open issues, submit PRs (UI ideas, better splitting logic, etc.), or share feedback — this is my indie mobile journey.
MIT License — feel free to use, modify, or build on it. See the license badge at the top for details.
Follow my journey on X: https://x.com/govenoralorzuke (@govenoralorzuke)