adaptive_deep_linker 1.0.0
adaptive_deep_linker: ^1.0.0 copied to clipboard
A lightweight, highly adaptive deep linking solution for Flutter. Simplifies URL parsing and automated native configuration for Android and iOS.
1.0.0 #
- Initial Release of Adaptive Deep Linker.
- Core Engine: Implemented a robust Regex-based URL parser to handle dynamic path parameters (e.g.,
/product/:id). - Easy Setup CLI: Added a powerful automation tool to configure
AndroidManifest.xml(Android) andInfo.plist(iOS) with a single command. - Flexible Routing: Introduced
AdaptiveDeepLinkerandAdaptiveRoutefor seamless integration with Flutter'sonGenerateRoute. - Safety Features: Added support for custom fallback (404) pages and safe URL parsing to prevent app crashes.
- LoomixDev Standards: Optimized code for performance, readability, and 100% pub.dev scoring.