Skip to content

Instantly share code, notes, and snippets.

View LutfiGarzon's full-sized avatar
:octocat:
Focusing

Lutfi Garzon LutfiGarzon

:octocat:
Focusing
View GitHub Profile
@LutfiGarzon
LutfiGarzon / hello_blog.dart
Created February 18, 2021 20:46
Hello Gist!
import 'package:flutter/material.dart';
void main() {
runApp(App());
}
class PokedexApp extends StatelessWidget {
@override
Widget build(BuildContext context) {