sm_network 0.0.6 copy "sm_network: ^0.0.6" to clipboard
sm_network: ^0.0.6 copied to clipboard

A Flutter networking library that provides a simple and convenient way to access network resources.

sm_network #

English 简体中文

A Flutter networking library that provides several commonly used features:

  • 📱 Supports Dio network requests
  • 📦 Supports JSON parsing
  • 🎉 Supports printing logs to the console
  • 💥 Supports printing error information to the console
  • (Remaining features are still under development...)

Features #

  • Supports Dio network requests
  • Supports JSON parsing
  • Supports printing logs to the console
  • Supports printing error information to the console
  • Initial configuration
  • Supports log writing to file cache

Installing #

Depend on it

Run this command:

With Dart:

dart pub add sm_network

With Flutter:

flutter pub add sm_network

Or add the dependency to your pubspec.yaml file and run dart pub get:

dependencies:
  sm_network: ^0.0.1

Usage #

Supplementing...
2
likes
120
pub points
36%
popularity

Publisher

unverified uploader

A Flutter networking library that provides a simple and convenient way to access network resources.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

convert, cross_file, crypto, dio, dio_cache_interceptor, json_annotation, sm_logger, sm_models, xml

More

Packages that depend on sm_network