Skip to content

Commit

Permalink
Ignore deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Oct 5, 2024
1 parent ac0c123 commit d0abe2d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
//
// SPDX-License-Identifier: EUPL-1.2

// ignore_for_file: deprecated_member_use
//
// We ignore the deprecated_member_use lint because replacing the deprecated
// methods is a bit more complex:
// https://github.com/SharezoneApp/sharezone-app/issues/1731

import 'package:dynamic_links/test.dart';
import 'package:firebase_dynamic_links/firebase_dynamic_links.dart' as fb;
import 'package:platform_check/platform_check.dart';
Expand Down

0 comments on commit d0abe2d

Please sign in to comment.