Skip to content

Commit 388af86

Browse files
PHKennyclaude
andcommitted
docs: update LICENSE year, README plugin section and pubspec.lock
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2759be2 commit 388af86

3 files changed

Lines changed: 26 additions & 20 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2023 Golden M, Inc.
1+
Copyright 2023-2026 Golden M, Inc.
22

33
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:
44

README.md

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@
66

77
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).
88

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:
16+
17+
```bash
18+
/plugin marketplace add goldenm-software/layrz-theme
19+
```
20+
21+
Once the marketplace is added, install the plugin from the **Discover** tab in `/plugin`, or run:
22+
23+
```bash
24+
/plugin install layrz-theme@goldenm-software-layrz-theme
25+
```
26+
27+
Then reload your plugins:
28+
29+
```bash
30+
/reload-plugins
31+
```
32+
933
## Live demo
1034

1135
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
1640

1741
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).
1842

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-
2343
### Why this library exists?
2444

2545
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
4464

4565
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
4666

47-
This project is maintained by [Golden M](https://goldenm.com) with authorization of [Layrz LTD](https://layrz.com).
48-
4967
## Who are you? / Want to work with us?
5068

5169
**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.
62-
63-
Co-authored-by: Claude AI

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ packages:
390390
path: ".."
391391
relative: true
392392
source: path
393-
version: "7.5.26"
393+
version: "7.5.27"
394394
leak_tracker:
395395
dependency: transitive
396396
description:

0 commit comments

Comments
 (0)