Skip to content

Instantly share code, notes, and snippets.

View Luc2000's full-sized avatar

Lucas Annunziato Luc2000

View GitHub Profile
@Luc2000
Luc2000 / main.dart
Created September 21, 2021 00:51
DDM6 - T5 PT3004252
// Copyright (c) 2019, the Dart 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';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override