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

outdated

Extensible Object Manager with no boilerplate code using source_gen

example/main.dart

import 'module_fruits.dart' as module_fruit;
import 'module_banana.dart' as module_banana;
import 'module_price.dart' as module_price;

part 'main.c.dart';

void main() {
  $om.module_fruit_AllAvailableFruits.allFruits.forEach((name,fruit){
    print(name);
    print(fruit.toJson());
  });
}
0
likes
0
pub points
30%
popularity

Publisher

verified publisherswift.shop

Extensible Object Manager with no boilerplate code using source_gen

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, build, build_config, path, source_gen, yaml

More

Packages that depend on swift_composer