aspectd 0.9.3
aspectd: ^0.9.3 copied to clipboard
AOP for Flutter. AspectD is an AOP(aspect oriented programming) framework for dart. It provides call&execute&inject grammar.
0.9.0 Pre release version. #
- Support AOP programming for instance method、class method and library method.
- Provide call&execute&inject grammar.
0.9.1 #
- Add example.
0.9.2 #
- Make the aop process more easy by generating aspectd.dart.snapshot automatically.
0.9.3 #
- Capatible with flutter v1.7.4 and above as the BundleBuilder api changed.