network_kit_lite 0.1.3 copy "network_kit_lite: ^0.1.3" to clipboard
network_kit_lite: ^0.1.3 copied to clipboard

A Dart package inspired by Moya style for Flutter, providing a clean and maintainable way to consume APIs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_kit_lite

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  network_kit_lite: ^0.1.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:network_kit_lite/network_kit_lite.dart';
1
likes
65
points
8
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Dart package inspired by Moya style for Flutter, providing a clean and maintainable way to consume APIs.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, build, connectivity_plus, crypto, dio, easy_localization, flutter, freezed_annotation, json_annotation, path, shared_preferences, source_gen, sqflite, uuid

More

Packages that depend on network_kit_lite