A Flutter Package Create Generic Network Layer with Minimal Code

this package create generic network layer with minimal code

Features

this package create generic network layer with minimal code

Getting started

this package create generic network layer with minimal code

Usage

this package create generic network layer with minimal code to /example folder.

const like = 'sample';

Additional information

this package create generic network layer with minimal code handling the exceptions clean code 

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add generic_network

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

dependencies:
  generic_network: ^1.0.1

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:generic_network/api.dart';
import 'package:generic_network/base_api.dart';
import 'package:generic_network/decodable.dart';
import 'package:generic_network/exceptions/network_exception.dart';
import 'package:generic_network/network.dart';
import 'package:generic_network/result.dart';
import 'package:generic_network/target_type.dart'; 

Download details:

Author: 

Source: https://pub.dev/packages/generic_network

#flutter #android #ios 

A Flutter Package Create Generic Network Layer with Minimal Code
1.70 GEEK