updated project linter-rules and enforced them
This commit is contained in:
@ -2,6 +2,6 @@ import 'package:flutter/material.dart';
|
||||
|
||||
class UnimplementedDialog {
|
||||
static void show(BuildContext context) {
|
||||
showDialog(context: context, builder: (context) => const AlertDialog(content: Text("Not implemented yet")));
|
||||
showDialog(context: context, builder: (context) => const AlertDialog(content: Text('Not implemented yet')));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user