macro_kit 0.1.1 copy "macro_kit: ^0.1.1" to clipboard
macro_kit: ^0.1.1 copied to clipboard

A development-time macro system for Dart that generates code instantly for fast iteration without build_runner.

0.1.1 #

  • Fixed version constraint

0.1.0 #

  • Import and library information for macro class declarations
  • Import resolution for inspected types
  • Field initializer inspection capability
  • Enhanced data class macro with generics, default values, super formal parameters, and inheritance support
  • Fixed asset macro path generation on Windows
  • Use internal analysis API to provide memory store
  • Better preparation of system paths for macro server startup
  • Skip files containing only empty class declarations
  • Added API for regeneration when connecting to server
  • Fixed Object.hash parameter limit issue for classes with 20+ fields (thanks @jainam-bhavasar, #2)
  • Improved documentation coverage
  • Expanded test suite

0.0.12 #

  • remove returning MacroManager in runMacro function

0.0.11 #

  • allow customizing class name for AssetPathMacro

0.0.10 #

  • fix: crashing on iOS fixed

0.0.9 #

  • fix: missing doc & set sdk constraints

0.0.8 #

  • fix: remove default value for asset configuration

0.0.7 #

  • fix: handle invalid value for the asset path macro configuration

0.0.6 #

  • Adding Asset Path Generation

0.0.5 #

  • Initial version released
28
likes
0
points
1.84k
downloads

Publisher

verified publisherrebaz.xyz

Weekly Downloads

A development-time macro system for Dart that generates code instantly for fast iteration without build_runner.

Repository (GitHub)
View/report issues

Topics

#codegen #macro #builder #development #tooling

License

unknown (license)

Dependencies

analyzer, analyzer_plugin, change_case, collection, dart_style, hashlib, http, logging, meta, path, shelf, shelf_router, shelf_web_socket, source_helper, synchronized, watcher, web_socket_channel, yaml

More

Packages that depend on macro_kit