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 mauricioluz committed Jan 26, 2023
1 parent f43c4f4 commit 49a1678
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 49a1678

Please sign in to comment.