UNPKG

@lvfarias/fl-cli

Version:
9 lines (7 loc) 225 B
const content = `import 'package:{APP_NAME}/pages/{PATH_NAME}/style.dart'; import 'package:flutter/material.dart'; Widget {PATH_NAME}Page = Center( child: Text('body page', style: example), ); `; module.exports = content;