deep-linking-for-flutter-web
Installation
SKILL.md
Deep Linking for Flutter Web
In this article I will show you how to have proper URL navigation for your application. Open links to specific pages, protected routes and custom transitions.
Setup
Create a new flutter project called “flutter_deep_linking”
Open that folder up in VSCode.
Update your “pubspec.yaml” with the following:
![]()