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:
13
packages/flutter_web/lib/physics.dart
Normal file
13
packages/flutter_web/lib/physics.dart
Normal file
@ -0,0 +1,13 @@
|
||||
// Copyright 2016 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.
|
||||
|
||||
library physics;
|
||||
|
||||
export 'src/physics/clamped_simulation.dart';
|
||||
export 'src/physics/friction_simulation.dart';
|
||||
export 'src/physics/gravity_simulation.dart';
|
||||
export 'src/physics/simulation.dart';
|
||||
export 'src/physics/spring_simulation.dart';
|
||||
export 'src/physics/tolerance.dart';
|
||||
export 'src/physics/utils.dart';
|
Reference in New Issue
Block a user