Skip to content

Instantly share code, notes, and snippets.

View Chevyosa's full-sized avatar

Riyanda Azis Febrian Chevyosa

  • Indonesia
  • 11:32 (UTC +07:00)
  • Instagram febriyann0
View GitHub Profile
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override