1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-09 22:38:42 +00:00
Files
samples/web_embedding/ng-flutter/flutter/lib/src/js_interop.dart
Parker Lougheed 6b8f18392d Clean up ng-flutter a bit (#2236)
No functional change, just while I was verifying it still works with the
latest Angular releases, completed some cleanup as well.
2024-04-08 16:22:25 -05:00

6 lines
184 B
Dart

/// Exposes useful functions to interop with JS from our Flutter app.
library;
export 'js_interop/counter_state_manager.dart';
export 'js_interop/helper.dart' show broadcastAppEvent;