Skip to content

Instantly share code, notes, and snippets.

@richardshiue
richardshiue / main.dart
Last active October 28, 2024 15:08
bustling-glacier-6043
// Copyright 2019 the Dart project authors. 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';
void main() => runApp(const MyApp());
class MyApp extends StatelessWidget {
const MyApp({super.key});