Skip to content

layrz_models

layrz_models is a Flutter package that provides the base classes of our API. Similar to the layrz-sdk python library, layrz_models provides the return objects from the API.

How it works?

layrz_models does not provide any connector or wrapper of our API, but, uses freezed to generate the classes that represents the return objects from our API, so, you can iterate over the return objects and use the data in your Flutter application.

Where can I get the package?

You can get the package from pub.dev.

Where is your repository?

You can find our repository on GitHub.