initial commit
Test / test (push) Successful in 7m35s

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2026-04-18 14:06:56 +02:00
parent f1e36eac94
commit 46c8c38aa7
324 changed files with 10123 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
/// A Very Good Project created by Very Good CLI.
library;
export 'package:flutter/material.dart';
export 'src/extensions/build_context_extensions.dart';
export 'src/theme/app_colors.dart';
export 'src/theme/app_spacing.dart';
export 'src/theme/app_theme.dart';
export 'src/widgets/app_button.dart';