Skip to content

Instantly share code, notes, and snippets.

@nicowernli
Created December 12, 2019 14:22
Show Gist options
  • Save nicowernli/3e850f014d85b8cb6fb11f77b47d1282 to your computer and use it in GitHub Desktop.
Save nicowernli/3e850f014d85b8cb6fb11f77b47d1282 to your computer and use it in GitHub Desktop.
Stateless Widget File Template
import 'package:flutter/material.dart';
class ${StringUtils.removeAndHump(${NAME})} extends StatelessWidget {
@override
Widget build(BuildContext context) {
return null;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment