pagify 0.2.2
pagify: ^0.2.2 copied to clipboard
A flexible and customizable Flutter package for handling paginated data with minimal setup.
0.2.2 #
- Added support for both ListView and GridView implementations
- Implemented comprehensive error handling for network operations
- Added support for both Dio and Http package integration
- Improved error handling for network failures and timeouts
- Implemented efficient RefreshIndicator integration with proper state management
- Optimized loading states for better user experience
- Fixed minor UI inconsistencies in the widget rendering
- handed network status with stream
- change controller and main class updating structure
- fully documented structured
- enhance error handler and onError function which can make full control in coming error by give ApiRequestException
- remove unwanted toast and make it optional based developer needs
- give BuildContext in important callBacks
- add controller's retry function and onConnectivityChanged
- enhance reverse pagination by add item extent
- enhance performance by add cache extent