You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Copyright 2023 Golden M, Inc.
1
+
Copyright 2023-2026 Golden M, Inc.
2
2
3
3
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Copy file name to clipboardExpand all lines: README.md
+24-18Lines changed: 24 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,30 @@
6
6
7
7
It's a set of tools, widgets and generators to help you to create an application easily, fast and with a good quality using the Layrz design standard. Works in the platforms that Flutter supports, also mostly of `layrz_theme` works in Embedded devices using [Flutter eLinux](https://github.com/sony/flutter-elinux) (Disclaimer, not fully tested).
8
8
9
+
## Claude Code skill
10
+
11
+
This repository includes a *Claude Code plugin* as part of our initiative to provide AI-assisted development tools for Flutter. The plugin contains a collection of skills that guide developers on how to use the various components of the `layrz_theme` library effectively in their Flutter projects. Each skill includes detailed descriptions, usage examples, and best practices for implementing specific widgets or features from the `layrz_theme` package. By leveraging these skills, developers can quickly integrate `layrz_theme` into their applications and adhere to the Layrz design standard with ease.
12
+
13
+
### Installation
14
+
15
+
Add this repository as a Claude Code plugin marketplace, then install the plugin:
You can see a live demo on [https://theme.layrz.com](https://theme.layrz.com) (Disclaimer, not all of the components of Layrz Theme are available in the demo)
@@ -16,10 +40,6 @@ You can see a live demo on [https://theme.layrz.com](https://theme.layrz.com) (D
16
40
17
41
All packages developed by [Layrz](https://layrz.com) are prefixed with `layrz_`, check out our other packages on [pub.dev](https://pub.dev/publishers/goldenm.com/packages).
18
42
19
-
### This library is a framework?
20
-
21
-
Technically, no because Flutter is the Framework, but `layrz_theme` is framework-like library, with a set of tools, widgets and generators.
22
-
23
43
### Why this library exists?
24
44
25
45
We are using Flutter to create most of our applications, based on that, we create initially `layrz_theme` to standarize the design of our applications, but we think that it could be useful for other developers, so we decided to share it with the community.
@@ -44,20 +64,6 @@ If you need more assistance, you open an issue on the [Repository](https://githu
44
64
45
65
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
46
66
47
-
This project is maintained by [Golden M](https://goldenm.com) with authorization of [Layrz LTD](https://layrz.com).
48
-
49
67
## Who are you? / Want to work with us?
50
68
51
69
**Golden M** is a software and hardware development company what is working on a new, innovative and disruptive technologies. For more information, contact us at [sales@goldenm.com](mailto:sales@goldenm.com) or via WhatsApp at [+(507)-6979-3073](https://wa.me/50769793073?text="From%20layrz_theme%20flutter%20library.%20Hello").
52
-
53
-
54
-
55
-
test:
56
-
- Add widget tests for ResponsiveRow and ResponsiveCol
57
-
- Add comprehensive tests covering rendering, spacing, alignment, builder functionality, and integration between ResponsiveRow and ResponsiveCol.
58
-
59
-
docs:
60
-
- Add ResponsiveRow and ResponsiveCol skill documentation
61
-
- Document parameter reference, breakpoint logic, responsive behavior examples, gotchas, best practices, and common layout patterns.
0 commit comments