Skip to content

Commit

Permalink
ignore upcoming warnings (flutter#6044)
Browse files Browse the repository at this point in the history
  • Loading branch information
a14n authored and yutaaraki-toydium committed Aug 12, 2022
1 parent 8bbb35b commit 4063a9f
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -5,6 +5,8 @@
import 'dart:async';
import 'dart:math';

// TODO(a14n): remove this import once Flutter 3.1 or later reaches stable (including flutter/flutter#106316)
// ignore: unnecessary_import
import 'package:flutter/painting.dart' show Color;
import 'package:flutter/services.dart';

Expand Down

0 comments on commit 4063a9f

Please sign in to comment.