This packages provides all cosmos utilities to generate services implementations for flutter applications providing dart tools.
- Services resolvers.
- Services framing.
- Services url parsing.
- Concepting along sources, services, acts.
- Sources handling for development or production alocations.
- Encoding/Decoding transfer objects (models).
- Exception and server transaction failure codes handling.
- Universal deserealization (vm, jsinterop) comptability due interfacing.
- Clone the repository.
- run dart pub get to install dependencies.
- run dart compile to re generate package binaries.
- run dart test to perform internal packages test.
- This package depends on (http): https://pub.dev/packages/http.