copyable 0.0.1+2 copy "copyable: ^0.0.1+2" to clipboard
copyable: ^0.0.1+2 copied to clipboard

A Flutter package for giving and standardizing copy functionality to Dart classes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add copyable
copied to clipboard

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

dependencies:
  copyable: ^0.0.1+2
copied to clipboard

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:copyable/copyable.dart';
copied to clipboard
7
likes
40
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

2024.08.08 - 2025.02.20

A Flutter package for giving and standardizing copy functionality to Dart classes.

Repository (GitHub)

License

MIT (license)

Dependencies

analyzer, build, code_builder, flutter, meta, source_gen

More

Packages that depend on copyable