core_ui 0.2.0 copy "core_ui: ^0.2.0" to clipboard
core_ui: ^0.2.0 copied to clipboard

A Flutter design system package with design tokens and basic components.

Changelog #

0.2.0 Release 0.2.0 #

✨ Features #

  • UI Components
    • SuccessModal: A bottom sheet that is displayed to the user when an operation is successful.
    • Toast: Provides a static interface to display toast messages, Toast.showSuccess, Toast.showError, Toast.showWarning.

0.0.1 Initial Release #

✨ Features #

  • Design Tokens

    • Color tokens (brand, gray, blue, red, etc.)
    • Typography tokens (font sizes, weights, styles)
    • Spacing tokens (consistent spacing system)
    • Shadow tokens (multiple shadow levels)
    • Icon tokens (Material and custom SVG icons)
  • UI Components

    • CoreButton: Customizable button with support for primary, secondary, and social variants, multiple sizes, icons, and disabled state.
    • CoreTextField: Flexible text input with label, helper text, error handling, phone number input, prefix/suffix widgets, and country code selector.
    • SingleItemSelector: Single-select dropdown with bottom sheet support.
    • CoreIconWidget: Unified icon widget supporting both Material and SVG icons.
    • Toast: Notification component for error, warning, info, and success messages with customizable content and styling.
  • Theming

    • Light and dark theme support
    • Easily extendable theme data for custom branding
  • Assets

    • Extensive icon set (SVG and Material icons)
    • IBM Plex Sans Hebrew font family included

0
likes
140
points
72
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter design system package with design tokens and basic components.

License

MIT (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on core_ui