update edit and list and detail view

This commit is contained in:
2026-01-16 14:57:14 +01:00
parent 6df0da2776
commit 3a2dcfd7fc
7 changed files with 136 additions and 85 deletions

View File

@@ -7,6 +7,7 @@ import 'helpers/sample_routes.dart';
import 'pages/home_view.dart';
void main() async {
WidgetsFlutterBinding.ensureInitialized();
await Get.putAsync(() => FilamentRepository().init());
runApp(MyApp());
}