diff --git a/example/lib/main.dart b/example/lib/main.dart index d6b7609..32b1b80 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -44,8 +44,12 @@ class _HomePageState extends State { // Specify your Config params in the builder below final config = FeaturesConfigBuilder() - // .setAiCaptions(...) - // ... + + // Example of enabling Editor V2 and Video Duration config + + .enableEditorV2(true) + .setVideoDurationConfig(VideoDurationConfig(maxTotalVideoDuration: 180.0, videoDurations: [180.0, 120.0, 60.0, 30.0])) + .setAudioBrowser(AudioBrowser.fromSource(AudioBrowserSource.disabled)) .build(); // Export data example