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

PlatformAndroid

A flutter plugin that allows setting up your flutter app to open files as default.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add open_as_default

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

dependencies:
  open_as_default: ^0.0.3

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

Import it

Now in your Dart code, you can use:

import 'package:open_as_default/open_as_default.dart';
7
likes
130
pub points
43%
popularity

Publisher

unverified uploader

A flutter plugin that allows setting up your flutter app to open files as default.

Homepage

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, uri_to_file

More

Packages that depend on open_as_default