Skip to content

Mastersam07/deepa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deepa

A guide to deep linking in flutter.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Theoretical Roadmap

  • Background
  • Most common approach to apps
  • Replacing the approach with deep links
  • What are deep links - overview and format
  • Kinds of deep links - applinks, unilinks, custom scheme
  • Recommendation and why
  • Limitation of custom schemes
  • Why deep links/benefits
  • Technical deep dive

Technical Roadmap

  • Routing with router api (nav 2.0)
  • Unilinks ios - scheme://host/path e.g. https://hephwinglabs.xyz/product
  • Applinks android - scheme://host/path e.g. https://hephwinglabs.xyz/product
  • Custom schemes - scheme://host/path e.g. deepa://hephwinglabs.xyz/product
  • Routing with navigator api (nav 1.0) and deep link support
  • Deferred deep links

Test Links

About

A guide to deeplinks in flutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published