Skip to content

Commit

Permalink
Ignore deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
knopp committed Dec 23, 2024
1 parent 0f1ae44 commit e8bc557
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// TODO(knopp): Remove when migrating to Color.withValues
// ignore_for_file: deprecated_member_use

import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart'
show Colors, Icons, CircularProgressIndicator;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// TODO(knopp): Remove when migrating to Color.withValues
// ignore_for_file: deprecated_member_use

import 'dart:ui' as ui;

import 'package:collection/collection.dart';
Expand Down

0 comments on commit e8bc557

Please sign in to comment.