aopd 0.2.0
aopd: ^0.2.0 copied to clipboard
A Flutter/Dart AOP and compiler-extension framework with app-local frontend-server snapshots and SDK-mirror-friendly compiler integration.
0.2.0 #
- Support Flutter 3.44.1.
0.1.0 #
- Initial AOPD release.
- Introduces the
aopdpackage identity andpackage:aopd/aopd.dartentrypoint. - Adds app-local frontend server snapshot generation for AOPD compiler transforms.
- Keeps AOP logic outside
compiler/pkg/*, which remains an upstream SDK mirror. - Supports AspectD-style
Call,Execute,Inject,Add, andFieldGettransforms. - Supports Flutter 3.35.7.