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

util for string based class initialization (may be usefull for dynamic class init for example backend based data)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add class_builder

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

dependencies:
  class_builder: ^1.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:class_builder/class_builder.dart';
2
likes
25
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

util for string based class initialization (may be usefull for dynamic class init for example backend based data)

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on class_builder