FLUTTER ECOSYSTEM

google/reflectable.dart

Reflectable एक Dart पैकेज है जो कार्यक्रमकर्ताओं को निश्चित उपयोगों को स्थैतिक तकनीकों का उपयोग करके बराबर वास्तविक अनुकूलित कार्यान्वयन में बदलकर डायनामिक प्रतिबिंबन के कुछ उपयोगों को समाप्त करने की अनुमति देता है। विशिष्ट कोड के उत्पादन और उचित आकार के लिए डायनामिक प्रतिबिंबन के उपयोग को सीमित किया गया है।

reflectable.dart प्रोजेक्ट कवर
Stars
386
Forks
67
अंतिम पुश (UTC)
1 सित॰ 2026
प्रोजेक्ट स्थिति
सक्रिय
Google GitHub avatar
GITHUB Organization

Google ↗

Google ❤️ Open Source

भाषाएँDartShellMakefile

इस रिपॉज़िटरी के पैकेज

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

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.