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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add uri_scheme_registration

With Flutter:

 $ flutter pub add uri_scheme_registration

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  uri_scheme_registration: ^0.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:uri_scheme_registration/uri_scheme_registration.dart';
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