UNPKG

vscode-flutter-files

Version:

Quickly scaffold flutter bloc file templates

11 lines (9 loc) 207 B
import { IConfig } from './../models/config'; export const config: IConfig = { appName: 'flutter_files', defaults: { bigpack: { flat: false }, smallpack: { flat: false }, }, appPath: '', };