Commit 8ef862fb authored by Hixie's avatar Hixie

The old style of import is deprecated.

parent 06480523
...@@ -7,7 +7,7 @@ import 'dart:collection'; ...@@ -7,7 +7,7 @@ import 'dart:collection';
import 'dart:developer'; import 'dart:developer';
import 'dart:ui' as ui; import 'dart:ui' as ui;
import 'package:collection/priority_queue.dart'; import 'package:collection/collection.dart';
import 'package:flutter/services.dart'; import 'package:flutter/services.dart';
/// Slows down animations by this factor to help in development. /// Slows down animations by this factor to help in development.
......
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