smartstruct_generator 1.1.1 copy "smartstruct_generator: ^1.1.1" to clipboard
smartstruct_generator: ^1.1.1 copied to clipboard

outdated

smartstruct - A dart bean mapper annotation processor - the easy nullsafe way!

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add smartstruct_generator

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  smartstruct_generator: ^1.1.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:smartstruct_generator/builder.dart';
import 'package:smartstruct_generator/mapper_config.dart';
import 'package:smartstruct_generator/mapper_generator.dart';
2
likes
0
points
1.39k
downloads

Publisher

unverified uploader

Weekly Downloads

smartstruct - A dart bean mapper annotation processor - the easy nullsafe way!

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, build, code_builder, smartstruct, source_gen

More

Packages that depend on smartstruct_generator