open 1.4.0 copy "open: ^1.4.0" to clipboard
open: ^1.4.0 copied to clipboard

discontinued

Open whatever you want, such as URLs, files or executables, regardless of the platform you use.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate open

Use it

The package has the following executables:

$ open_cli

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add open

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

dependencies:
  open: ^1.4.0

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

Import it

Now in your Dart code, you can use:

import 'package:open/open.dart';
7
likes
20
pub points
26%
popularity

Publisher

verified publisherbelin.io

Open whatever you want, such as URLs, files or executables, regardless of the platform you use.

Homepage
Repository
View/report issues

License

unknown (LICENSE)

Dependencies

build_cli_annotations

More

Packages that depend on open