The first version of CommercioUI is here

The first version of CommercioUI is here

CommercioUI is a library written in Dart on the Flutter framework that allows any developer to create Blockchain mobile apps based on Commercio.network, saving 90% of development time. 

CommercioUI is a set of standard mutable components (Widgets) that allow you to create, with a few lines of code, a wallet, an identity, invite a customer, share a document, sign a document, buy a membership.

We have invested over a year to build this library and make the developer’s life easier. The Stateless part is just a light layer over Commercio-SDK that gives maximum flexibility to the developer. The Stateful part was built using the Stateless layer and provides customized status management for trade-related operations. The operations are the same as the Stateless layer, but state, storage, and caching are out-of-the-box. Thanks to the BLoC library, CommercioUI provides a wide range of already implemented blocks, events, and states that can be easily integrated into any project. 

The source code of this open-source library is available in our development community.