Unverified Commit 1b65ba53 authored by Alexandre Ardhuin's avatar Alexandre Ardhuin Committed by GitHub

exports public API types from scheduler/*.dart (#105737)

parent fe577045
......@@ -13,7 +13,10 @@ import 'package:flutter/foundation.dart';
import 'debug.dart';
import 'priority.dart';
export 'dart:ui' show AppLifecycleState, VoidCallback, FrameTiming;
export 'dart:developer' show Flow;
export 'dart:ui' show AppLifecycleState, FrameTiming, TimingsCallback, VoidCallback;
export 'priority.dart' show Priority;
/// Slows down animations by this factor to help in development.
double get timeDilation => _timeDilation;
......
......@@ -8,6 +8,8 @@ import 'package:flutter/foundation.dart';
import 'binding.dart';
export 'package:flutter/foundation.dart' show DiagnosticsNode, VoidCallback;
/// Signature for the callback passed to the [Ticker] class's constructor.
///
/// The argument is the time that the object had spent enabled so far
......
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