Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
ignore upcoming warnings (#6044)
Browse files Browse the repository at this point in the history
  • Loading branch information
a14n committed Jun 28, 2022
1 parent 1d327c4 commit 4e29c26
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 4e29c26

Please sign in to comment.