network_to_ui 0.1.6
network_to_ui: ^0.1.6 copied to clipboard
A Flutter package for simplified network requests and UI integration with Dio and BLoC.
Changelog #
0.1.6 #
- fixed bug in
LoadMoreUiBuilder
0.1.5 - 2025-05-15 #
- Updated
README.mdwithLoadMoreUiBuilderdocumentation, including expected JSON format for pagination.
0.1.4 #
- Removed unnecessary packages and variables.
- Fixed minor bugs.
0.1.2 #
- Updated
README.mdminor formatting improvements.
0.1.1 #
- Fixed immutable class issue in
DataRequestWidgetby making all fieldsfinal. - Added
mountedchecks inDataRequestWidgetto prevent unsafeBuildContextusage across async gaps. - Updated
NetWorkToUiBuilderto usesuper.keyfor constructor parameters. - Improved documentation for public APIs.
0.1.0 #
- Initial release of
network_to_ui. - Added
NetWorkToUiBuilderfor seamless network-to-UI integration with BLoC. - Added
DataRequestWidgetfor handling HTTP requests with customizable UI and error handling. - Implemented
AuthServicefor token management usingSharedPreferences. - Added support for Dio-based HTTP requests with
FormDatafor file uploads. - Integrated
GetItfor dependency injection andfluttertoastfor user notifications.