Replace dart:ui to dart:ui_web when platformViewRegistry in dart:ui is deprecated

This commit is contained in:
dab246
2024-09-16 09:35:35 +07:00
committed by Dat H. Pham
parent 20a6178a48
commit 88f198e65c
3 changed files with 3 additions and 3 deletions
@@ -2,4 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
export 'dart:ui';
export 'dart:ui_web';