mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Rename fling-curve.dart to fling_curve.dart
We're using underscores as word separators per Dart style. TBR=eseidel@chromium.org Review URL: https://codereview.chromium.org/998373002
This commit is contained in:
parent
deb2f1b757
commit
111a25a569
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
import '../animation/fling-curve.dart';
|
||||
import '../animation/fling_curve.dart';
|
||||
import '../fn.dart';
|
||||
import 'dart:sky' as sky;
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
<script>
|
||||
import "dart:math" as math;
|
||||
import "dart:sky";
|
||||
import "../animation/fling-curve.dart";
|
||||
import "../animation/fling_curve.dart";
|
||||
import "../theme/view-configuration.dart" as config;
|
||||
|
||||
@Tagname('sky-scrollable')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user