copyable 0.0.1+2
copyable: ^0.0.1+2 copied to clipboard
A Flutter package for giving and standardizing copy functionality to Dart classes.
Examples #
This directory contains examples for how to use the code generation
features of the copyable package to avoid writing unnecessary code.
See usage instructions.
Copyable example: lib/point.dart
copyable example: lib/circle.dart
copier example: lib/rectangle.dart
foreignCopyableLib example: lib/metas.dart
foreignCopierLib example: lib/metas.dart