An open API service indexing awesome lists of open source software.

https://github.com/nikeorever/dartrofit

A retrofit-like http client for Dart and Flutter.
https://github.com/nikeorever/dartrofit

dart flutter http retrofit-like

Last synced: 3 months ago
JSON representation

A retrofit-like http client for Dart and Flutter.

Awesome Lists containing this project

README

          

# Dartrofit

A retrofit-like http client for Dart and Flutter.

All Components
- [dartrofit](https://github.com/nikeorever/dartrofit/tree/trunk/dartrofit): The Core library.
- [dartrofit_generator](https://github.com/nikeorever/dartrofit/tree/trunk/dartrofit_generator): The Service code generator.
- [dartrofit_adapter_rx](https://github.com/nikeorever/dartrofit/tree/trunk/dartrofit_adapters/adapter_rx): The RxDart Adapter.
- [dartrofit_converter_xml](https://github.com/nikeorever/dartrofit/tree/trunk/dartrofit_converters/converter_xml): The XML Converter.