diff --git a/examples/stocks/lib/stock_menu.dart b/examples/stocks/lib/stock_menu.dart index 9023ed244ef917846e59a718bfdafc97359491b4..03b09983d11b1dce2052df7ee51d0c7594daf15b 100644 --- a/examples/stocks/lib/stock_menu.dart +++ b/examples/stocks/lib/stock_menu.dart @@ -4,7 +4,7 @@ import 'package:sky/framework/components/popup_menu.dart'; import 'package:sky/framework/fn.dart'; -import 'package:sky/framework/theme/view-configuration.dart'; +import 'package:sky/framework/theme/view_configuration.dart'; class StockMenu extends Component { static final Style _style = new Style(''' diff --git a/framework/components/action_bar.dart b/framework/components/action_bar.dart index 0e34fbaeefca3171165daa3d14c41e1c61e7982b..e0b2ddfe75666ed657d79812fb274985916a9800 100644 --- a/framework/components/action_bar.dart +++ b/framework/components/action_bar.dart @@ -3,7 +3,7 @@ // found in the LICENSE file. import '../fn.dart'; -import '../theme/view-configuration.dart'; +import '../theme/view_configuration.dart'; import 'material.dart'; class ActionBar extends Component { diff --git a/framework/components/drawer_header.dart b/framework/components/drawer_header.dart index da00446beb5eb725838471600683429cf0e38868..c1c1d528372423d38ca750fc6e2cc09ae5bf7c3d 100644 --- a/framework/components/drawer_header.dart +++ b/framework/components/drawer_header.dart @@ -4,7 +4,7 @@ import '../fn.dart'; import '../theme/colors.dart'; -import '../theme/view-configuration.dart'; +import '../theme/view_configuration.dart'; class DrawerHeader extends Component { static final Style _style = new Style(''' diff --git a/framework/components/ink_splash.dart b/framework/components/ink_splash.dart index 0d147ad59ea55c0ae082f568b4c0ee4092e05360..810c20c5816d935db2f63c3033c8eef80f242aeb 100644 --- a/framework/components/ink_splash.dart +++ b/framework/components/ink_splash.dart @@ -5,7 +5,7 @@ import '../animation/animated_value.dart'; import '../animation/curves.dart'; import '../fn.dart'; -import '../theme/view-configuration.dart' as config; +import '../theme/view_configuration.dart' as config; import 'dart:async'; import 'dart:math' as math; import 'dart:sky' as sky; diff --git a/framework/components/scrollable.dart b/framework/components/scrollable.dart index 49310c1e3d3281d20e4b8c8a5ea445dde3114ca0..3858a25fbf1705e514de8e7bce12bb1f237f127a 100644 --- a/framework/components/scrollable.dart +++ b/framework/components/scrollable.dart @@ -6,7 +6,7 @@ import '../animation/generators.dart'; import '../animation/mechanics.dart'; import '../animation/scroll_behavior.dart'; import '../fn.dart'; -import '../theme/view-configuration.dart' as config; +import '../theme/view_configuration.dart' as config; import 'dart:math' as math; import 'dart:sky' as sky; diff --git a/framework/theme/view-configuration.dart b/framework/theme/view_configuration.dart similarity index 100% rename from framework/theme/view-configuration.dart rename to framework/theme/view_configuration.dart