Skip to content

Instantly share code, notes, and snippets.

View WiRight's full-sized avatar
:shipit:
Wanna make a FUCKING SHIT!

WiRight WiRight

:shipit:
Wanna make a FUCKING SHIT!
  • DIZOFT
  • Russia, Krasnodar
View GitHub Profile
@WiRight
WiRight / main.dart
Created November 22, 2021 14:45
s_help
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
debugShowCheckedModeBanner: false,