retrolite 0.0.1 copy "retrolite: ^0.0.1" to clipboard
retrolite: ^0.0.1 copied to clipboard

outdated

An REST client for Dart and Flutter, litening based on [Retrofit](https://square.github.io/retrofit/).

retrolite #

retrolite is a Dart restful client, a lite HTTP client lightly based in the Retrofit.

Configuration #

Add retrolite to pubspec.yaml under the dependencies field.

dependencies:
  retrolite: ^latest_version

Import #

Add the following import in your library :

import 'package:retrolite/retrolite.dart';

Usage #

See below.

Example #

The sample project has more details about how to use the Retrolite package.

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
40
pub points
0%
popularity

Publisher

verified publisherlamkr.com

An REST client for Dart and Flutter, litening based on [Retrofit](https://square.github.io/retrofit/).

Repository

License

MIT (LICENSE)

Dependencies

collection, flutuate_api, http

More

Packages that depend on retrolite