1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-29 15:51:47 +00:00

[ng-flutter] migrate to pkg:web (#2173)

This commit is contained in:
Pavel Mazhnik
2024-03-02 11:26:48 +03:00
committed by GitHub
parent b99602847a
commit 4c93f8356f
5 changed files with 14 additions and 64 deletions

View File

@@ -4,5 +4,4 @@ library;
export 'js_interop/counter_state_manager.dart';
export 'js_interop/helper.dart' show broadcastAppEvent;
// Replace with createJSInteropWrapper when updating to Dart 3.3.
export 'dart:js_util' show createDartExport;
export 'dart:js_interop' show createJSInteropWrapper;