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

A Flutter plugin to determine network type and speed.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased] #

[0.1.0] - 2024-06-14 #

Fixed #

  • Fixed Resolving dependencies issue.

[0.0.4] - 2024-06-14 #

Fixed #

  • Fixed androidPackage entry.

[0.0.3] - 2024-06-14 #

Changed #

  • Update of Changelog.

[0.0.2] - 2024-06-14 #

Added #

  • Support for custom URL and speed threshold for network speed measurement.
  • Added retry mechanism with configurable retries and delays.
  • Added example app with detailed usage instructions.

Changed #

  • Improved network type detection accuracy.
  • Updated documentation with more examples and API details.

Fixed #

  • Fixed issue with incorrect network type detection on some devices.
  • Fixed minor bugs in the example app.

[0.0.1] - 2024-06-14 #

Added #

  • Initial release of flutter_network_type_plugin.
  • Basic functionality to detect network type (e.g., 4G, 3G, 2G).
  • Example app demonstrating plugin usage.