mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 22:38:42 +00:00
No functional change, just while I was verifying it still works with the latest Angular releases, completed some cleanup as well.
6 lines
184 B
Dart
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;
|