SkillAgentSearch skills...

Reflectable.dart

Reflectable is a Dart library that allows programmers to eliminate certain usages of dynamic reflection by specialization of reflective code to an equivalent implementation using only static techniques. The use of dynamic reflection is constrained in order to ensure that the specialized code can be generated and will have a reasonable size.

Install / Use

/learn @google/Reflectable.dart
About this skill

Quality Score

0/100

Supported Platforms

Zed

README

This repository provides the Dart packages reflectable and reflectable_builder, along with a set of test cases and examples in the repository test_reflectable.

reflectable

Support for implementing a large subset of the features offered by 'dart:mirrors' without relying on 'dart:mirrors' itself. Provides a system based on capabilities to control the amount of reflection support.

reflectable_builder

Support for generating the code that the package reflectable uses to provide the reflection support described above.

test_reflectable

Used to test package reflectable. Also serves as a set of examples of how reflectable can be used.

Related Skills

View on GitHub
GitHub Stars385
CategoryProduct
Updated4d ago
Forks65

Languages

Dart

Security Score

95/100

Audited on Apr 1, 2026

No findings