Skip to content

Commit

Permalink
feat: wip windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
juicycleff committed May 2, 2022
1 parent bc28c7f commit a9c9b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flutter_unity_widget.dart
Expand Up @@ -2,7 +2,7 @@ library flutter_unity_widget;

export 'src/facade_controller.dart';
export 'src/facade_widget.dart'
if (dart.library.io) 'src/mobile/unity_widget.dart'
if (dart.library.io) 'src/io/unity_widget.dart'
if (dart.library.html) 'src/web/unity_widget.dart';
export 'src/helpers/events.dart';
export 'src/helpers/misc.dart';
Expand Down

0 comments on commit a9c9b76

Please sign in to comment.