init commit

This commit is contained in:
2025-06-25 02:26:35 +00:00
commit 4b93580b3e
138 changed files with 4929 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import 'package:example/app.dart';
import 'package:flutter/material.dart';
void main() {
runApp(MaterialApp(title: 'Infinite Lazy 2D Grid Example', home: const App(), debugShowCheckedModeBanner: false));
}