/xayn_design

A plugin that provides xayn-styled shared design elements like icons, colors, styles, and themes.

Primary LanguageDartApache License 2.0Apache-2.0

xayn_design

codecov Build Status

xayn_design library is a plugin that provides:

  • Linden

    Xayn-styled shared design elements like icons, colors, styles, and themes. We expose one design object with the name of Linden that contains all the shared design elements.

  • Widgets

    Common widgets, that we share between our applications.


Table of content:


Installing 🛠️

Add this to your package's pubspec.yaml file:

dependencies:
  xayn_design: `latest version`

After that, shoot it on the command line:

$ flutter pub get

Library docs 📖

  1. Linden
  2. Widgets

Give a try to the example app

top ⤴️


Troubleshooting 🤔

Importing assets in pubspec.yaml

Until this Flutter issue is resolved, you'll need to include each asset independently under assets in pubsepc.yaml. Check the example app to learn more.

top ⤴️


Contributing 👷‍♀️

We're more than happy to accept pull requests 💪

top ⤴️


License 📜

xayn_design is licensed under Apache 2. View license.

top ⤴️