deeplink_x 1.3.6 copy "deeplink_x: ^1.3.6" to clipboard
deeplink_x: ^1.3.6 copied to clipboard

Type-safe Flutter deeplinks for WhatsApp, Telegram, Instagram, YouTube, Google Maps, Waze and app stores, with automatic store and web fallback.

example/lib/main.dart

import 'package:deeplink_x_example/splash.dart';
import 'package:flutter/material.dart';

/// Entry point for the DeeplinkX example application.
void main() {
  runApp(const MyApp());
}

/// Root widget that sets up theming and the initial page.
class MyApp extends StatelessWidget {
  /// Creates the app widget.
  const MyApp({super.key});

  @override
  Widget build(final BuildContext context) =>
      MaterialApp(title: 'DeeplinkX Example', theme: ThemeData(useMaterial3: true), home: const SplashPage());
}
12
likes
160
points
878
downloads
screenshot

Documentation

API reference

Publisher

verified publisherp-hatan.com

Weekly Downloads

Type-safe Flutter deeplinks for WhatsApp, Telegram, Instagram, YouTube, Google Maps, Waze and app stores, with automatic store and web fallback.

Repository (GitHub)
View/report issues

Topics

#deeplink #app-links #maps #navigation #open-store

License

MIT (license)

Dependencies

deeplink_x_android, deeplink_x_ios, deeplink_x_linux, deeplink_x_macos, deeplink_x_platform_interface, deeplink_x_web, deeplink_x_windows, flutter

More

Packages that depend on deeplink_x

Packages that implement deeplink_x