protocol_registry

Creator: coderz1093

Last updated:

0 purchases

protocol_registry Image
protocol_registry Images
Add to Cart

Description:

protocol registry

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.