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.
- Host: GitHub
- URL: https://github.com/nikeorever/dartrofit
- Owner: nikeorever
- License: bsd-3-clause
- Created: 2020-08-21T13:39:55.000Z (almost 6 years ago)
- Default Branch: trunk
- Last Pushed: 2020-11-20T09:42:53.000Z (over 5 years ago)
- Last Synced: 2026-03-07T05:46:07.933Z (4 months ago)
- Topics: dart, flutter, http, retrofit-like
- Language: Dart
- Homepage:
- Size: 112 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.