angel3_container_generator

Last updated:

0 purchases

angel3_container_generator Image
angel3_container_generator Images
Add to Cart

Description:

angel3 container generator

Angel3 Container Generator #




An alternative container for Angel3 that uses reflectable package instead of dart:mirrors for reflection. However, reflectable has more limited relfection capabilities when compared to dart:mirrors.
Usage #


Annotable the class with @contained.


Run dart run build_runner build <Your class directory>


Alternatively create a build.xml file with the following content
targets:
$default:
builders:
reflectable:
generate_for:
- bin/**_controller.dart
options:
formatted: true
copied to clipboard


Known limitation #

analyser 6.x is not supported due to reflectable
Reflection on functions/closures is not supported
Reflection on private declarations is not supported
Reflection on generic type is not supported

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.