copy_with_gen 0.1.0 copy "copy_with_gen: ^0.1.0" to clipboard
copy_with_gen: ^0.1.0 copied to clipboard

discontinued

A generator to make copyWith extension file.

copy_with_gen #

A generator to make copyWith extension file.

Usage #

import the package #

dependencies:
  copy_with_gen: any
import 'package:copy_with_gen/copy_with_gen.dart';

@copyWith
class Entity{
    Entity(this.firstName);

    final String firstName;
}

install the package with pub global #

Install it with pub global:

pub global activate copy_with_gen

use it #

cd $poject_dir
copy_gen

Then, it will make copy_with_ext.dart in your project.

LICENSE #

MIT Style

0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A generator to make copyWith extension file.

Homepage

License

MIT (LICENSE)

Dependencies

analyzer, dart_style, path, project

More

Packages that depend on copy_with_gen