auto_data 0.0.2 copy "auto_data: ^0.0.2" to clipboard
auto_data: ^0.0.2 copied to clipboard

outdated

Automatically generate simple data class files for Dart. This is the runtime dependency.

example/lib/main.dart

import 'package:example/foo.dart';
import 'bar.dart';

void main() {
  final foo = new Foo();
  final bar = new Bar(foo: foo);
}
6
likes
40
pub points
67%
popularity

Publisher

unverified uploader

Automatically generate simple data class files for Dart. This is the runtime dependency.

Repository

License

BSD-3-Clause (LICENSE)

More

Packages that depend on auto_data