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

outdated

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

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);

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.

3
likes
0
pub points
27%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, flutter, path

More

Packages that depend on protocol_registry