static_shortcuts 0.0.2 copy "static_shortcuts: ^0.0.2" to clipboard
static_shortcuts: ^0.0.2 copied to clipboard

PlatformAndroid

Generate and handle static shortcuts for Android and access the intent in one line of dart code.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add static_shortcuts

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

dependencies:
  static_shortcuts: ^0.0.2

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:static_shortcuts/static_shortcuts.dart';
1
likes
150
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

Generate and handle static shortcuts for Android and access the intent in one line of dart code.

Homepage

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter, image, path, path_provider, plugin_platform_interface, xml, yaml

More

Packages that depend on static_shortcuts

Packages that implement static_shortcuts