Vistyl SDK – White-Label AI Visual Try-On for Flutter Apps
Choose Your Desired Option(s)
Ship AI-powered fashion and beauty experiences without AI setup, model training, or API management.
Vistyl is a production-ready Flutter SDK that enables real-time makeup try-on, outfit visualization, beauty enhancement, and AI styling guidance.
It is fully white-label and designed for commercial apps.
No AI expertise required.
No model training.
No exposed API keys.
Core Capabilities
Visual AI
- Real-time face tracking
- Makeup application (lips, eyes, contour, skin)
- Outfit overlays and body segmentation
- Photo and camera support
Styling Intelligence
- AI-generated styling advice
- Look explanations
- Context-aware suggestions
- Offline mode available
Developer Experience
- Simple Flutter API
- Clean UI components
- Native performance
- Production-tested architecture
Why Buyers Choose Vistyl
- One-time SDK license available
- No API keys required
- Fully white-label
- Production-grade visuals
- Flutter-first
Ideal Customers
- Fashion brands
- Makeup companies
- Salon chains
- E-commerce startups
- Influencer apps
Package
vistyl_ai_sdk
Flutter Public API
vistyl_ai_sdk/
├── lib/
│ ├── vistyl.dart
│ ├── config/
│ │ └── vistyl_config.dart
│ ├── ui/
│ │ ├── try_on_camera.dart
│ │ └── preview_screen.dart
│ ├── services/
│ │ ├── visual_ai_service.dart
│ │ ├── styling_ai_service.dart
│ │ └── license_service.dart
│ └── models/
│ └── vistyl_result.dart
Public Methods
Vistyl.init(
licenseKey: "XXXX-XXXX",
appId: "com.client.app",
);
Vistyl.openTryOnCamera();
Vistyl.applyMakeup(MakeupPreset preset);
Vistyl.applyOutfit(OutfitPreset preset);
Vistyl.getStylingAdvice(
context: UserContext,
);
Share Now!