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

discontinued
outdated

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.

example/example.dart

import 'package:proxiable/src/annotation/enable_proxable.dart';
import 'package:proxiable/src/annotation/proxiable.dart';

@Proxiable()
class Hunter {}

@EnableProxiable()
class Entry {}

void main() {}
1
likes
0
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

unknown (LICENSE)

Dependencies

analyzer, build, build_config, glob, mustache, reflectable, source_gen

More

Packages that depend on proxiable