proxiable 1.0.0 copy "proxiable: ^1.0.0" to clipboard
proxiable: ^1.0.0 copied to clipboard

discontinued

Proxy provides static methods for creating dynamic proxy classes and instances, and it is also the superclass of all dynamic proxy classes created by those methods.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add proxiable

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

dependencies:
  proxiable: ^1.0.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:proxiable/proxiable.dart';
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Proxy provides static methods for creating dynamic proxy classes and instances, and it is also the superclass of all dynamic proxy classes created by those methods.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

build, exporter, matchable_builder, reflectable, reflectable_annotation

More

Packages that depend on proxiable