Skip to content

Instantly share code, notes, and snippets.

View RyouMon's full-sized avatar
💭
learning

Wen RyouMon

💭
learning
View GitHub Profile
@RyouMon
RyouMon / main.dart
Last active November 6, 2022 11:42
Manage self states
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override