Skip to content

Commit

Permalink
Merge pull request #44 from IchordeDionysos/patch-1
Browse files Browse the repository at this point in the history
fix(wakelock_plus): WASM-compatible conditional imports
  • Loading branch information
diegotori authored Apr 7, 2024
2 parents e892c6d + d6e6658 commit 72ace55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wakelock_plus/lib/wakelock_plus.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'package:wakelock_plus_platform_interface/wakelock_plus_platform_interfac
export 'src/wakelock_plus_linux_plugin.dart';
export 'src/wakelock_plus_macos_plugin.dart';
export 'src/wakelock_plus_windows_plugin.dart'
if (dart.library.html) 'src/wakelock_plus_web_plugin.dart';
if (dart.library.js_interop) 'src/wakelock_plus_web_plugin.dart';

/// The [WakelockPlusPlatformInterface] that is used by [WakelockPlus].
///
Expand Down

0 comments on commit 72ace55

Please sign in to comment.