UNPKG

@nx-dart/nx-dart

Version:

A Nx plugin, that adds support for developing Dart and Flutter packages in a Nx workspace

7 lines (5 loc) 142 B
import { ProjectType } from '@nrwl/devkit'; export interface AddPackageGeneratorSchema { directory: string; projectType?: ProjectType; }