brick_oven 0.1.4-dev copy "brick_oven: ^0.1.4-dev" to clipboard
brick_oven: ^0.1.4-dev copied to clipboard

Easily create & format mason brick templates with the brick_oven cli generator for mason

example/main.dart

part '_CLASS_NAME_snake.dart';

class _CLASS_NAME_pascal {
  const _CLASS_NAME_pascal({
    required this.name,
    required this.value,
  });

  const _CLASS_NAME_pascal._private()
      : name = '',
        value = '';

  final String name;
  final String value;
}
2
likes
130
pub points
25%
popularity

Publisher

verified publishermrgnhnt.com

Easily create & format mason brick templates with the brick_oven cli generator for mason

Repository (GitHub)
View/report issues

Topics

#mason #cli #bricks

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, autoequal, equatable, file, get_it, glob, json_annotation, mason_logger, meta, path, pub_updater, watcher, yaml

More

Packages that depend on brick_oven