Skip to content

Commit 0097fba

Browse files
committed
Create Conditional WebView
- Use conditional WebViews based on platform.
1 parent c2ddc91 commit 0097fba

4 files changed

+604
-391
lines changed

lib/src/transformers/node_transformers/passive_embedded_video_transformer.dart

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ class PassiveEmbeddedVideoWidget extends StatefulWidget {
7878
static const Set<TargetPlatform> supportedPlatforms = {
7979
TargetPlatform.android,
8080
TargetPlatform.iOS,
81+
TargetPlatform.macOS,
8182
};
8283

8384
@override

0 commit comments

Comments
 (0)