From a3f724ac5c01c850213857185bc6dc3b9b933cb0 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 3 Jul 2024 23:14:21 +0800 Subject: [PATCH] Fix docs --- docs/pages/docs/switch.mdx | 2 +- docs/pages/docs/text-field.mdx | 2 +- forui/lib/src/widgets/calendar.dart | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 forui/lib/src/widgets/calendar.dart diff --git a/docs/pages/docs/switch.mdx b/docs/pages/docs/switch.mdx index 4e142e1f7..44013a4b1 100644 --- a/docs/pages/docs/switch.mdx +++ b/docs/pages/docs/switch.mdx @@ -49,7 +49,7 @@ FSwitch( - + ```dart diff --git a/docs/pages/docs/text-field.mdx b/docs/pages/docs/text-field.mdx index c2960d4f8..3304b2c3a 100644 --- a/docs/pages/docs/text-field.mdx +++ b/docs/pages/docs/text-field.mdx @@ -135,7 +135,7 @@ FTextField.multiline( - + ```dart diff --git a/forui/lib/src/widgets/calendar.dart b/forui/lib/src/widgets/calendar.dart new file mode 100644 index 000000000..59b687cc1 --- /dev/null +++ b/forui/lib/src/widgets/calendar.dart @@ -0,0 +1,7 @@ +import 'package:flutter/material.dart'; + +final class _Day { + + + +} \ No newline at end of file