flutter_ui_kit_notice library

Flutter UI Kit — Glassmorphism Notice Board UI Kit.

Provides reusable glassmorphism components for forum, community, and notice board use cases. All tokens (colors, spacing, radius, typography) are sourced from flutter_ui_kit_theme.

import 'package:flutter_ui_kit_notice/flutter_ui_kit_notice.dart';

Classes

BoardItem
A single glassmorphism card representing one NoticePost in a board list.
BoardList
A scrollable list of BoardItem cards, sorted so pinned posts appear first.
CommentWidget
A glassmorphism card displaying a single NoticeComment.
GlassCard
A glassmorphism container that blurs the content behind it.
GlassTag
A pill-shaped glassmorphism tag for categories, statuses, or labels.
NoticeComment
An immutable data model representing a single comment on a notice post.
NoticePost
An immutable data model representing a single notice board post.
PostView
A scrollable full-post view for a NoticePost.