genie 1.0.0 copy "genie: ^1.0.0" to clipboard
genie: ^1.0.0 copied to clipboard

基于模板的 Dart 代码生成工具库 / A template-based code generation library for Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add genie

With Flutter:

 $ flutter pub add genie

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

dependencies:
  genie: ^1.0.0

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:genie/genie.dart';
0
likes
135
points
126
downloads

Publisher

unverified uploader

Weekly Downloads

基于模板的 Dart 代码生成工具库 / A template-based code generation library for Dart.

Repository (GitHub)
View/report issues

Topics

#code-generation #templates #scaffolding #flutter #dart

Documentation

API reference

License

MIT (license)

Dependencies

path

More

Packages that depend on genie