wife 0.0.40 copy "wife: ^0.0.40" to clipboard
wife: ^0.0.40 copied to clipboard

ComingSoon

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate wife

Use it

The package has the following executables:

$ wife

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add wife

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

dependencies:
  wife: ^0.0.40

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:wife/core.dart';
import 'package:wife/getx_generator.dart';
import 'package:wife/modules/core_generator/common_package_exporter.dart';
import 'package:wife/modules/core_generator/core_generator.dart';
import 'package:wife/modules/icon_generator/icon_generator.dart';
import 'package:wife/modules/module_generator/module_generator.dart';
import 'package:wife/modules/project_generator/project_generator.dart';
import 'package:wife/modules/wife_build/wife_build.dart';
import 'package:wife/modules/wife_clean/wife_clean.dart';
import 'package:wife/resources/session/package_info.dart';
import 'package:wife/resources/template/controller.dart';
import 'package:wife/resources/template/module/controller.dart';
import 'package:wife/resources/template/module/view.dart';
import 'package:wife/resources/template/view.dart';
import 'package:wife/shared/extension/clean_filename.dart';
import 'package:wife/shared/helper/dir/dir.dart';
import 'package:wife/shared/helper/exec/exec.dart';
import 'package:wife/shared/helper/name_parser/name_parser.dart';
import 'package:wife/shared/helper/template/template.dart';
3
likes
20
pub points
0%
popularity

Publisher

unverified uploader

ComingSoon

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

args, path, process_run

More

Packages that depend on wife