tek_core_network_flutter 0.1.0 copy "tek_core_network_flutter: ^0.1.0" to clipboard
tek_core_network_flutter: ^0.1.0 copied to clipboard

A core networking package that provides a foundational setup for making API calls in Flutter services

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tek_core_network_flutter

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

dependencies:
  tek_core_network_flutter: ^0.1.0

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:tek_core_network_flutter/tek_core_network_flutter.dart';
2
likes
120
points
144
downloads

Publisher

unverified uploader

Weekly Downloads

A core networking package that provides a foundational setup for making API calls in Flutter services

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dio, flutter, freezed, freezed_annotation, json_annotation

More

Packages that depend on tek_core_network_flutter