design_weebi 0.1.5 copy "design_weebi: ^0.1.5" to clipboard
design_weebi: ^0.1.5 copied to clipboard

Weebi design system - icons, colors, text styles, and theme for Flutter apps

design_weebi #

Weebi design system – shared icons, colors, text styles, and theme for Flutter apps.

Used by both weebi_app (mobile/desktop) and weebi_webapp (web admin).

Contents #

  • ColorsWeebi – semantic colors (articles, boutiques, contacts, tickets, etc.)
  • IconsWeebi – semantic icons for Weebi objects
  • TextStyleWeebi – shared text styles
  • weebiTheme – base ThemeData for Weebi apps
  • ColorUtilsColor.toInt() extension

Usage #

import 'package:design_weebi/design_weebi.dart';

// Icons
IconsWeebi.articles
IconsWeebi.boutique
IconsWeebi.deviceIcon  // platform-aware (mobile vs desktop)

// Colors
ColorsWeebi.orangeArticle
ColorsWeebi.blueContact

// Text styles
TextStyleWeebi.bold
TextStyleWeebi.whiteBoldBig

// Theme
MaterialApp(theme: weebiTheme, ...)

Publishing #

This package is intended for pub.dev. When publishing, switch from path to version:

design_weebi: ^0.1.0
1
likes
130
points
33
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Weebi design system - icons, colors, text styles, and theme for Flutter apps

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, font_awesome_flutter, models_weebi

More

Packages that depend on design_weebi