aopd 0.2.0 copy "aopd: ^0.2.0" to clipboard
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.

example/lib/main.dart

// Importing the aspect barrel keeps all aspect libraries in the kernel input.
// ignore: unused_import
import 'package:example/aop/aspects/aspects.dart';
import 'package:example/app/aopd_showcase_app.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const AopdShowcaseApp());
}
1
likes
160
points
157
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter/Dart AOP and compiler-extension framework with app-local frontend-server snapshots and SDK-mirror-friendly compiler integration.

Repository (GitHub)
View/report issues

Topics

#aop #aspect #aspectd #kernel #compiler

License

MIT (license)

Dependencies

flutter

More

Packages that depend on aopd