From 54cec3f13fb530d04dde38462e6aff57eb088866 Mon Sep 17 00:00:00 2001 From: Kris Giesing Date: Tue, 15 Dec 2015 11:06:05 -0800 Subject: [PATCH] Export dependent class from newton package --- packages/flutter/lib/src/animation/forces.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/flutter/lib/src/animation/forces.dart b/packages/flutter/lib/src/animation/forces.dart index 00833c6129..9f5fd1c730 100644 --- a/packages/flutter/lib/src/animation/forces.dart +++ b/packages/flutter/lib/src/animation/forces.dart @@ -4,6 +4,8 @@ import 'package:newton/newton.dart'; +export 'package:newton/newton.dart' show SpringDescription; + /// A factory for simulations. abstract class Force { const Force();