aspectd 0.9.8
aspectd: ^0.9.8 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.
0.9.4 #
- Remove the aspectd.dart.snapshot as it will be generated automatically.
- Better design diagram.
0.9.5 #
- Design diagram in https.
0.9.6 #
- Add MIT license
- Add better demo and README
- Keep compatible with latest dart-sdk as it has breaking changes in TypeParameterType.
0.9.7 #
- Add regex support
- Add documentation
- Add linter
0.9.8 #
- Add test cases