Commit 2a9fc2e7 authored by Michael Goderbauer's avatar Michael Goderbauer Committed by Adam Barth

Remove self-package import (#8483)

This is apperently breaking some customers.

If this gets submitted, we should investigate why self-package imports
don't work for certain customers.
parent d7d73a30
......@@ -33,8 +33,6 @@ export 'snack_bar_demo.dart';
export 'tabs_demo.dart';
export 'tabs_fab_demo.dart';
export 'text_field_demo.dart';
export 'tooltip_demo.dart';
export 'two_level_list_demo.dart';
export 'typography_demo.dart';
// Intentionally use a self-package URL to make sure we don't break these.
export 'package:flutter_gallery/demo/tooltip_demo.dart';
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