mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Rename view-configuration to view_configuration to make analyzer happy.
Analyzer was complaining about '-' not being an allowed character in dart file names. R=jamesr@chromium.org
This commit is contained in:
parent
d12f84c818
commit
f32b32343d
@ -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('''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user