flutter_aop 0.0.4+5 copy "flutter_aop: ^0.0.4+5" to clipboard
flutter_aop: ^0.0.4+5 copied to clipboard

Annotation driven proxies to add lightweight AOP style hooks to Flutter code.

example/lib/main.dart

import 'di.dart';
import 'login_service.dart';

Future<void> main() async {
  await configureDependencies();

  final service = getIt<LoginService>();
  await _successfulLogin(service);
}

Future<void> _successfulLogin(LoginService service) async {
  await service.login('gmail', 'gmail!');
}
0
likes
0
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

Annotation driven proxies to add lightweight AOP style hooks to Flutter code.

Homepage

License

unknown (license)

Dependencies

analyzer, build, flutter, glob, meta, source_gen

More

Packages that depend on flutter_aop