Skip to content

Instantly share code, notes, and snippets.

View kun-lex's full-sized avatar
🏠
Working from home

Dev.David kun-lex

🏠
Working from home
View GitHub Profile
@kun-lex
kun-lex / main.dart
Created July 14, 2023 03:19
health app
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
// This widget is the root of your application.