Commit 7352da14 authored by krisgiesing's avatar krisgiesing

Merge pull request #1633 from krisgiesing/event_exports

Export new InputEvent classes from appropriate places
parents adba8643 269ba86a
...@@ -12,6 +12,7 @@ import 'box.dart'; ...@@ -12,6 +12,7 @@ import 'box.dart';
import 'object.dart'; import 'object.dart';
export 'package:flutter/src/painting/box_painter.dart'; export 'package:flutter/src/painting/box_painter.dart';
export 'package:flutter/gestures.dart' show InputEvent, PointerInputEvent;
/// A base class for render objects that resemble their children /// A base class for render objects that resemble their children
/// ///
......
...@@ -24,11 +24,13 @@ export 'package:flutter/rendering.dart' show ...@@ -24,11 +24,13 @@ export 'package:flutter/rendering.dart' show
FlexDirection, FlexDirection,
FlexJustifyContent, FlexJustifyContent,
FractionalOffset, FractionalOffset,
InputEvent,
Matrix4, Matrix4,
Offset, Offset,
Paint, Paint,
Path, Path,
Point, Point,
PointerInputEvent,
Rect, Rect,
ScrollDirection, ScrollDirection,
Shape, Shape,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment