blob: 3692f2823895fc4fbe5b6d4f3f5a0e200be8e959 [file] [log] [blame]
// Copyright 2017 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 'src/model/model.dart';
export 'src/model/provider.dart';
export 'src/model/spring_model.dart';
export 'src/model/ticking_model.dart';
export 'src/model/tracing_spring_model.dart';