refactor: replace firebase dynamic links with app_links#1630
Open
Josh-Sanford wants to merge 11 commits intomainfrom
Open
refactor: replace firebase dynamic links with app_links#1630Josh-Sanford wants to merge 11 commits intomainfrom
Josh-Sanford wants to merge 11 commits intomainfrom
Conversation
Bumps [mockingjay](https://github.com/VeryGoodOpenSource/mockingjay) from 0.6.0 to 2.1.0. - [Release notes](https://github.com/VeryGoodOpenSource/mockingjay/releases) - [Changelog](https://github.com/VeryGoodOpenSource/mockingjay/blob/main/CHANGELOG.md) - [Commits](VeryGoodOpenSource/mockingjay@v0.6.0...v2.1.0) --- updated-dependencies: - dependency-name: mockingjay dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…ingjay version update
… of https://github.com/VGVentures/news_toolkit into refactor/replace-firebase_dynamic_links-with-app_links
c127b14 to
6c48965
Compare
Base automatically changed from
dependabot/pub/flutter_news_example/packages/app_ui/mockingjay-2.1.0
to
main
December 10, 2025 19:41
- Replace *.page.link domains with your-domain.com placeholder - Update documentation to explain App Links/Universal Links setup - Reference Flutter's official deep linking documentation Files updated: - Android strings.xml - iOS project.pbxproj - VS Code launch.json - IntelliJ run configurations - Documentation (social_authentication.md, authentication.md)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Firebase dynamic links was deprecated. This PR replaces it with the app_links package from pub.dev.
Issue: #1595
Type of Change