It's a group of classes/SDK that can be help you to implement scripts into Layrz modules, or incorporate them into your own projects.
All packages developed by Layrz are prefixed with layrz_, check out our other packages on pub.dev.
This package is designed to convert our API responses into Dart objects, so you can use them in your Flutter projects. More information about our API can be found in our documentation.
If you need more assistance, you open an issue on the Repository and we're happy to help you :)
This project is licensed under the MIT License - see the LICENSE file for details.
This project is maintained by Golden M with authorization of Layrz LTD.
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 [email protected] or via WhatsApp at +(507)-6979-3073.
- Add every change in CHANGELOG.md
- Set
git push - Set in the terminal
git tag v{version} - Set
git push origin {tag_name}
- git tag v3.4.24
- git push origin v3.4.24
- Done!