flutterize 0.0.1
flutterize: ^0.0.1 copied to clipboard
A Flutter package contains device utilities
0.0.1 Initial Release #
Features #
- Introduced the flutterize plugin to interact with platform-specific features.
- Support for retrieving essential device information, including:
- Platform Version: Get the current version of the operating system.
- Device ID: Retrieve the unique device identifier.
- Battery Level: Get the current battery level as a percentage.
- Network Status: Check the current network connectivity status.
- Free Space: Retrieve the available storage space on the device.
Improvements #
- Initial implementation of the platform interface to support cross-platform compatibility.