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

AOP for Flutter. AspectD is an AOP(aspect oriented programming) framework for dart. It provides call&execute&inject grammar.

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.8

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
40
pub points
10%
popularity

Publisher

unverified uploader

AOP for Flutter. AspectD is an AOP(aspect oriented programming) framework for dart. It provides call&execute&inject grammar.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on aspectd