blob: 1724dd60eab411ffeb952b632163675a190dd0a5 [file] [log] [blame]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/// This file shims dart:ui in web-only scenarios, getting rid of the need to
/// suppress analyzer warnings.
// TODO(BeMacized): Remove this file once web-only dart:ui APIs,
// are exposed from a dedicated place. flutter/flutter#55000
export 'dart_ui_fake.dart' if (dart.library.html) 'dart_ui_real.dart';