A flutter mid-level network framework between third party packaged and product.
flutter http / dio packages <=> mid_level_network <=> production logic
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
Now in your Dart code, you can use:
import 'package:mid_level_network/mid_level_network.dart';