FLUTTER ECOSYSTEM

google/reflectable.dart

Reflectable é um pacote Dart que permite aos programadores eliminar certos usos de reflexão dinâmica ao especializar o código reflexivo em uma implementação equivalente usando apenas técnicas estáticas. O uso da reflexão dinâmica é restrito para garantir que o código especializado possa ser gerado e tenha um tamanho razoável.

Capa do projeto reflectable.dart
Stars
386
Forks
67
Último push (UTC)
1 de set. de 2026
Status do projeto
Ativo
Google GitHub avatar
GITHUB Organization

Google ↗

Google ❤️ Open Source

United States of AmericaSite oficial ↗
LinguagensDartShellMakefile

Pacotes publicados por este repositório

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher 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.