mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-07-15 03:04:25 +08:00
Add:创建 flutter go web 版
This commit is contained in:
21
packages/flutter_web/lib/animation.dart
Normal file
21
packages/flutter_web/lib/animation.dart
Normal file
@ -0,0 +1,21 @@
|
||||
// Copyright 2015 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.
|
||||
// Synced 2019-05-31T15:14:36.262065.
|
||||
|
||||
/// The Flutter animation system.
|
||||
///
|
||||
/// To use, import `package:flutter/animation.dart`.
|
||||
///
|
||||
/// See [flutter.dev/animations](https://flutter.dev/animations/) for an overview.
|
||||
///
|
||||
/// This library depends only on core Dart libraries and the `physics.dart` library.
|
||||
library animation;
|
||||
|
||||
export 'src/animation/animation.dart';
|
||||
export 'src/animation/animation_controller.dart';
|
||||
export 'src/animation/animations.dart';
|
||||
export 'src/animation/curves.dart';
|
||||
export 'src/animation/listener_helpers.dart';
|
||||
export 'src/animation/tween.dart';
|
||||
export 'src/animation/tween_sequence.dart';
|
Reference in New Issue
Block a user