Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Latest commit

 

History

History
123 lines (75 loc) · 3.8 KB

README.md

File metadata and controls

123 lines (75 loc) · 3.8 KB

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 ⤴️