UNPKG

vscode-flutter-files

Version:

Quickly scaffold flutter bloc file templates

12 lines (10 loc) 231 B
import { Command, ConfigElement } from '../config-ext'; export interface IPath { fileName: string; dirName: string; dirPath: string; fullPath: string; rootPath: string; templateDirectory: string; command: Command; }