Skip to content

nick45chen/mid_level_network_flutter

Repository files navigation

mid_level_network

build

A flutter mid-level network framework between third party packaged and product.

flutter http / dio packages <=> mid_level_network <=> production logic

Use this package as a library

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

dependencies:
  mid_level_network:
    git:
      url: [email protected]:nick45chen/mid_level_network_flutter.git
      ref: master

Import it

Now in your Dart code, you can use:

import 'package:mid_level_network/mid_level_network.dart';

About

a mid level network framework of flutter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages