aspectd 0.9.1 copy "aspectd: ^0.9.1" to clipboard
aspectd: ^0.9.1 copied to clipboard

outdated

AOP for Flutter. AspectD is an AOP(aspect oriented programming) framework for dart. Like other traditional aop framework, AspectD provides call&execute grammar. Besides, as we can't use dart:mirrors [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add aspectd

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  aspectd: ^0.9.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:aspectd/aspectd.dart';
8
likes
0
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

AOP for Flutter. AspectD is an AOP(aspect oriented programming) framework for dart. Like other traditional aop framework, AspectD provides call&execute grammar. Besides, as we can't use dart:mirrors in flutter, AspectD also provides a way named inject enhancing the dart code manipulation.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on aspectd