Skip to content

Commit

Permalink
fix(device_info_plus): Update exports to avoid web compatibility issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuberen committed Aug 5, 2023
1 parent 5510a4e commit fbf0e98
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export 'src/model/macos_device_info.dart';
export 'src/model/web_browser_info.dart';
export 'src/model/windows_device_info.dart';

export 'src/device_info_plus_linux.dart';
export 'src/device_info_plus_linux.dart'
if (dart.library.html) 'src/device_info_plus_web.dart';
export 'src/device_info_plus_windows.dart'
if (dart.library.html) 'src/device_info_plus_web.dart';

Expand Down

0 comments on commit fbf0e98

Please sign in to comment.