protocol_registry 0.0.5 copy "protocol_registry: ^0.0.5" to clipboard
protocol_registry: ^0.0.5 copied to clipboard

Register/query/remove URI Schemes without hassle. Available for Windows and Linux.

protocol_registry #

Register/query/remove URI Schemes without hassle. Available for Windows and Linux.

Installation #

flutter pub add protocol_registry
copied to clipboard

Usage #

/** Get the registry */
final ProtocolRegistryModel registry = getRegistry();

/** Query */
await registry.find(scheme);
await registry.exists(scheme);

/** Add */
await registry.add(scheme);

/** Remove */
await registry.remove(scheme);
copied to clipboard

Check ./example for examples.

Additional information #

This package has not been completely tested on Linux. MacOS schemes can be added by modifying the Info.plist file. Contributions are always welcomed.

4
likes
140
points
62
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.19 - 2025.04.03

Register/query/remove URI Schemes without hassle. Available for Windows and Linux.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, path

More

Packages that depend on protocol_registry