uri_scheme_registration 0.1.1 copy "uri_scheme_registration: ^0.1.1" to clipboard
uri_scheme_registration: ^0.1.1 copied to clipboard

A package to register uri schemes for linux and windows.

app_links_scheme_registrations #

Helpers for registering URI schemes. On Window it is registers in the registry, and on Linux by following the XDG spec. Other targets are no-ops.

See lib/src/common.dart for main documentation

Example #

await registerScheme(
  bundleName: 'com.example.myapp',
  scheme: 'myapp',
  name: 'My App',
  categories: 'Office;Productivity',
  comment: 'My Application',
  iconAssetPath: 'assets/icon.png',
);

await unregisterScheme(
  bundleName: 'com.example.myapp',
  scheme: 'myapp',
);
0
likes
150
points
153
downloads

Publisher

verified publishervild.io

Weekly Downloads

A package to register uri schemes for linux and windows.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ffi, win32

More

Packages that depend on uri_scheme_registration