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.md
withLoadMoreUiBuilder
documentation, including expected JSON format for pagination.
[0.1.4] #
- Removed unnecessary packages and variables.
- Fixed minor bugs.
[0.1.2] #
- Updated
README.md
minor formatting improvements.
[0.1.1] #
- Fixed immutable class issue in
DataRequestWidget
by making all fieldsfinal
. - Added
mounted
checks inDataRequestWidget
to prevent unsafeBuildContext
usage across async gaps. - Updated
NetWorkToUiBuilder
to usesuper.key
for constructor parameters. - Improved documentation for public APIs.
[0.1.0] #
- Initial release of
network_to_ui
. - Added
NetWorkToUiBuilder
for seamless network-to-UI integration with BLoC. - Added
DataRequestWidget
for handling HTTP requests with customizable UI and error handling. - Implemented
AuthService
for token management usingSharedPreferences
. - Added support for Dio-based HTTP requests with
FormData
for file uploads. - Integrated
GetIt
for dependency injection andfluttertoast
for user notifications.