Skip to content

Commit

Permalink
fix: Error: Duplicated named argument 'isOriginal'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gperez88 committed Nov 13, 2024
1 parent e32f59d commit 4f4048b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions example/devtools_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
description: This file stores settings for Dart & Flutter DevTools.
documentation: https://docs.flutter.dev/tools/devtools/extensions#configure-extension-enablement-states
extensions:
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -533,10 +533,10 @@ packages:
dependency: transitive
description:
name: video_player
sha256: e30df0d226c4ef82e2c150ebf6834b3522cf3f654d8e2f9419d376cdc071425d
sha256: "4a8c3492d734f7c39c2588a3206707a05ee80cef52e8c7f3b2078d430c84bc17"
url: "https://pub.dev"
source: hosted
version: "2.9.1"
version: "2.9.2"
video_player_android:
dependency: transitive
description:
Expand Down
1 change: 0 additions & 1 deletion lib/src/widget/crop_viewer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ class _InnerCropViewState extends State<InnerCropView>
// build video
: buildDefault(),
),
isOriginal: true,
),

ValueListenableBuilder<bool>(
Expand Down
1 change: 0 additions & 1 deletion lib/src/widget/video_player_mixin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ mixin InstaAssetVideoPlayerMixin<T extends InstaAssetVideoPlayerStatefulWidget>
asset: widget.asset,
isOriginal: false,
builder: builder,
isOriginal: true,
);

@override
Expand Down

0 comments on commit 4f4048b

Please sign in to comment.