mirror of
https://github.com/flutter/samples.git
synced 2026-04-04 18:51:05 +00:00
Upgrade null safety example (#748)
This commit is contained in:
11
null_safety/null_safe_app/lib/main.dart
Normal file
11
null_safety/null_safe_app/lib/main.dart
Normal file
@@ -0,0 +1,11 @@
|
||||
// Copyright 2020, the Flutter project authors. Please see the AUTHORS file
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
import 'goodapp.dart';
|
||||
|
||||
void main() {
|
||||
runApp(GoodMyApp());
|
||||
}
|
||||
Reference in New Issue
Block a user