UNPKG

@nxrocks/nx-flutter

Version:

Nx plugin adding first class support for Flutter in your Nx workspace

5 lines (4 loc) 223 B
import { Tree } from '@nx/devkit'; import { ProjectGeneratorOptions } from './schema'; export declare function projectGenerator(tree: Tree, options: ProjectGeneratorOptions): Promise<void>; export default projectGenerator;