initial onboarding

This commit is contained in:
Fabian Freund
2025-06-14 23:33:24 +02:00
parent 11a1e8e5f5
commit bce9f0b3a5
26 changed files with 918 additions and 12 deletions
@@ -0,0 +1,5 @@
import 'package:flutter/material.dart';
abstract class IFormPage {
GlobalKey<FormState> get formKey;
}