reflectable 4.0.12 copy "reflectable: ^4.0.12" to clipboard
reflectable: ^4.0.12 copied to clipboard

Reflection support based on code generation, using 'capabilities' to specify which operations to support, on which objects.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add reflectable
copied to clipboard

With Flutter:

 $ flutter pub add reflectable
copied to clipboard

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

dependencies:
  reflectable: ^4.0.12
copied to clipboard

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

Import it

Now in your Dart code, you can use:

import 'package:reflectable/reflectable.dart';
copied to clipboard
177
likes
140
points
20.9k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.26 - 2025.04.10

Reflection support based on code generation, using 'capabilities' to specify which operations to support, on which objects.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

analyzer, build, build_config, build_resolvers, build_runner, build_runner_core, dart_style, glob, logging, package_config, path, source_span

More

Packages that depend on reflectable