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.
// 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());
}