assets_generator_by_zpdl 1.0.1 copy "assets_generator_by_zpdl: ^1.0.1" to clipboard
assets_generator_by_zpdl: ^1.0.1 copied to clipboard

outdated

Flutter assets code generator. Read assets in pubsepec.yaml and generates code.

example/assets_generator_by_zpdl_example.dart

import 'package:assets_annotation_by_zpdl/assets_annotation_by_zpdl.dart';

part 'assets_generator_by_zpdl_example.g.dart';

/// original naming
@assetsAnnotation
class Assets {
  const Assets();
}

const assets = Assets();

/// camel case naming
@assetsAnnotationCamel
class AssetsCamel {
  const AssetsCamel();
}

const assetsCamel = AssetsCamel();

/// snake case naming
@assetsAnnotationSnake
class AssetsSnake {
  const AssetsSnake();
}

const assetsSnake = AssetsSnake();
2
likes
0
points
174
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter assets code generator. Read assets in pubsepec.yaml and generates code.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, assets_annotation_by_zpdl, build, flutter, source_gen, yaml

More

Packages that depend on assets_generator_by_zpdl