mirror of
https://github.com/flutter/samples.git
synced 2026-04-30 19:46:51 +00:00
Add flutter_lints to null_safety (#828)
This commit is contained in:
@@ -7,5 +7,5 @@ import 'package:flutter/material.dart';
|
||||
import 'goodapp.dart';
|
||||
|
||||
void main() {
|
||||
runApp(GoodMyApp());
|
||||
runApp(const GoodMyApp());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user