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.
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
- Linden
- Widgets
Give a try to the example app
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.
We're more than happy to accept pull requests 💪
- check our contributing page
- found a bug or have a question? Please create an issue.
xayn_design is licensed under Apache 2
. View license.