updated project style guidelines
This commit is contained in:
@ -4,4 +4,4 @@ class UnimplementedDialog {
|
||||
static void show(BuildContext context) {
|
||||
showDialog(context: context, builder: (context) => const AlertDialog(content: Text('Not implemented yet')));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user