Skip to content

Commit

Permalink
Ignore Firebase Dynamic Links deprecation warning
Browse files Browse the repository at this point in the history
Note: Firebase Dynamic Links is deprecated and the service will shut down on August 25, 2025. Please see our Dynamic Links Deprecation FAQ documentation > for guidance on alternative solutions and migration options: https://firebase.google.com/support/dynamic-links-faq.
  • Loading branch information
erdemyerebasmaz committed Jun 21, 2024
1 parent dc35623 commit 295c6dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/services/deep_links.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// ignore_for_file: deprecated_member_use

import 'dart:async';

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

0 comments on commit 295c6dd

Please sign in to comment.