dotup_dart_copyright_builder 1.0.3 copy "dotup_dart_copyright_builder: ^1.0.3" to clipboard
dotup_dart_copyright_builder: ^1.0.3 copied to clipboard

Generates copyright header for each dart file

example/dotup_dart_copyright_builder_example.dart

// Powered by https://dotup.de
// Copyright (c) 2021, Copyright dotup IT solutions - Peter Ullrich
// Go to https://flutter-apps.ml and check out the awesome flutter simulator



// build.yaml

/**

builders:

  copyrightBuilder:
    import: "package:copyright_generator/builder.dart"
    builder_factories: ["copyrightBuilder"]
    build_extensions: {".dart": [".dart.copyright"]}
    build_to: source
    auto_apply: root_package
    applies_builders: ["copyrightBuilder"]
    defaults:
      options:
        copyright: "Copyright dotup IT solutions - Peter Ullrich"
        text: [
          "// Some more",
          "// lines",
          "// in the header",
        ]

 */
0
likes
120
pub points
0%
popularity

Publisher

verified publisherdotup.de

Generates copyright header for each dart file

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

build

More

Packages that depend on dotup_dart_copyright_builder