eufemia 0.4.0 copy "eufemia: ^0.4.0" to clipboard
eufemia: ^0.4.0 copied to clipboard

outdated

A set of Flutter widgets and components adhering to to DNB's Eufemia design system

DNB Design System 👨‍🎨 #

preview

DISCLAIMER: This package is in an early stage

Themes #

Two base themes are provided:

  • Eufemia.lightTheme()
  • Eufemia.darkTheme()

These can be extended using the copyWith method. Read more about ThemeData overrides here.

Fonts #

If using the included themes, fonts are automatically set up. Otherwise, specify the fontFamily and package properties:

TextStyle(
  fontFamily: 'DNB Sans',
  package: 'eufemia',
)

Desktop #

Desktop targets are supported but not currently tested extensively, but may be prioritized in the future.

Web #

Web targets are supported, but the Web APIs are unstable, and the target is not tested at all. If building a web application, check out eufemia for web for a web version.

4
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A set of Flutter widgets and components adhering to to DNB's Eufemia design system

Homepage

License

unknown (LICENSE)

Dependencies

flippable_box, flutter, flutter_slidable, flutter_svg, meta, shimmer, snack

More

Packages that depend on eufemia