dj 0.0.16 copy "dj: ^0.0.16" to clipboard
dj: ^0.0.16 copied to clipboard

Auto-Generate Dart and Flutter Code while retaining manual user updates to generated code.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dj

With Flutter:

 $ flutter pub add dj

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

dependencies:
  dj: ^0.0.16

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

Import it

Now in your Dart code, you can use:

import 'package:dj/dj.dart';
4
likes
110
pub points
0%
popularity

Publisher

verified publisherprod.pk

Auto-Generate Dart and Flutter Code while retaining manual user updates to generated code.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

args, dart_style, json_annotation, path, recase, universal_io

More

Packages that depend on dj