blob: b5bdde1d089518377507da27666d59bbaa9e34ca [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file
// NOTE: Some of the non-fuchsia flutter projects import this file, so this file
// should only contain pure dart/flutter files. Including any fuchsia-specific,
// FIDL related files here will break some of the host-side flutter tests we
// have. (See: https://fuchsia.atlassian.net/browse/SO-435)
export 'package:logging/logging.dart' show Level;
export 'src/frame_rate_tracer.dart';
export 'src/logging.dart';