Created
August 12, 2024 15:02
-
-
Save hansvdam/6198b142209a9c4547c948e31d457606 to your computer and use it in GitHub Desktop.
Generated code from pixels2flutter.dev
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:flutter/material.dart'; | |
void main() { | |
runApp(MyApp()); | |
} | |
class MyApp extends StatelessWidget { | |
@override | |
Widget |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment