mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add missing import
This commit is contained in:
parent
1eb13d0112
commit
a8aeed8a0d
@ -6,6 +6,7 @@ import 'curves.dart';
|
||||
import 'dart:async';
|
||||
import 'dart:math' as math;
|
||||
import 'dart:sky' as sky;
|
||||
import 'mechanics.dart';
|
||||
|
||||
abstract class Generator {
|
||||
Stream<double> get onTick;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user