smartstruct_generator 1.2.7 copy "smartstruct_generator: ^1.2.7" to clipboard
smartstruct_generator: ^1.2.7 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.2.7

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/code_builders/assignment_builder.dart';
import 'package:smartstruct_generator/code_builders/class_builder.dart';
import 'package:smartstruct_generator/code_builders/method_builder.dart';
import 'package:smartstruct_generator/code_builders/parameter_copy.dart';
import 'package:smartstruct_generator/code_builders/static_proxy_builder.dart';
import 'package:smartstruct_generator/generators/mapper_generator.dart';
import 'package:smartstruct_generator/integrations/builder.dart';
import 'package:smartstruct_generator/mapper_config.dart';
import 'package:smartstruct_generator/models/NestMapping.dart';
import 'package:smartstruct_generator/models/RefChain.dart';
import 'package:smartstruct_generator/models/source_assignment.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, path, smartstruct, source_gen

More

Packages that depend on smartstruct_generator